removed history page

This commit is contained in:
2025-02-11 10:45:19 -06:00
parent 3e18e8e058
commit 84693e10b0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.nodejs pkgs.nodejs
pkgs.yarn pkgs.yarn
pkgs.firebase-tools
]; ];
# Install Next.js via yarn in the shell # Install Next.js via yarn in the shell
+1 -1
View File
@@ -9,7 +9,7 @@ const Header = () => {
const navItems = [ const navItems = [
{ label: 'Our Products', href: '/products' }, { label: 'Our Products', href: '/products' },
{ label: 'History', href: '/history' }, // { label: 'History', href: '/history' },
{ label: 'Contact', href: '/contact' }, { label: 'Contact', href: '/contact' },
]; ];