From ff7edb91c8f7a3e136c883629ec5aa2597f11412 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:41:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a735f4..af33f7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" }, - { text: "Reservar mesa", href: "#contact" } + { text: "Reservar ahora", href: "#contact" }, + { text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/tasty-seafood-table-high-angle_23-2149410758.jpg" @@ -299,4 +299,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file