|
|
|
@@ -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" }
|
|
|
|
@@ -80,14 +79,19 @@ export default function LandingPage() {
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{ id: "1", brand: "La Planchita", name: "Tacos al Pastor", price: "$120 MXN", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-tacos-plate_23-2148764327.jpg", imageAlt: "Deliciosos tacos al pastor" },
|
|
|
|
{ id: "1", brand: "La Planchita", name: "Tacos al Pastor", price: "$120 MXN", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-tacos-plate_23-2148764327.jpg", imageAlt: "Deliciosos tacos al pastor" },
|
|
|
|
{ id: "2", brand: "La Planchita", name: "Pastor con Queso", price: "$140 MXN", rating: 5, reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/vegan-mexican-taco-with-beans-guacamole_123827-36168.jpg", imageAlt: "Tacos al pastor con queso fundido" },
|
|
|
|
{ id: "2", brand: "La Planchita", name: "Pastor con Queso", price: "$140 MXN", rating: 5, reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/vegan-mexican-taco-with-beans-guacamole_123827-36168.jpg", imageAlt: "Tacos al pastor con queso fundido" },
|
|
|
|
{ id: "3", brand: "La Planchita", name: "Queso Fundido", price: "$150 MXN", rating: 5, reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-snacks-blue-plate-with-dry-fish_114579-57984.jpg", imageAlt: "Queso fundido tradicional mexicano" }
|
|
|
|
{ id: "3", brand: "La Planchita", name: "Queso Fundido", price: "$150 MXN", rating: 5, reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-snacks-blue-plate-with-dry-fish_114579-57984.jpg", imageAlt: "Queso fundido tradicional mexicano" },
|
|
|
|
|
|
|
|
{ id: "4", brand: "La Planchita", name: "Agua Fresca de Jamaica", price: "$25 MXN", rating: 5, reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/berry-mojito-raspberry-kiwi-mint-lime-side-view_141793-2325.jpg", imageAlt: "Agua fresca de jamaica refrescante" },
|
|
|
|
|
|
|
|
{ id: "5", brand: "La Planchita", name: "Horchata de Chufa", price: "$30 MXN", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latte-coffee-cup-with-straw-saucer-wooden-desk_23-2148209284.jpg", imageAlt: "Horchata tradicional mexicana" },
|
|
|
|
|
|
|
|
{ id: "6", brand: "La Planchita", name: "Churros Crujientes", price: "$45 MXN", rating: 5, reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-fried-churros-with-chocolate_23-2148379622.jpg", imageAlt: "Churros dorados con chocolate" },
|
|
|
|
|
|
|
|
{ id: "7", brand: "La Planchita", name: "Papas a la Francesa", price: "$35 MXN", rating: 4, reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/crunchy-delicious-potato-chips_658428-125.jpg", imageAlt: "Papas a la francesa crujientes" },
|
|
|
|
|
|
|
|
{ id: "8", brand: "La Planchita", name: "Flan Casero", price: "$50 MXN", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-sugar-powder-raspberries-grey-background-cake-pie-fruit-berry-sweet-cookie_140725-115603.jpg", imageAlt: "Flan casero cremoso" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Menú Destacado"
|
|
|
|
title="Menú Destacado"
|
|
|
|
description="Nuestros platillos más populares - hechos frescos cada día"
|
|
|
|
description="Nuestros platillos más populares - hechos frescos cada día. Explora nuestras bebidas, postres y acompañamientos"
|
|
|
|
tag="Favoritos"
|
|
|
|
tag="Favoritos"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Ver Menú Completo", href: "https://wa.me/529988123456?text=¿Cuál%20es%20el%20menú%20completo?" }
|
|
|
|
{ text: "Ver Menú Completo", href: "https://wa.me/529988123456?text=¿Cuál%20es%20el%20menú%20completo?" }
|
|
|
|
@@ -115,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}
|
|
|
|
|