From c204a891b8150d4fc434f85d5eff88fa42cfb564 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:17:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.49.1