diff --git a/src/app/page.tsx b/src/app/page.tsx index a27b747..82539b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,13 +31,13 @@ export default function LandingPage() { 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' } ]} />