From 3a01fc8223f7cc7aa5f88bf3722c4367de1b65d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 05:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe4c63c..6692499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,32 +34,32 @@ export default function LandingPage() { { name: "About Us", id: "about", - href: "#about", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "Menu", id: "products", - href: "#products", + }, { name: "Reviews", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ @@ -87,6 +87,7 @@ export default function LandingPage() {
-- 2.49.1