diff --git a/src/app/page.tsx b/src/app/page.tsx index ed89360..9f518f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,13 +106,19 @@ 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: [{ imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg" }], + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/automated-harvesting-robots-drones-modern-agriculture_23-2152000837.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, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg" }], + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/combine-harvester-machine_53876-64906.jpg" } + ], items: [{ text: "Soporte 24/7" }, { text: "Repuestos Originales" }], reverse: true },