Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7b5920baa | |||
| 7f9b486c08 | |||
| 4e38859308 |
@@ -47,10 +47,10 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="GastroBar Pasión"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reservar mesa", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' })},
|
text: "Llamar para reservar", href: "tel:+34900123456"},
|
||||||
{
|
{
|
||||||
text: "Ver carta", href: "#menu"},
|
text: "Ver carta", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-actions"
|
textboxLayout="split-actions"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Ver Carta Completa", href: "#menu" },
|
{ 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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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."},
|
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={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="Reservar mesa"
|
title="Reserva telefónica"
|
||||||
description="No prometemos que sea fácil encontrar mesa. Pero sí que merecerá la pena."
|
description="La forma más rápida y segura de garantizar tu mesa es llamándonos directamente."
|
||||||
buttonText="Reservar ahora"
|
buttonText="+34 900 123 456"
|
||||||
|
onSubmit={() => window.location.href = "tel:+34900123456"}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -226,7 +227,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Ubicación: Plaza Mayor", href: "#"},
|
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: "Ver Carta", href: "#menu"},
|
||||||
{
|
{
|
||||||
label: "Reservar", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' })},
|
label: "Reservar: +34 900 123 456", href: "tel:+34900123456"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user