From 856062723f8008c4bc80a84744f70d98d543b1a1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 10:45:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], -- 2.49.1