diff --git a/src/app/page.tsx b/src/app/page.tsx index ae3f552..0adefe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "haircut", name: "Corte de Cabello", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg", imageAlt: "Servicio de corte profesional" + id: "haircut", name: "Corte de Cabello", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg?_wi=1", imageAlt: "Servicio de corte profesional" }, { id: "beard", name: "Corte + Barba", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "Servicio de corte y perfilado de barba" @@ -100,7 +100,7 @@ export default function LandingPage() { id: "styling", name: "Asesoramiento de Estilo", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageAlt: "Consulta de asesoramiento de estilo" }, { - id: "premium", name: "Paquete Premium", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg", imageAlt: "Paquete premium completo" + id: "premium", name: "Paquete Premium", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg?_wi=2", imageAlt: "Paquete premium completo" } ]} textboxLayout="default"