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 +}