From f00c696d6ebbd1055cb9054c49e4857796dfb07a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:17:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89ba59d..324e5c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,8 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Features", id: "features" }, { name: "Inventory", id: "inventory" }, + { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="LUXE Auto" @@ -195,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file