From ef49f0d0b84f2b19d0a98328faf61d5fa2e5d17e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:13:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9cc866..61f0fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,10 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Why AirPods", id: "metrics" }, { name: "Support", id: "faq" }, + { name: "Reviews", id: "/reviews" }, + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Shop Now", href: "#products" }} animateOnLoad={true} @@ -248,13 +252,13 @@ export default function LandingPage() { { label: "FAQ", href: "#faq" }, { label: "Setup Guide", href: "#" }, { label: "Troubleshooting", href: "#" }, - { label: "Contact Us", href: "#contact-cta" }, + { label: "Contact Us", href: "/contact" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Blog", href: "#" }, + { label: "About Us", href: "/about" }, + { label: "Reviews", href: "/reviews" }, { label: "Careers", href: "#" }, { label: "News", href: "#" }, ], @@ -274,4 +278,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}