From df00fdce55dfd68933c616c8031aefeda1304a64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ae82fc..e827a0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}