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"