Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 743d46afe9 | |||
| df00fdce55 | |||
| 55ce821bf8 |
@@ -44,8 +44,7 @@ export default function LandingPage() {
|
|||||||
logoText="LA PLANCHITA"
|
logoText="LA PLANCHITA"
|
||||||
description="Los mejores tacos al pastor en Cancún. Auténtica comida mexicana, hecha con pasión."
|
description="Los mejores tacos al pastor en Cancún. Auténtica comida mexicana, hecha con pasión."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Llamar Ahora", href: "tel:+529988123456" },
|
{ text: "Ordenar Ahora", href: "https://wa.me/529988123456?text=Quiero%20hacer%20un%20pedido" }
|
||||||
{ text: "💬 WhatsApp", href: "https://wa.me/529988123456?text=Quiero%20hacer%20un%20pedido" }
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159760.jpg", imageAlt: "Delicious tacos al pastor sizzling" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159760.jpg", imageAlt: "Delicious tacos al pastor sizzling" }
|
||||||
@@ -120,10 +119,9 @@ export default function LandingPage() {
|
|||||||
tag="¿Listo para Ordenar?"
|
tag="¿Listo para Ordenar?"
|
||||||
tagIcon={ShoppingCart}
|
tagIcon={ShoppingCart}
|
||||||
title="Haz Tu Pedido Ahora"
|
title="Haz Tu Pedido Ahora"
|
||||||
description="Llámanos, envía un WhatsApp o visítanos. Estamos abiertos de martes a domingo."
|
description="Llamanos al +52 998 812 3456 o envía un WhatsApp. Estamos abiertos de martes a domingo."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Llamar: +52 998 812 3456", href: "tel:+529988123456" },
|
{ text: "Ordenar Ahora", href: "https://wa.me/529988123456?text=Hola%21%20Quiero%20hacer%20un%20pedido%20en%20La%20Planchita" }
|
||||||
{ text: "💬 WhatsApp", href: "https://wa.me/529988123456?text=Hola%21%20Quiero%20hacer%20un%20pedido%20en%20La%20Planchita" }
|
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #159c49;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user