From 0973c3aa8dd2024475c01012072004a391731f4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:34:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }, ]} -- 2.49.1