From d116ceff7ebdb26e26f7ccb330d3a4fab569db2c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:12:27 +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 b84209d..ecf87df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,7 +176,7 @@ export default function LandingPage() { description="Experience the authentic taste of Maracaibo elevated with fine-dining service. Whether you're seeking a nostalgic family gathering, an Instagram-worthy culinary adventure, or the perfect special occasion venue, we're ready to welcome you." buttons={[ { text: "Book a Reservation", href: "https://www.resy.com" }, - { text: "Call Us: +34 91 XXXX XXXX", href: "tel:+34911234567" } + { text: "Call Now", href: "tel:+34911234567" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}