From 2e7cab6c5dafe8291c37073eb478e453e68ffc4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:46:58 +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 c1fc66b..d24a23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { logoText="Espresso Worth Celebrating" description="A botanical coffee sanctuary where rich espresso, artisan desserts, and calming greenery create unforgettable moments. Step away from the ordinary and into a space designed for life's best conversations." buttons={[ - { text: "Discover Your Moment", href: "#about" }, + { text: "Book Your Visit", href: "#about" }, { text: "Reserve a Table", href: "#contact" } ]} slides={[ -- 2.49.1