From ed0b897ae2f21f476a7c76f44c6879aa05bce8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:03:03 +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 92ea846..f82c291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function BrewHavenPage() { imageAlt="Cozy coffee shop interior with warm lighting" buttons={[ { text: "Explore Our Menu", href: "products" }, - { text: "Visit Us Today", href: "contact" } + { text: "Order Now", href: "contact" } ]} buttonAnimation="slide-up" /> -- 2.49.1