From fd405f7db8227937710186c0b20e9470271610ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66fb100..61f0fb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ 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" }, @@ -48,7 +49,7 @@ export default function LandingPage() { @@ -243,7 +258,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Blog", href: "#" }, + { label: "Reviews", href: "/reviews" }, { label: "Careers", href: "#" }, { label: "News", href: "#" }, ],