From 5a5cf926f0f496cf696efeb770bf3511b1301d04 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:57:14 +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 1483568..37c1452 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -216,8 +216,8 @@ export default function LandingPage() { title="Ready for Your Next Great Cup?" description="Visit us in person to experience Brew Haven's warm hospitality and exceptional coffee. Or reach out with any questions—we'd love to hear from you." buttons={[ - { text: "Visit Our Café", href: "#" }, - { text: "Send Message", href: "#" } + { text: "Get Directions & Hours", href: "#" }, + { text: "Book a Visit", href: "#" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1