Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 07:05:02 +00:00
parent 4bd2067ad8
commit 9d1ad75fd3

View File

@@ -9,6 +9,7 @@ import { useProductCatalog } from "@/hooks/useProductCatalog";
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Products', id: '/shop' },
{ name: 'About', id: '/#about' },
{ name: 'Features', id: '/#features' },
{ name: 'Testimonials', id: '/#testimonials' },