diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0680725..9b11893 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,13 +61,13 @@ export default function ShopPage() { brandName="Star Wars Fan Club" navItems={[ { name: 'Home', id: '/' }, - { name: 'About', id: '#about' }, - { name: 'Features', id: '#features' }, - { name: 'Showcase', id: '#product' }, + { name: 'About', id: '/#about' }, + { name: 'Features', id: '/#features' }, + { name: 'Showcase', id: '/#product' }, { name: 'News', id: '/blog' }, { name: 'Shop', id: '/shop' }, - { name: 'Team', id: '#team' }, - { name: 'Contact', id: '#contact' } + { name: 'Team', id: '/#team' }, + { name: 'Contact', id: '/#contact' } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -99,13 +99,13 @@ export default function ShopPage() { brandName="Star Wars Fan Club" navItems={[ { name: 'Home', id: '/' }, - { name: 'About', id: '#about' }, - { name: 'Features', id: '#features' }, - { name: 'Showcase', id: '#product' }, + { name: 'About', id: '/#about' }, + { name: 'Features', id: '/#features' }, + { name: 'Showcase', id: '/#product' }, { name: 'News', id: '/blog' }, { name: 'Shop', id: '/shop' }, - { name: 'Team', id: '#team' }, - { name: 'Contact', id: '#contact' } + { name: 'Team', id: '/#team' }, + { name: 'Contact', id: '/#contact' } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />