Update src/app/page.tsx

This commit is contained in:
2026-02-20 13:12:14 +00:00
parent 5666da4a41
commit 0463c91378

View File

@@ -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' }
]}
/>
</div>