Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7b5920baa | |||
| 7f9b486c08 | |||
| 4e38859308 | |||
| 2186ac5dc9 | |||
| bfc890c113 | |||
| a9aaa1af0a | |||
| 3dcd957a13 | |||
| e72b9bd27e |
@@ -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", href: "#contact"},
|
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", href: "#contact" }
|
{ 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", href: "#contact"},
|
label: "Reservar: +34 900 123 456", href: "tel:+34900123456"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #000612e6;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user