diff --git a/src/app/page.tsx b/src/app/page.tsx index a4bb40d..0deb359 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=1" imageAlt="Puppies and kittens playing together at our shelter" showDimOverlay={true} /> @@ -81,10 +81,10 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "pet-001", name: "Max", price: "Adoption: $150", variant: "Golden Retriever, 4 years", imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg", imageAlt: "Max - Golden Retriever" + id: "pet-001", name: "Max", price: "Adoption: $150", variant: "Golden Retriever, 4 years", imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg?_wi=1", imageAlt: "Max - Golden Retriever" }, { - id: "pet-002", name: "Whiskers", price: "Adoption: $80", variant: "Tabby Cat, 2 years", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-hugging-cute-cat_23-2149647850.jpg", imageAlt: "Whiskers - Tabby Cat" + id: "pet-002", name: "Whiskers", price: "Adoption: $80", variant: "Tabby Cat, 2 years", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-hugging-cute-cat_23-2149647850.jpg?_wi=1", imageAlt: "Whiskers - Tabby Cat" }, { id: "pet-003", name: "Buddy", price: "Adoption: $120", variant: "Beagle Puppy, 1 year", imageSrc: "http://img.b2bpic.net/free-photo/happy-french-bulldog-striped-shirt_23-2151995696.jpg", imageAlt: "Buddy - Beagle Puppy" @@ -108,28 +108,28 @@ export default function LandingPage() { { id: 1, title: "Medical Care", description: "Vaccinations, spaying/neutering, and health assessments for all animals.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg", imageAlt: "Veterinary care" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=2", imageAlt: "Veterinary care" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", imageAlt: "Medical examination" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=1", imageAlt: "Medical examination" } }, { id: 2, title: "Training Programs", description: "Behavioral training and socialization to prepare pets for adoption.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", imageAlt: "Training session" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=2", imageAlt: "Training session" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg", imageAlt: "Socialization" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=3", imageAlt: "Socialization" } }, { id: 3, title: "Adoption Support", description: "Post-adoption guidance and resources to ensure lasting relationships.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg", imageAlt: "Happy adoption" + imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg?_wi=2", imageAlt: "Happy adoption" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-hugging-cute-cat_23-2149647850.jpg", imageAlt: "Support services" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-hugging-cute-cat_23-2149647850.jpg?_wi=2", imageAlt: "Support services" } } ]}