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