diff --git a/src/app/page.tsx b/src/app/page.tsx index 4aa7b85..888e33e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,17 +70,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-dog-running-pathway_181624-24113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-dog-running-pathway_181624-24113.jpg?_wi=1", imageAlt: "Rescue dog waiting for home", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-looking-camera_488145-2342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-looking-camera_488145-2342.jpg?_wi=1", imageAlt: "Cute kitten in play area", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284086.jpg?_wi=1", imageAlt: "Volunteer with shelter dog", }, { @@ -123,36 +123,36 @@ export default function LandingPage() { 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", }, - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-dog-running-pathway_181624-24113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-dog-running-pathway_181624-24113.jpg?_wi=2", imageAlt: "happy dog portrait outdoor", }, { 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", }, - imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-looking-camera_488145-2342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-looking-camera_488145-2342.jpg?_wi=2", imageAlt: "cat sleeping on cozy blanket", }, { 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", }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284086.jpg?_wi=2", imageAlt: "volunteer playing with shelter dog", }, ]}