diff --git a/src/app/page.tsx b/src/app/page.tsx index bee761c..1137aec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,21 +88,21 @@ export default function LandingPage() { features={[ { title: "Comprehensive Health Screening", description: "All pets are fully vaccinated, spayed/neutered, and microchipped before adoption.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg?_wi=1"}, }, { title: "Behavioral Training Support", description: "Access to expert behavioral advice and training tips for the first months after adoption.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg?_wi=2"}, }, { title: "Lifetime Matching Advice", description: "We help match your lifestyle with the temperament of our rescue pets to ensure a perfect fit.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-cat-floor_23-2149048117.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-phone_23-2149054185.jpg?_wi=3"}, }, ]} showStepNumbers={true}