Update src/app/page.tsx

This commit is contained in:
2026-03-12 00:41:42 +00:00
parent 55ce821bf8
commit df00fdce55

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}