diff --git a/src/app/page.tsx b/src/app/page.tsx index 8441938..187e20f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function PetShelterPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-with-cute-dogs_23-2148928960.jpg", imageAlt: "Golden retriever puppy named Max", isFavorited: false + id: "1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-white-brown-dog-with-red-leash-green-grass_181624-2772.jpg?id=7848650", imageAlt: "Golden retriever puppy named Max", isFavorited: false }, { id: "2", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "https://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg", imageAlt: "Tabby kitten named Luna", isFavorited: false @@ -132,7 +132,7 @@ export default function PetShelterPage() { features={[ { id: "1", title: "Max - Golden Retriever", tags: ["Dog", "Friendly"], - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-with-cute-dogs_23-2148928960.jpg", imageAlt: "Max the Golden Retriever" + imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-white-brown-dog-with-red-leash-green-grass_181624-2772.jpg?id=7848650", imageAlt: "Max the Golden Retriever" }, { id: "2", title: "Luna - Tabby Cat", tags: ["Cat", "Playful"],