From 10743b41b720915680b2a3986750a77e522a5cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:33:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13960c1..0fcf498 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,23 +134,25 @@ export default function LandingPage() { features={[ { title: "Maquinaria de Procesamiento", description: "Tecnología de última generación para procesamiento de alimentos y lácteos.", icon: Settings, - mediaItems: [ + media: { type: 'image', src: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg", alt: "tunnel Winter Melon And have farmers to take care of the farm" }, + items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/tunnel-winter-melon-have-farmers-take-care-farm_1150-7133.jpg"}, + text: "Procesamiento Eficiente"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg"}, + text: "Certificación Internacional"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg", imageAlt: "tunnel Winter Melon And have farmers to take care of the farm", reverse: false + reverse: false }, { title: "Soporte Técnico Especializado", description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.", icon: Wrench, - mediaItems: [ + media: { type: 'image', src: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg", alt: "tunnel Winter Melon And have farmers to take care of the farm" }, + items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg"}, + text: "Soporte 24/7"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg"}, + text: "Repuestos Originales"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg", imageAlt: "tunnel Winter Melon And have farmers to take care of the farm", reverse: true + reverse: true }, ]} /> -- 2.49.1