From 511c69cdfb85ce8bd1cd48b27f485240abe57b8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 14:18:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d9b2a..540d4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,22 +36,22 @@ export default function LandingPage() { { name: "Menu", id: "menu", - href: "/menu", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Pricing", id: "pricing", - href: "/pricing", + }, { name: "Testimonials", id: "testimonials", - href: "/testimonials", + }, ]} button={{ @@ -351,6 +351,8 @@ export default function LandingPage() {