diff --git a/src/app/page.tsx b/src/app/page.tsx index ddba1ec..28dd270 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,28 +70,28 @@ export default function LandingPage() { handle: "Paciente Satisfecha", testimonial: "Excelente atención, me hicieron sentir muy tranquila en todo momento.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg", }, { name: "Michael Chen", handle: "Cliente Feliz", testimonial: "Muy profesional, mi sonrisa cambió completamente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg", }, { name: "Emily Rodriguez", handle: "Cliente Satisfecha", testimonial: "Rápidos, amables y muy limpios. Los recomiendo mucho.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg", }, { name: "David Kim", handle: "Paciente Feliz", testimonial: "Mi experiencia fue increíble, el personal es muy atento y los resultados superaron mis expectativas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg", }, ]} testimonialRotationInterval={5000} @@ -224,6 +224,7 @@ export default function LandingPage() {