diff --git a/src/app/page.tsx b/src/app/page.tsx index 47d3035..ceabeae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,47 +32,25 @@ export default function LandingPage() {
@@ -100,60 +75,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Especial", - name: "Taco al Pastor", - price: "$25", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg", - }, - { - id: "p2", - brand: "Especial", - name: "Taco de Arrachera", - price: "$35", - rating: 5, - reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg", - }, - { - id: "p3", - brand: "Especial", - name: "Gringa de Pastor", - price: "$45", - rating: 5, - reviewCount: "850", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-taco_23-2147640350.jpg", - }, - { - id: "p4", - brand: "Especial", - name: "Taco de Carnitas", - price: "$25", - rating: 4, - reviewCount: "670", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-beer-arrangement_23-2148764343.jpg", - }, - { - id: "p5", - brand: "Especial", - name: "Quesadilla Especial", - price: "$30", - rating: 5, - reviewCount: "540", - imageSrc: "http://img.b2bpic.net/free-photo/black-tray-mixed-vegetable-salad-garnished-with-potato-chips-marble-background_114579-52585.jpg", - }, - { - id: "p6", - brand: "Especial", - name: "Taco Campechano", - price: "$28", - rating: 5, - reviewCount: "420", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-tacos-arrangement_23-2148764336.jpg", - }, + { id: "p1", brand: "Especial", name: "Taco al Pastor", price: "$25", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" }, + { id: "p2", brand: "Especial", name: "Taco de Arrachera", price: "$35", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg" }, + { id: "p3", brand: "Especial", name: "Gringa de Pastor", price: "$45", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-taco_23-2147640350.jpg" }, + { id: "p4", brand: "Especial", name: "Taco de Carnitas", price: "$25", rating: 4, reviewCount: "670", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-beer-arrangement_23-2148764343.jpg" }, + { id: "p5", brand: "Especial", name: "Quesadilla Especial", price: "$30", rating: 5, reviewCount: "540", imageSrc: "http://img.b2bpic.net/free-photo/black-tray-mixed-vegetable-salad-garnished-with-potato-chips-marble-background_114579-52585.jpg" }, + { id: "p6", brand: "Especial", name: "Taco Campechano", price: "$28", rating: 5, reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-tacos-arrangement_23-2148764336.jpg" }, ]} title="Nuestros Favoritos" description="Una selección de los tacos y especialidades que han conquistado las calles. Recetas auténticas hechas al momento." @@ -166,21 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Flame, - title: "Sabor Auténtico", - description: "Recetas heredadas de generación en generación.", - }, - { - icon: Truck, - title: "Frescura Total", - description: "Ingredientes locales seleccionados diariamente.", - }, - { - icon: Heart, - title: "Hecho con Pasión", - description: "Cada orden se prepara con dedicación única.", - }, + { icon: Flame, title: "Sabor Auténtico", description: "Recetas heredadas de generación en generación." }, + { icon: Truck, title: "Frescura Total", description: "Ingredientes locales seleccionados diariamente." }, + { icon: Heart, title: "Hecho con Pasión", description: "Cada orden se prepara con dedicación única." }, ]} title="Por qué somos Santo Cielo" description="Más que comida, somos una experiencia vibrante que celebra la cultura urbana mexicana." @@ -193,41 +108,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Carlos M.", - handle: "@carlos_mx", - testimonial: "¡Los mejores tacos al pastor que he probado en la ciudad! Increíble.", - imageSrc: "http://img.b2bpic.net/free-photo/festa-junina-wearing-straw-hat-young-girl-celebrating-brazilian-festival-eating-yellow-corn_140725-166572.jpg", - }, - { - id: "t2", - name: "Mariana G.", - handle: "@mariana_g", - testimonial: "El sabor es auténtico y el ambiente siempre está increíble. Muy recomendado.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg", - }, - { - id: "t3", - name: "Jorge L.", - handle: "@jorgetacos", - testimonial: "La arrachera es otro nivel. Siempre que paso por aquí, me detengo.", - imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1957.jpg", - }, - { - id: "t4", - name: "Sofía P.", - handle: "@sofiap", - testimonial: "Excelente servicio y la comida está lista súper rápido. Sabor increíble.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg", - }, - { - id: "t5", - name: "Daniel V.", - handle: "@dani_v", - testimonial: "Santo Cielo MX me hace sentir como en casa. La calidad es constante.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-hat-grabbed-neck-isolated-pink_141793-86799.jpg", - }, + { id: "t1", name: "Carlos M.", handle: "@carlos_mx", testimonial: "¡Los mejores tacos al pastor que he probado en la ciudad! Increíble.", imageSrc: "http://img.b2bpic.net/free-photo/festa-junina-wearing-straw-hat-young-girl-celebrating-brazilian-festival-eating-yellow-corn_140725-166572.jpg" }, + { id: "t2", name: "Mariana G.", handle: "@mariana_g", testimonial: "El sabor es auténtico y el ambiente siempre está increíble. Muy recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg" }, + { id: "t3", name: "Jorge L.", handle: "@jorgetacos", testimonial: "La arrachera es otro nivel. Siempre que paso por aquí, me detengo.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1957.jpg" }, + { id: "t4", name: "Sofía P.", handle: "@sofiap", testimonial: "Excelente servicio y la comida está lista súper rápido. Sabor increíble.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg" }, + { id: "t5", name: "Daniel V.", handle: "@dani_v", testimonial: "Santo Cielo MX me hace sentir como en casa. La calidad es constante.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-hat-grabbed-neck-isolated-pink_141793-86799.jpg" }, ]} title="Qué dicen de nosotros" description="Nuestros clientes son el alma de la taquería." @@ -241,21 +126,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - description: "Tacos servidos", - }, - { - id: "m2", - value: "5+", - description: "Años de tradición", - }, - { - id: "m3", - value: "100%", - description: "Ingredientes frescos", - }, + { id: "m1", value: "10k+", description: "Tacos servidos" }, + { id: "m2", value: "5+", description: "Años de tradición" }, + { id: "m3", value: "100%", description: "Ingredientes frescos" }, ]} title="Nuestra esencia en números" description="Logros que hablan de nuestra dedicación diaria." @@ -267,14 +140,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Taco Lovers", - "Gastronomía CDMX", - "Street Food Guide", - "Sabor Mexicano", - "Urban Eats", - "Foodie Mexico", - "Top Tacos MX", - ]} + "Taco Lovers", "Gastronomía CDMX", "Street Food Guide", "Sabor Mexicano", "Urban Eats", "Foodie Mexico", "Top Tacos MX"]} title="Nuestra comunidad" description="Gracias a todos los que nos acompañan en este viaje." /> @@ -283,17 +149,12 @@ export default function LandingPage() {
@@ -302,45 +163,9 @@ export default function LandingPage() {