From 2f5d181db3c71364ada4ccdda06b4c3ea318f2b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:02:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0ea7fd..45bc818 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,19 +65,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hairbrush_107420-12147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hairbrush_107420-12147.jpg?_wi=1", imageAlt: "Salon Luxury Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg?_wi=1", imageAlt: "Expert Stylist", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg?_wi=1", imageAlt: "Beauty Atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-dress-playing-with-hair-smiling-looking-thoughtful-standing-white-copy-space_176420-41096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-dress-playing-with-hair-smiling-looking-thoughtful-standing-white-copy-space_176420-41096.jpg?_wi=1", imageAlt: "Satisfied Client", }, { @@ -128,21 +128,21 @@ export default function LandingPage() { id: 1, title: "Coloración Personalizada", description: "Diseñamos tonos únicos que resaltan tus facciones y cuidan la salud de tu fibra capilar.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hairbrush_107420-12147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hairbrush_107420-12147.jpg?_wi=2", imageAlt: "Coloring", }, { id: 2, title: "Cortes de Vanguardia", description: "Diseños personalizados adaptados a tu estilo de vida y estructura facial, garantizando confianza.", - imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg?_wi=2", imageAlt: "Cuts", }, { id: 3, title: "Tratamientos de Nutrición", description: "Cuidado intensivo para devolverle el brillo y la vitalidad a tu cabello desde la raíz hasta las puntas.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg?_wi=2", imageAlt: "Treatments", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { name: "Valentina C.", handle: "Clienta Premium", testimonial: "El ambiente es sofisticado y los resultados siempre superan mis expectativas. Altamente recomendado.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-dress-playing-with-hair-smiling-looking-thoughtful-standing-white-copy-space_176420-41096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blond-girl-dress-playing-with-hair-smiling-looking-thoughtful-standing-white-copy-space_176420-41096.jpg?_wi=2", }, ]} title="Lo que dicen de nosotros" -- 2.49.1