diff --git a/src/app/page.tsx b/src/app/page.tsx index 18d2717..af11895 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,8 @@ export default function LandingPage() { brandName="iPhone Store" navItems={[ { name: "Products", id: "products" }, - { name: "Features", id: "features" }, - { name: "Reviews", id: "reviews" }, - { name: "About", id: "about" }, + { name: "Features", id: "metrics" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "products" }} @@ -53,7 +52,7 @@ export default function LandingPage() { tagIcon={Sparkles} buttons={[ { text: "Buy Now", href: "products" }, - { text: "Learn More", href: "features" } + { text: "Learn More", href: "metrics" } ]} imageSrc="https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg" imageAlt="Latest iPhone showcase" @@ -169,9 +168,9 @@ export default function LandingPage() { }, { items: [ - { label: "Company", href: "about" }, - { label: "About Us", href: "about" }, - { label: "Career", href: "about" } + { label: "Company", href: "#" }, + { label: "About Us", href: "#" }, + { label: "Career", href: "#" } ] }, {