From 4b7eefa9c8d0751a0593d7b8324fba55f5307bc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c87992..4d84e51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { description="Experience artisan, locally sourced beans handcrafted in the heart of the city." buttons={[ { - text: "View Menu", href: "#menu"}, + text: "View Menu", onClick: () => document.getElementById("menu")?.scrollIntoView({ behavior: "smooth" })}, { - text: "Visit Us", href: "#location"}, + text: "Visit Us", onClick: () => document.getElementById("location")?.scrollIntoView({ behavior: "smooth" })}, ]} mediaItems={[ {