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"