From 954d8b54797da0796476791e6eca1c18a20db939 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:21:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 +++++++++++++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08297ac..4da6ebc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function CafeConLechePage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function CafeConLechePage() { tag="Tradición desde hace años" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Ver Menú", href: "#menu" }, { text: "Reservar Ahora", href: "#contact" }, @@ -53,17 +53,23 @@ export default function CafeConLechePage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=1", imageAlt: "Café con Leche interior"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg", imageAlt: "Café con Leche interior" + }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=1", imageAlt: "Chilaquiles con huevos"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg", imageAlt: "Chilaquiles con huevos" + }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg?_wi=1", imageAlt: "Café de especialidad"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg", imageAlt: "Café de especialidad" + }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg?_wi=1", imageAlt: "Desayuno completo"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg", imageAlt: "Desayuno completo" + }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg?_wi=1", imageAlt: "Postres y dulces"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg", imageAlt: "Postres y dulces" + }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=2", imageAlt: "Ambiente de Café con Leche"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg", imageAlt: "Ambiente de Café con Leche" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -93,13 +99,17 @@ export default function CafeConLechePage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Chilaquiles con Huevos Estrellados", description: "Nuestro clásico más solicitado: chilaquiles crujientes con huevos estrellados, salsa casera y guarniciones tradicionales.", tag: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=2", imageAlt: "Chilaquiles con huevos"}, + id: "1", title: "Chilaquiles con Huevos Estrellados", description: "Nuestro clásico más solicitado: chilaquiles crujientes con huevos estrellados, salsa casera y guarniciones tradicionales.", tag: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg", imageAlt: "Chilaquiles con huevos" + }, { - id: "2", title: "Desayuno Completo", description: "Platillo abundante que incluye huevos, jamón, queso, frijoles refritos, pan tostado y café recién preparado.", tag: "Abundante", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg?_wi=2", imageAlt: "Desayuno completo"}, + id: "2", title: "Desayuno Completo", description: "Platillo abundante que incluye huevos, jamón, queso, frijoles refritos, pan tostado y café recién preparado.", tag: "Abundante", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-omlette-cheese-olive-vegetables_114579-3234.jpg", imageAlt: "Desayuno completo" + }, { - id: "3", title: "Café de Especialidad", description: "Nuestro clásico café con leche preparado con granos seleccionados, servido caliente en taza de cerámica.", tag: "Bebida Estrella", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg?_wi=2", imageAlt: "Café de especialidad"}, + id: "3", title: "Café de Especialidad", description: "Nuestro clásico café con leche preparado con granos seleccionados, servido caliente en taza de cerámica.", tag: "Bebida Estrella", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-froth_140725-7517.jpg", imageAlt: "Café de especialidad" + }, { - id: "4", title: "Postres y Dulces Caseros", description: "Variedad de postres tradicionales mexicanos y dulces hechos en casa para acompañar tu café.", tag: "Dulce", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg?_wi=2", imageAlt: "Postres y dulces"}, + id: "4", title: "Postres y Dulces Caseros", description: "Variedad de postres tradicionales mexicanos y dulces hechos en casa para acompañar tu café.", tag: "Dulce", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-freshly-baked-soft-cake-with-fruits-biscuits-mixed-color-table_140725-86856.jpg", imageAlt: "Postres y dulces" + }, ]} animationType="slide-up" textboxLayout="default" @@ -116,13 +126,17 @@ export default function CafeConLechePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "María González", role: "Visitante Regular", testimonial: "He venido a Café con Leche durante años. Su café con leche es el mejor de Toluca, y los chilaquiles son auténticos y deliciosos. ¡Es mi lugar favorito para comenzar el día!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg", imageAlt: "María González"}, + id: "1", name: "María González", role: "Visitante Regular", testimonial: "He venido a Café con Leche durante años. Su café con leche es el mejor de Toluca, y los chilaquiles son auténticos y deliciosos. ¡Es mi lugar favorito para comenzar el día!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-cheering-making-toast-with-coffee-while-eating-lunch-together-food-court-after-leaving-office_662251-200.jpg", imageAlt: "María González" + }, { - id: "2", name: "Roberto Mendez", role: "Empresario Local", testimonial: "Excelente servicio, comida de calidad y un ambiente muy cómodo. Es el lugar perfecto para reuniones de negocios o simplemente disfrutar de un buen café con amigos.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Roberto Mendez"}, + id: "2", name: "Roberto Mendez", role: "Empresario Local", testimonial: "Excelente servicio, comida de calidad y un ambiente muy cómodo. Es el lugar perfecto para reuniones de negocios o simplemente disfrutar de un buen café con amigos.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Roberto Mendez" + }, { - id: "3", name: "Ana Rodríguez", role: "Profesionista", testimonial: "Mi sitio de reunión favorito en las mañanas. El personal es siempre amable, la comida es casera y generosa. ¡Una verdadera joya en Toluca!", imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168973.jpg", imageAlt: "Ana Rodríguez"}, + id: "3", name: "Ana Rodríguez", role: "Profesionista", testimonial: "Mi sitio de reunión favorito en las mañanas. El personal es siempre amable, la comida es casera y generosa. ¡Una verdadera joya en Toluca!", imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168973.jpg", imageAlt: "Ana Rodríguez" + }, { - id: "4", name: "Carlos Ramírez", role: "Cliente Frecuente", testimonial: "Café con Leche representa lo mejor de la tradición toluqueña. Cada visita es como volver a casa. Sus postres caseros son increíbles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134396.jpg", imageAlt: "Carlos Ramírez"}, + id: "4", name: "Carlos Ramírez", role: "Cliente Frecuente", testimonial: "Café con Leche representa lo mejor de la tradición toluqueña. Cada visita es como volver a casa. Sus postres caseros son increíbles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort_23-2149134396.jpg", imageAlt: "Carlos Ramírez" + }, ]} animationType="slide-up" textboxLayout="default" @@ -139,7 +153,7 @@ export default function CafeConLechePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/creative-portrait-man-with-curtains-shadows-from-window_23-2149657497.jpg" imageAlt="Café con Leche" mediaAnimation="slide-up" mediaPosition="right" @@ -156,13 +170,16 @@ export default function CafeConLechePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook"}, + href: "https://facebook.com", ariaLabel: "Facebook" + }, { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Instagram"}, + href: "https://instagram.com", ariaLabel: "Instagram" + }, { icon: Phone, - href: "tel:+525551234567", ariaLabel: "Llamar"}, + href: "tel:+525551234567", ariaLabel: "Llamar" + }, ]} /> -- 2.49.1