diff --git a/src/app/page.tsx b/src/app/page.tsx index c88b88e..6c2a3bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { background={{ variant: "gradient-bars"}} title="GastroBar Pasión" - description="El sabor del norte en el corazón de la ciudad. Pinchos que no olvidarás. Chipirones que te harán volver." + description="El sabor del norte en el corazón de la ciudad. Pinchos que no olvidarás. Chipirones que te harán volver. Reserva llamando al +34 900 123 456." buttons={[ { - text: "Reservar mesa", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' })}, + text: "Llamar para reservar", href: "tel:+34900123456"}, { text: "Ver carta", href: "#menu"}, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { textboxLayout="split-actions" buttons={[ { text: "Ver Carta Completa", href: "#menu" }, - { text: "Reservar Mesa", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' }) } + { text: "Llamar para reservar", href: "tel:+34900123456" } ]} gridVariant="three-columns-all-equal-width" useInvertedBackground={true} @@ -192,7 +192,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", title: "¿Necesito reservar?", content: "Recomendamos encarecidamente reservar mesa debido a nuestro aforo limitado."}, + id: "1", title: "¿Necesito reservar?", content: "Recomendamos llamar al +34 900 123 456 para asegurar tu mesa."}, { id: "2", title: "¿Tienen opciones para celíacos?", content: "Sí, tenemos varias opciones sin gluten en nuestra carta."}, { @@ -212,9 +212,10 @@ export default function LandingPage() { background={{ variant: "gradient-bars"}} tag="Contacto" - title="Reservar mesa" - description="No prometemos que sea fácil encontrar mesa. Pero sí que merecerá la pena." - buttonText="Reservar ahora" + title="Reserva telefónica" + description="La forma más rápida y segura de garantizar tu mesa es llamándonos directamente." + buttonText="+34 900 123 456" + onSubmit={() => window.location.href = "tel:+34900123456"} /> @@ -226,7 +227,7 @@ export default function LandingPage() { { label: "Ubicación: Plaza Mayor", href: "#"}, { - label: "Reservas: +34 900 123 456", href: "https://wa.me/34900123456"}, + label: "Reservas: +34 900 123 456", href: "tel:+34900123456"}, ], }, { @@ -234,7 +235,7 @@ export default function LandingPage() { { label: "Ver Carta", href: "#menu"}, { - label: "Reservar", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' })}, + label: "Reservar: +34 900 123 456", href: "tel:+34900123456"}, ], }, ]}