diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f6e775..ed89360 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,12 +106,14 @@ 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, - 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", items: [{ text: "Procesamiento Eficiente" }, { text: "Certificación Internacional" }], + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg" }], + items: [{ text: "Procesamiento Eficiente" }, { text: "Certificación Internacional" }], reverse: false }, { title: "Soporte Técnico Especializado", description: "Servicio técnico preventivo y correctivo con repuestos originales siempre disponibles.", icon: Wrench, - 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", items: [{ text: "Soporte 24/7" }, { text: "Repuestos Originales" }], + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg" }], + items: [{ text: "Soporte 24/7" }, { text: "Repuestos Originales" }], reverse: true }, ]}