diff --git a/src/app/page.tsx b/src/app/page.tsx index 358513a..c7cd79e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Menu", id: "menu" }, { name: "About", id: "about" }, + { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} brandName="Ideal Restaurant"