diff --git a/src/app/page.tsx b/src/app/page.tsx index bcdd65c..774584e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Pedir a Domicilio", href: "https://wa.me/+542615078413?text=Hola%20Dolce%20Panna,%20me%20gustaría%20hacer%20un%20pedido"}} + text: "Pedir a Domicilio", href: "https://wa.me/+542615078413?text=Hola%20Dolce%20Panna,%20me%20gustaría%20hacer%20un%20pedido" + }} /> @@ -53,9 +54,11 @@ export default function LandingPage() { mediaAnimation="blur-reveal" buttons={[ { - text: "🍓 Pedir a Domicilio", href: "https://wa.me/+542615078413?text=Hola%20Dolce%20Panna,%20me%20gustaría%20hacer%20un%20pedido"}, + text: "🍓 Pedir a Domicilio", href: "https://wa.me/+542615078413?text=Hola%20Dolce%20Panna,%20me%20gustaría%20hacer%20un%20pedido" + }, { - text: "📍 Ir Ahora", href: "https://maps.google.com/?q=Dolce+Panna+Maipú+Sarmiento+199"}, + text: "📍 Ir Ahora", href: "https://maps.google.com/?q=Dolce+Panna+Maipú+Sarmiento+199" + }, ]} buttonAnimation="slide-up" /> @@ -71,22 +74,28 @@ export default function LandingPage() { features={[ { title: "Dulce de Leche", description: "Cremosidad premium con dulce de leche artesanal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-creams-table_23-2148507985.jpg", imageAlt: "Helado Dulce de Leche - sabor clásico de Dolce Panna", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Dulce%20de%20Leche"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Dulce%20de%20Leche" + }, { title: "Chocolate", description: "Intenso chocolate belga en cada cucharada", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-table_23-2148513953.jpg", imageAlt: "Helado Chocolate - sabor intenso y cremoso", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Chocolate"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Chocolate" + }, { title: "Fresa", description: "Fresa fresca de temporada con sutileza natural", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-ice-cream-with-copy-space_23-2148268150.jpg", imageAlt: "Helado Fresa - sabor natural y fresco", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20la%20Fresa"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20la%20Fresa" + }, { title: "Pistacho", description: "Pistacho italiano premium con toque exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-popsicles-with-copy-space-poppy-seeds_23-2148763647.jpg", imageAlt: "Helado Pistacho - sabor exclusivo y sofisticado", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Pistacho"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Pistacho" + }, { title: "Limón", description: "Limón refrescante perfecto para el verano", imageSrc: "http://img.b2bpic.net/free-photo/positive-millennial-girl-with-curly-bushy-hair-smiles-happily-has-fun-with-summer-ice-cream-enjoys-vacation-has-upbeat-mood-dressed-formal-clothes-isolated-yellow-wall-tasty-dessert_273609-50038.jpg", imageAlt: "Helado Limón - refrescante y cítrico", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Limón"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20el%20Limón" + }, { title: "Vainilla Premium", description: "Vainilla seleccionada con cremosidad insuperable", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-crunchy-peanut-butter_23-2150361178.jpg", imageAlt: "Helado Vainilla Premium - cremoso y delicado", buttonIcon: Heart, - buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20la%20Vainilla"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20interesa%20la%20Vainilla" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -103,11 +112,14 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "torta-pequena", name: "Torta del Diablo Pequeña", price: "$4.500", variant: "Personal • Perfecta para 2-3 personas", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-concept_23-2148769217.jpg", imageAlt: "Torta del Diablo pequeña - porción personal"}, + id: "torta-pequena", name: "Torta del Diablo Pequeña", price: "$4.500", variant: "Personal • Perfecta para 2-3 personas", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-concept_23-2148769217.jpg", imageAlt: "Torta del Diablo pequeña - porción personal" + }, { - id: "torta-mediana", name: "Torta del Diablo Mediana", price: "$8.500", variant: "Familiar • Ideal para 4-6 personas", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168796.jpg", imageAlt: "Torta del Diablo mediana - porción familiar"}, + id: "torta-mediana", name: "Torta del Diablo Mediana", price: "$8.500", variant: "Familiar • Ideal para 4-6 personas", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168796.jpg", imageAlt: "Torta del Diablo mediana - porción familiar" + }, { - id: "torta-grande", name: "Torta del Diablo Grande", price: "$12.500", variant: "Evento • Para 8-10 personas o eventos", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-green-frosting_1122-1365.jpg", imageAlt: "Torta del Diablo grande - porción para eventos"}, + id: "torta-grande", name: "Torta del Diablo Grande", price: "$12.500", variant: "Evento • Para 8-10 personas o eventos", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-green-frosting_1122-1365.jpg", imageAlt: "Torta del Diablo grande - porción para eventos" + }, ]} gridVariant="three-columns-all-equal-width" animationType="blur-reveal" @@ -115,7 +127,8 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { - text: "Pedir Ahora", href: "https://wa.me/+542615078413?text=Me%20gustaría%20pedir%20una%20Torta%20del%20Diablo"}, + text: "Pedir Ahora", href: "https://wa.me/+542615078413?text=Me%20gustaría%20pedir%20una%20Torta%20del%20Diablo" + }, ]} buttonAnimation="slide-up" /> @@ -131,22 +144,28 @@ export default function LandingPage() { features={[ { title: "Café Premium", description: "Granos seleccionados, tueste artesanal, sabor excepcional", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-7773.jpg", imageAlt: "Café premium con latte art en taza", buttonIcon: Coffee, - buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20café"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20café" + }, { title: "Medialunas & Pastelería", description: "Recién horneadas cada mañana, hojaldre dorado perfecto", imageSrc: "http://img.b2bpic.net/free-photo/rustic-croissants-breakfast_23-2147667282.jpg", imageAlt: "Medialunas recién horneadas de la pastelería", buttonIcon: ShoppingCart, - buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20medialunas"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20medialunas" + }, { title: "Desayuno Completo", description: "Tostadas, quesos, jamón ibérico y jugos naturales", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-coffee-coffee-beans-flat-lay_176474-8154.jpg", imageAlt: "Desayuno completo con café y pastelería", buttonIcon: Utensils, - buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20desayuno"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20desayuno" + }, { title: "Merienda Gourmand", description: "Sandwiches gourmet, empanadas artesanales y postres", imageSrc: "http://img.b2bpic.net/free-photo/bread-banana-tomato-white-plate-with-coffee-cup-fork-knife_1150-20983.jpg", imageAlt: "Merienda gourmand con sandwiches y postres", buttonIcon: Smile, - buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20merienda"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20merienda" + }, { title: "Bebidas Artesanales", description: "Licuados naturales, té especial, horchata casera", imageSrc: "http://img.b2bpic.net/free-photo/fresh-smoothie-ingredients-glasses_23-2147684426.jpg", imageAlt: "Bebidas artesanales en vasos coloridos", buttonIcon: Droplet, - buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20bebidas"}, + buttonHref: "https://wa.me/+542615078413?text=Me%20gustaría%20hacer%20un%20pedido%20de%20bebidas" + }, { title: "Espacio Coworking", description: "WiFi rápido, ambiente cómodo y enchufe disponible", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-learning-together-group-study_23-2149211097.jpg", imageAlt: "Espacio coworking con mesas y WiFi", buttonIcon: Wifi, - buttonHref: "https://wa.me/+542615078413?text=Consulta%20sobre%20espacio%20coworking"}, + buttonHref: "https://wa.me/+542615078413?text=Consulta%20sobre%20espacio%20coworking" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -158,17 +177,23 @@ export default function LandingPage() {