From 8c9d53c9652af06d9ddb589e274ef9a39f74191d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5d897f..44aa38f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function CoffeeShopPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "☎️ Call Now", href: "tel:+1-555-0147" }, + { text: "Reserve Your Spot", href: "tel:+1-555-0147" }, { text: "View Menu", href: "#featured-menu" } ]} buttonAnimation="slide-up" -- 2.49.1