From b3327731fe82a96f32dcd6f79cbe79b8e1c429a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:58:14 +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 8694644..0f3820f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@luciamedicina", testimonial: "Sathya Studio transformó mi presencia. Ahora mi web refleja exactamente quién soy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brown-comb-painting-texture-background_53876-123028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-comb-painting-texture-background_53876-123028.jpg?_wi=1", imageAlt: "organic earth tone background luxury", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@elenasanadora", testimonial: "Calidad, calidez y resultados. Mi marca finalmente se siente como en casa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1", imageAlt: "woman portrait soft natural lighting", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@martinamedicina", testimonial: "Profesionalismo que respeta la parte sagrada de mi trabajo. 10/10.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "young woman wellness practitioner portrait", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@valeriaspiritual", testimonial: "La claridad visual que necesitaba para expandir mi alcance global.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg?_wi=1", imageAlt: "mature woman healer natural lifestyle", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/brown-comb-painting-texture-background_53876-123028.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-comb-painting-texture-background_53876-123028.jpg?_wi=2" imageAlt="Fondo orgánico y elegante para Sathya Studio" avatars={[ { @@ -217,7 +217,7 @@ export default function LandingPage() { handle: "@luciamedicina", testimonial: "Sathya Studio transformó mi presencia. Ahora mi web refleja exactamente quién soy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2", }, { id: "2", @@ -225,7 +225,7 @@ export default function LandingPage() { handle: "@sofiacoach", testimonial: "Un proceso de diseño increíblemente intuitivo y alineado a mi propósito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", }, { id: "3", @@ -233,7 +233,7 @@ export default function LandingPage() { handle: "@elenasanadora", testimonial: "Calidad, calidez y resultados. Mi marca finalmente se siente como en casa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-plaid-blaizer-turtleneck-sweater-looking-thoughtful-outdoor_574295-2015.jpg?_wi=2", }, { id: "4", -- 2.49.1