From cc16108f66b2fdfc78dd9e0d03d855df795364a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:45:54 +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 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} -- 2.49.1