disabled contact page & fixed images

This commit is contained in:
Austin Bennett
2025-02-21 15:07:16 -06:00
parent d27c355198
commit 3deb8a4aec
17 changed files with 160 additions and 175 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const Header = () => {
const navItems = [
{ label: 'Our Products', href: '/products' },
// { label: 'History', href: '/history' },
{ label: 'Contact', href: '/contact' },
// { label: 'Contact', href: '/contact' },
];
return (