From f97d4157109f6dc634f5de80c8f242c26f9335bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:55:28 +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 8103cef..1483568 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { logoText="Brew Haven" description="Discover the perfect blend of specialty coffee, artisan pastries, and warm hospitality. Your daily escape to exceptional taste." buttons={[ - { text: "Explore Menu", href: "#products" }, - { text: "Visit Us", href: "#contact" } + { text: "Browse Our Menu", href: "#products" }, + { text: "Reserve a Table", href: "#contact" } ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} -- 2.49.1