From 8d407dd65846c75977f8bee8c12af98038fcecd6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:38:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2433fc9..c56b4e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@aaravs", testimonial: "Truly a transformative experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256769.jpg?_wi=1", imageAlt: "calm wellness center spa interior", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@priyasingh", testimonial: "The atmosphere is so peaceful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working-with-gloves_23-2148826086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working-with-gloves_23-2148826086.jpg?_wi=1", imageAlt: "calm wellness center spa interior", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@vikramm", testimonial: "Best wellness services in Jaipur.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg?_wi=1", imageAlt: "calm wellness center spa interior", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@snehared", testimonial: "So professional and calming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-relaxing-getting-ready-working-out-gym_662251-1301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-relaxing-getting-ready-working-out-gym_662251-1301.jpg?_wi=1", imageAlt: "calm wellness center spa interior", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@amitk", testimonial: "My stress levels have dropped significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg?_wi=1", imageAlt: "calm wellness center spa interior", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256769.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-mother-daughter-looking-each-other-holding-hand-home_23-2148202895.jpg", @@ -133,7 +133,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Philosophy" description="Located in Lotus Villa, Jagatpura, we provide a sanctuary for physical and mental rejuvenation. We combine traditional wisdom with modern wellness practices." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working-with-gloves_23-2148826086.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-working-with-gloves_23-2148826086.jpg?_wi=2" /> @@ -286,21 +286,21 @@ export default function LandingPage() { name: "Sarah", role: "Visitor", testimonial: "Excellent environment.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg?_wi=2", }, { id: "2", name: "John", role: "Client", testimonial: "Very professional therapy.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-relaxing-getting-ready-working-out-gym_662251-1301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-relaxing-getting-ready-working-out-gym_662251-1301.jpg?_wi=2", }, { id: "3", name: "Emma", role: "Yoga Practitioner", testimonial: "The best yoga classes.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg?_wi=2", }, { id: "4", -- 2.49.1