diff --git a/src/app/page.tsx b/src/app/page.tsx index 0313559..31be550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { title: "Atención Personalizada", description: "Cada cliente es único, y nos adaptamos a tus necesidades específicas y preferencias." } ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg?_wi=1" imageAlt="Nuestro Equipo Profesional" mediaAnimation="blur-reveal" buttons={[ @@ -110,10 +110,10 @@ export default function LandingPage() { title: "Corte y Peinado", description: "Cortes personalizados adaptados a tu tipo de cabello y rostro.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-client_23-2147778736.jpg", imageAlt: "Servicio de Corte" + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-client_23-2147778736.jpg?_wi=1", imageAlt: "Servicio de Corte" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg", imageAlt: "Peinado Profesional" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg?_wi=2", imageAlt: "Peinado Profesional" } ] }, @@ -124,7 +124,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108856.jpg", imageAlt: "Coloración Profesional" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-getting-her-hair-done_23-2148108785.jpg", imageAlt: "Tratamiento Color" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-getting-her-hair-done_23-2148108785.jpg?_wi=1", imageAlt: "Tratamiento Color" } ] }, @@ -132,10 +132,10 @@ export default function LandingPage() { title: "Tratamientos Capilares", description: "Tratamientos intensivos para cabello saludable y brillante.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-getting-her-hair-done_23-2148108785.jpg", imageAlt: "Tratamiento Capilar" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-getting-her-hair-done_23-2148108785.jpg?_wi=2", imageAlt: "Tratamiento Capilar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg", imageAlt: "Resultado del Tratamiento" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg?_wi=3", imageAlt: "Resultado del Tratamiento" } ] }, @@ -143,10 +143,10 @@ export default function LandingPage() { title: "Peinados Especiales", description: "Estilos exclusivos para eventos y ocasiones especiales.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg", imageAlt: "Peinados Especiales" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-straightened-home_23-2148817208.jpg?_wi=4", imageAlt: "Peinados Especiales" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-client_23-2147778736.jpg", imageAlt: "Estilo Personalizado" + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-hair-client_23-2147778736.jpg?_wi=2", imageAlt: "Estilo Personalizado" } ] }