diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c94fb5c..6f80ca7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { { value: "98%", title: "First-Cycle Success Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg" + imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg?_wi=2" imageAlt="Shreeram IVF advanced fertility laboratory and clinic" useInvertedBackground={false} mediaAnimation="slide-up" @@ -93,11 +93,11 @@ export default function AboutPage() { description="Our team comprises highly qualified reproductive endocrinologists, embryologists, and fertility specialists with extensive experience in advanced assisted reproduction and compassionate patient care." members={[ { - id: "1", name: "Dr. Shreeram Kumar", role: "Founder & Chief IVF Specialist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg"}, + id: "1", name: "Dr. Shreeram Kumar", role: "Founder & Chief IVF Specialist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg?_wi=2"}, { - id: "2", name: "Dr. Priya Sharma", role: "Reproductive Endocrinologist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg"}, + id: "2", name: "Dr. Priya Sharma", role: "Reproductive Endocrinologist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg?_wi=2"}, { - id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg"}, + id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f09f87..b12303d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function HomePage() { { value: "15+ Years", title: "Combined Medical Experience"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg" + imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg?_wi=1" imageAlt="State-of-the-art Shreeram IVF clinic interior" useInvertedBackground={false} mediaAnimation="slide-up" @@ -152,11 +152,11 @@ export default function HomePage() { description="Our team comprises highly qualified reproductive endocrinologists and fertility specialists with extensive experience in advanced assisted reproduction." members={[ { - id: "1", name: "Dr. Shreeram Kumar", role: "Founder & Chief IVF Specialist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg"}, + id: "1", name: "Dr. Shreeram Kumar", role: "Founder & Chief IVF Specialist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg?_wi=1"}, { - id: "2", name: "Dr. Priya Sharma", role: "Reproductive Endocrinologist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg"}, + id: "2", name: "Dr. Priya Sharma", role: "Reproductive Endocrinologist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg?_wi=1"}, { - id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg"}, + id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg?_wi=1"}, { id: "4", name: "Dr. Anjali Patel", role: "Fertility Counselor & Psychologist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-female-private-doctor-visit-asenior-man-home-give-recipe_496169-1566.jpg"}, ]}