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", }, ]}