From a44f15338037c7eb46a27bde3ee5f4bda8b9bd4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:30:25 +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 13a841e..f78c298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-something-her-dog-park_23-2147902025.jpg", imageAlt: "Happy golden retriever ready for adoption" }, { - imageSrc: "http://img.b2bpic.net/free-photo/lovely-dog-posing-garden_23-2147997376.jpg", imageAlt: "Friendly brown dog looking for home" + imageSrc: "http://img.b2bpic.net/free-photo/lovely-dog-posing-garden_23-2147997376.jpg?_wi=1", imageAlt: "Friendly brown dog looking for home" } ]} rightCarouselItems={[ @@ -58,7 +58,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-baby-kitten-walking_658552-4.jpg", imageAlt: "Adorable tabby cat available for adoption" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg", imageAlt: "Gray tabby cat ready to be adopted" + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg?_wi=1", imageAlt: "Gray tabby cat ready to be adopted" } ]} tag="Welcome to PawsHaven" @@ -100,10 +100,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "pet-1", name: "Max", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/lovely-dog-posing-garden_23-2147997376.jpg", imageAlt: "Max - friendly brown dog" + id: "pet-1", name: "Max", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/lovely-dog-posing-garden_23-2147997376.jpg?_wi=2", imageAlt: "Max - friendly brown dog" }, { - id: "pet-2", name: "Luna", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg", imageAlt: "Luna - gray tabby cat" + id: "pet-2", name: "Luna", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-cute-cat-side-view_23-2149879736.jpg?_wi=2", imageAlt: "Luna - gray tabby cat" }, { id: "pet-3", name: "Pepper", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-60529.jpg", imageAlt: "Pepper - fluffy white rabbit" -- 2.49.1