Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5af961938d | |||
| 743d46afe9 | |||
| fe6937c0d1 | |||
| df00fdce55 | |||
| 55ce821bf8 |
@@ -44,8 +44,7 @@ export default function LandingPage() {
|
||||
logoText="LA PLANCHITA"
|
||||
description="Los mejores tacos al pastor en Cancún. Auténtica comida mexicana, hecha con pasión."
|
||||
buttons={[
|
||||
{ text: "📞 Llamar Ahora", href: "tel:+529988123456" },
|
||||
{ text: "💬 WhatsApp", href: "https://wa.me/529988123456?text=Quiero%20hacer%20un%20pedido" }
|
||||
{ text: "Ordenar Ahora", href: "https://wa.me/529988123456?text=Quiero%20hacer%20un%20pedido" }
|
||||
]}
|
||||
slides={[
|
||||
{ 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?"
|
||||
tagIcon={ShoppingCart}
|
||||
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={[
|
||||
{ text: "📞 Llamar: +52 998 812 3456", href: "tel:+529988123456" },
|
||||
{ text: "💬 WhatsApp", href: "https://wa.me/529988123456?text=Hola%21%20Quiero%20hacer%20un%20pedido%20en%20La%20Planchita" }
|
||||
{ text: "Ordenar Ahora", href: "https://wa.me/529988123456?text=Hola%21%20Quiero%20hacer%20un%20pedido%20en%20La%20Planchita" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user