Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-04-12 23:46:42 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "📞 Llámanos Ahora", href: "tel:+50499719494" },
{ text: "💬 Escríbenos por WhatsApp", href: "https://wa.me/50499919494" },
]}
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/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg?_wi=1"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/automated-harvesting-robots-drones-modern-agriculture_23-2152000837.jpg", alt: "Automated harvesting: robots and drones in modern agriculture" },
{ src: "http://img.b2bpic.net/free-photo/combine-harvester-machine_53876-64906.jpg", alt: "Combine harvester machine" },
@@ -69,7 +69,7 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Carlos Castillo", imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg" },
{ id: "1", name: "Carlos Castillo", imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg?_wi=1" },
{ id: "2", name: "Mauricio Zavala", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-beautiful-plant_23-2148509875.jpg" },
{ id: "3", name: "Luis Pérez", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-girl-apron-summer-hat-smiling-showing-ok-sign-with-both-hands-standing-green-wall_141793-82026.jpg" },
{ id: "4", name: "Miguel Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gestures-heart-hand-sign_141793-116130.jpg" },
@@ -107,14 +107,14 @@ export default function LandingPage() {
{
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" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2640.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/automated-harvesting-robots-drones-modern-agriculture_23-2152000837.jpg" }
]
},
{
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" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961514.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/combine-harvester-machine_53876-64906.jpg" }
]
},