From e5542bdaa1a4085e90342345a1d0af080d745e3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a2f793..e00585b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,27 +31,27 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Menu", id: "products", - href: "#products", + }, { name: "Deals", id: "features", - href: "#features", + }, { name: "Reviews", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Al-Madina Fast Food" -- 2.49.1