From 5e68a040e9f826d1215edac678007335132ec05e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:44:47 +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 5ef4862..aa9ae67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Laura M.", handle: "@laurambeauty", testimonial: "Resultados desde el primer día. ¡Me ha cambiado la piel!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-happy-smiling-woman_171337-12337.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-happy-smiling-woman_171337-12337.jpg?_wi=1" }, { name: "Sofía R.", handle: "@sofiarosa", testimonial: "Profesionalidad y trato increíble. Totalmente recomendado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-mirror_23-2148537279.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-mirror_23-2148537279.jpg?_wi=1" }, { name: "María P.", handle: "@mariaplus", testimonial: "Me ha cambiado la piel y la vida. Gracias Mireia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-being-bathroom_23-2148537298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-being-bathroom_23-2148537298.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -154,15 +154,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Laura Martínez", role: "Empresaria", company: "Benidorm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-happy-smiling-woman_171337-12337.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-happy-smiling-woman_171337-12337.jpg?_wi=2" }, { id: "2", name: "Sofía Rodríguez", role: "Marketing Manager", company: "Costa Blanca", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-mirror_23-2148537279.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-looking-mirror_23-2148537279.jpg?_wi=2" }, { id: "3", name: "María Pérez", role: "Profesional Independiente", company: "Benidorm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-being-bathroom_23-2148537298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-being-bathroom_23-2148537298.jpg?_wi=2" }, { id: "4", name: "Carmen López", role: "Doctora", company: "Valencia", rating: 5, -- 2.49.1