From a78b3b7ebe5513e70e9ad4553f0a289c7a79245b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 12:06:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c26015..348f86a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,45 +59,45 @@ export default function LandingPage() { description="Moga's premier Electro Homeopathy center specializing in non-toxic, plant-based recovery for chronic conditions using the ancient Spagyric method." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=1", imageAlt: "Healing clinic atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=1", imageAlt: "Natural herbs", }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=1", imageAlt: "Medical science", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=1", imageAlt: "Wellness lifestyle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=1", imageAlt: "Clinical professional", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg?_wi=2", imageAlt: "Healing clinic atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=2", imageAlt: "Natural herbs", }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-hand-drawn-epoc-infographic-template_23-2148833010.jpg?_wi=2", imageAlt: "Medical science", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=2", imageAlt: "Wellness lifestyle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=2", imageAlt: "Clinical professional", }, ]} @@ -189,7 +189,7 @@ export default function LandingPage() { content: "Zero-pharmaceutical-interference protocols ensure that your recovery is natural and completely safe.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776497.jpg?_wi=3" mediaAnimation="blur-reveal" /> @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "Finally found a treatment that works without harsh chemicals.", name: "Anita Verma", role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-mature-woman-with-short-hair_23-2148275084.jpg?_wi=3", }, ]} title="Patient Success Stories" @@ -266,7 +266,7 @@ export default function LandingPage() { content: "Treatment plans are personalized ranging from weeks to months.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/social-caregiver-separating-medicaments-supplements-pills_482257-95248.jpg?_wi=3" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Everything you need to know about starting your healing journey." -- 2.49.1