From 2984a44113c62b59d79edce589e63185d609230c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:41:39 +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 a7245da..e7bbe96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg?_wi=1" imageAlt="Leading Heart Surgeon" avatars={[ { @@ -112,7 +112,7 @@ export default function LandingPage() { title: "Patient Satisfaction", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg?_wi=1" imageAlt="Advanced Cardiac Equipment" mediaAnimation="slide-up" /> @@ -142,7 +142,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-surgeon_171337-1518.jpg?_wi=2", imageAlt: "modern medical surgical technology", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-empty-science-laboratory-with-modern-equipment-prepared-pharmaceutical-innovation-using-high-tech-microbiology-tools-scientific-research-vaccine-development-against-covid19-virus_482257-12800.jpg?_wi=2", imageAlt: "modern medical surgical technology", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg?_wi=1", imageAlt: "modern medical surgical technology", }, ]} @@ -235,7 +235,7 @@ export default function LandingPage() { handle: "@jsmith", testimonial: "Dr. Miller saved my life. The procedure was handled with absolute professionalism and the recovery was faster than I ever expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg?_wi=2", }, { id: "2", -- 2.49.1