5 Commits

Author SHA1 Message Date
5af961938d Merge version_3 into main
Merge version_3 into main
2026-03-12 01:33:21 +00:00
743d46afe9 Update theme colors 2026-03-12 01:33:15 +00:00
fe6937c0d1 Merge version_3 into main
Merge version_3 into main
2026-03-12 00:41:46 +00:00
df00fdce55 Update src/app/page.tsx 2026-03-12 00:41:42 +00:00
55ce821bf8 Merge version_2 into main
Merge version_2 into main
2026-03-12 00:39:57 +00:00
2 changed files with 12 additions and 14 deletions

View File

@@ -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}

View File

@@ -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);