From 6e363c26eb495bdf7a80b7d964062c9d13780008 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62a5ffe..0bb881c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,16 +205,16 @@ export default function PawsHomeLanding() { features={[ { id: 1, - title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Browse available pets"}, + title: "Browse & Connect", description: "Explore our available pets and learn about their personalities, health status, and care needs.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=1", imageAlt: "Browse available pets"}, { id: 2, - title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Application process"}, + title: "Application Review", description: "Submit your adoption application and our team will review to ensure a great match.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=2", imageAlt: "Application process"}, { id: 3, - title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Meet and greet"}, + title: "Meet & Greet", description: "Schedule a time to meet your potential new pet and spend time together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=3", imageAlt: "Meet and greet"}, { id: 4, - title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg", imageAlt: "Welcome home"}, + title: "Welcome Home", description: "Complete the adoption, receive care guidelines, and start your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-giving-treats-dogs-session_23-2149448202.jpg?_wi=4", imageAlt: "Welcome home"}, ]} buttons={[{ text: "Start Application", href: "#contact" }]} buttonAnimation="slide-up" -- 2.49.1