From ba06bd0ad9838b9224eefd20283bbc8cef29c54f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:08:37 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8a99949..72ba25d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -107,7 +107,7 @@ export default function ContactPage() { name: "Sarah Mitchell", role: "Dog Parent", testimonial: "The team at Paws Haven was incredibly supportive. They helped us every step of the way and continue to check in. Max has brought so much joy to our lives!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg?_wi=2", imageAlt: "Sarah with Max", }, { @@ -115,7 +115,7 @@ export default function ContactPage() { name: "James Rodriguez", role: "Cat Lover", testimonial: "I recommend Paws Haven to everyone. Their professionalism, compassion, and genuine care for the animals is unmatched. Luna is family now!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg?_wi=2", imageAlt: "James with Luna", }, { @@ -123,7 +123,7 @@ export default function ContactPage() { name: "Emily Chen", role: "First-Time Pet Owner", testimonial: "As a first-time pet owner, I was nervous. The staff at Paws Haven answered all my questions and provided excellent follow-up support. I couldn't ask for better!", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg?_wi=2", imageAlt: "Emily with Charlie", }, ]} -- 2.49.1 From 2cef97ef2bb1b537376f922502f8f2d4a87ff380 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:08:38 +0000 Subject: [PATCH 2/3] Update src/app/our-pets/page.tsx --- src/app/our-pets/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/our-pets/page.tsx b/src/app/our-pets/page.tsx index d69346f..101e808 100644 --- a/src/app/our-pets/page.tsx +++ b/src/app/our-pets/page.tsx @@ -48,7 +48,7 @@ export default function OurPetsPage() { name: "Max", price: "Golden Retriever", variant: "3 years old • Friendly • Playful", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-dog-his-owner-golden-retriever-petfriendly-cafe_1258-245318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-dog-his-owner-golden-retriever-petfriendly-cafe_1258-245318.jpg?_wi=2", imageAlt: "Max the Golden Retriever", }, { @@ -56,7 +56,7 @@ export default function OurPetsPage() { name: "Luna", price: "Siamese Cat", variant: "2 years old • Affectionate • Indoor", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=2", imageAlt: "Luna the Siamese Cat", }, { @@ -64,7 +64,7 @@ export default function OurPetsPage() { name: "Charlie", price: "Beagle Mix", variant: "4 years old • Energetic • Social", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beagle-puppy-outdoors_181624-61338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beagle-puppy-outdoors_181624-61338.jpg?_wi=2", imageAlt: "Charlie the Beagle Mix", }, { @@ -72,7 +72,7 @@ export default function OurPetsPage() { name: "Bella", price: "Rabbit", variant: "1 year old • Gentle • Quiet", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-is-playing-with-pet-rabbit-pets-concept_169016-59464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-is-playing-with-pet-rabbit-pets-concept_169016-59464.jpg?_wi=2", imageAlt: "Bella the Rabbit", }, { @@ -80,7 +80,7 @@ export default function OurPetsPage() { name: "Rocky", price: "German Shepherd", variant: "5 years old • Loyal • Well-trained", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-german-shepherd-dog-running-grass_181624-30360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-german-shepherd-dog-running-grass_181624-30360.jpg?_wi=2", imageAlt: "Rocky the German Shepherd", }, { @@ -88,7 +88,7 @@ export default function OurPetsPage() { name: "Whiskers", price: "Tabby Cat", variant: "3 years old • Calm • Cuddly", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-shot-gray-furry-tabby-cat-sitting-wooden-chair_181624-8432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-shot-gray-furry-tabby-cat-sitting-wooden-chair_181624-8432.jpg?_wi=2", imageAlt: "Whiskers the Tabby Cat", }, ]} -- 2.49.1 From 5950ab8865582322350c6c757d1b16f242818913 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:08:39 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1934f0f..3b8ae02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,7 @@ export default function HomePage() { name: "Max", price: "Golden Retriever", variant: "3 years old • Friendly • Playful", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-dog-his-owner-golden-retriever-petfriendly-cafe_1258-245318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-dog-his-owner-golden-retriever-petfriendly-cafe_1258-245318.jpg?_wi=1", imageAlt: "Max the Golden Retriever", }, { @@ -199,7 +199,7 @@ export default function HomePage() { name: "Luna", price: "Siamese Cat", variant: "2 years old • Affectionate • Indoor", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-siamese-cat-room_1398-3805.jpg?_wi=1", imageAlt: "Luna the Siamese Cat", }, { @@ -207,7 +207,7 @@ export default function HomePage() { name: "Charlie", price: "Beagle Mix", variant: "4 years old • Energetic • Social", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beagle-puppy-outdoors_181624-61338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beagle-puppy-outdoors_181624-61338.jpg?_wi=1", imageAlt: "Charlie the Beagle Mix", }, { @@ -215,7 +215,7 @@ export default function HomePage() { name: "Bella", price: "Rabbit", variant: "1 year old • Gentle • Quiet", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-is-playing-with-pet-rabbit-pets-concept_169016-59464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-girl-is-playing-with-pet-rabbit-pets-concept_169016-59464.jpg?_wi=1", imageAlt: "Bella the Rabbit", }, { @@ -223,7 +223,7 @@ export default function HomePage() { name: "Rocky", price: "German Shepherd", variant: "5 years old • Loyal • Well-trained", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-german-shepherd-dog-running-grass_181624-30360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-german-shepherd-dog-running-grass_181624-30360.jpg?_wi=1", imageAlt: "Rocky the German Shepherd", }, { @@ -231,7 +231,7 @@ export default function HomePage() { name: "Whiskers", price: "Tabby Cat", variant: "3 years old • Calm • Cuddly", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-shot-gray-furry-tabby-cat-sitting-wooden-chair_181624-8432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-shot-gray-furry-tabby-cat-sitting-wooden-chair_181624-8432.jpg?_wi=1", imageAlt: "Whiskers the Tabby Cat", }, ]} @@ -256,7 +256,7 @@ export default function HomePage() { name: "Sarah Mitchell", role: "Dog Parent", testimonial: "Adopting Max was the best decision we ever made. He brought so much joy and love into our home. The team at Paws Haven made the entire process smooth and supportive.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg?_wi=1", imageAlt: "Sarah with Max", }, { @@ -264,7 +264,7 @@ export default function HomePage() { name: "James Rodriguez", role: "Cat Lover", testimonial: "Luna was exactly what our family needed. The staff at Paws Haven took time to help us find the right match, and she's fit right in. We couldn't be happier!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg?_wi=1", imageAlt: "James with Luna", }, { @@ -272,7 +272,7 @@ export default function HomePage() { name: "Emily Chen", role: "First-Time Pet Owner", testimonial: "I was nervous about adopting for the first time, but the team at Paws Haven answered all my questions and even provided follow-up support. Charlie is now part of our family!", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-walking-city_839833-17519.jpg?_wi=1", imageAlt: "Emily with Charlie", }, { -- 2.49.1