From 457836376750b1b3f9628555cdb73a29bae69aae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:36:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10ea620..d1a7082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "Premium refrigerator" + imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=1", imageAlt: "Premium refrigerator" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-washing-machine-finish-its-program_23-2149117029.jpg", imageAlt: "Professional washing machine" + imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-washing-machine-finish-its-program_23-2149117029.jpg?_wi=1", imageAlt: "Professional washing machine" } ]} mediaAnimation="opacity" @@ -102,7 +102,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Reparación de frigoríficos", description: "Diagnóstico en minutos. Reparación experta. Garantía completa.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "Refrigerator repair service" + imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=2", imageAlt: "Refrigerator repair service" }, items: [ { icon: Zap, text: "Diagnóstico rápido y preciso" }, @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "2", title: "Reparación de lavadoras", description: "Soluciones inteligentes para tus electrodomésticos. Profesional y eficiente.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-washing-machine-finish-its-program_23-2149117029.jpg", imageAlt: "Washing machine repair" + imageSrc: "http://img.b2bpic.net/free-photo/man-waiting-washing-machine-finish-its-program_23-2149117029.jpg?_wi=2", imageAlt: "Washing machine repair" }, items: [ { icon: Zap, text: "Técnicos especializados" }, @@ -124,7 +124,7 @@ export default function LandingPage() { }, { id: "3", title: "Servicio técnico integral", description: "Cobertura completa para todos tus electrodomésticos con atención premium.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg", imageAlt: "Full appliance service" + imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=3", imageAlt: "Full appliance service" }, items: [ { icon: Zap, text: "Disponibilidad 24/7" }, @@ -144,7 +144,7 @@ export default function LandingPage() { tag="Diferencial" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145545.jpg?_wi=4" imageAlt="Premium technical service" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1