Update src/app/shop/[id]/page.tsx

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

View File

@@ -17,6 +17,7 @@ interface ProductPageProps {
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Products', id: '/shop' },
{ name: 'About', id: '/#about' },
{ name: 'Features', id: '/#features' },
{ name: 'Testimonials', id: '/#testimonials' },