From 6556af3bd4e8f57593fd3a9a9c1db0a2389aeeca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:36:46 +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 405ca87..a507199 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "Call Now", href: "tel:+1(561)963-4343" }, + { text: "Call for Today's Specials", href: "tel:+1(561)963-4343" }, { text: "View Menu", href: "#menu" } ]} /> @@ -234,4 +234,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}