From 30b2c3125349dc6a9386b55a82c967d5b92ab5bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:15:47 +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 ed94489..11b8531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Reserve Your Spot", href: "#menu" }, + { text: "View Menu & Hours", href: "#menu" }, { text: "Visit Us", href: "#contact" } ]} imageSrc="http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg" @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1