From ced7d7b7fe41995321bee1a4c5625e944aba26f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:53:45 +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 028b8cc..7a23d7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { logoText="La Casita del Sabor" description="Homemade flavor, exceptional heart. Awardworthy brunch and traditional cuisine crafted daily with care—generous portions, welcoming service, and prices that feel like family." buttons={[ - { text: "Reserve Your Table", href: "#contact" }, + { text: "Book Your Brunch Now", href: "#contact" }, { text: "Explore Our Menu", href: "#products" } ]} buttonAnimation="slide-up" -- 2.49.1