diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c3f771..2b0ea4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-field-everlasting-flowers-with-brown-dog-istria-croatia_181624-24267.jpg", imageAlt: "Happy dogs and cats ready for adoption" + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-field-everlasting-flowers-with-brown-dog-istria-croatia_181624-24267.jpg?_wi=1", imageAlt: "Happy dogs and cats ready for adoption" } ]} ariaLabel="Pet shelter hero section with adoption call to action" @@ -70,7 +70,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cage-full-dog-puppies_329181-14496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cage-full-dog-puppies_329181-14496.jpg?_wi=1" imageAlt="PawsHome Shelter volunteers caring for rescued animals" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -98,10 +98,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "pet-1", name: "Buddy", price: "Adoption Fee: $150", variant: "Golden Retriever • 3 years", imageSrc: "http://img.b2bpic.net/free-photo/girl-cute-white-pups-sitting-bed_23-2148797415.jpg", imageAlt: "Buddy, a friendly golden retriever" + id: "pet-1", name: "Buddy", price: "Adoption Fee: $150", variant: "Golden Retriever • 3 years", imageSrc: "http://img.b2bpic.net/free-photo/girl-cute-white-pups-sitting-bed_23-2148797415.jpg?_wi=1", imageAlt: "Buddy, a friendly golden retriever" }, { - id: "pet-2", name: "Whiskers", price: "Adoption Fee: $75", variant: "Orange Tabby • 2 years", imageSrc: "http://img.b2bpic.net/free-photo/charming-pampered-pets-play-side-by-side-looking-alert-generated-by-ai_188544-13933.jpg", imageAlt: "Whiskers, a playful orange tabby cat" + id: "pet-2", name: "Whiskers", price: "Adoption Fee: $75", variant: "Orange Tabby • 2 years", imageSrc: "http://img.b2bpic.net/free-photo/charming-pampered-pets-play-side-by-side-looking-alert-generated-by-ai_188544-13933.jpg?_wi=1", imageAlt: "Whiskers, a playful orange tabby cat" }, { id: "pet-3", name: "Max", price: "Adoption Fee: $100", variant: "Terrier Mix • 4 years", imageSrc: "http://img.b2bpic.net/free-photo/dog-with-rain-jacket_23-2147787345.jpg", imageAlt: "Max, a loving terrier mix puppy" @@ -191,16 +191,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", value: "5,000+", title: "Animals Rescued", description: "Lives transformed through rescue and rehabilitation", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-field-everlasting-flowers-with-brown-dog-istria-croatia_181624-24267.jpg", imageAlt: "Animals Rescued image" + id: "metric-1", value: "5,000+", title: "Animals Rescued", description: "Lives transformed through rescue and rehabilitation", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-field-everlasting-flowers-with-brown-dog-istria-croatia_181624-24267.jpg?_wi=2", imageAlt: "Animals Rescued image" }, { - id: "metric-2", value: "98%", title: "Adoption Success", description: "Pets finding loving homes and thriving families", imageSrc: "http://img.b2bpic.net/free-photo/girl-cute-white-pups-sitting-bed_23-2148797415.jpg", imageAlt: "Adoption Success image" + id: "metric-2", value: "98%", title: "Adoption Success", description: "Pets finding loving homes and thriving families", imageSrc: "http://img.b2bpic.net/free-photo/girl-cute-white-pups-sitting-bed_23-2148797415.jpg?_wi=2", imageAlt: "Adoption Success image" }, { - id: "metric-3", value: "$2.5M", title: "Medical Care Provided", description: "Veterinary services and health support annually", imageSrc: "http://img.b2bpic.net/free-photo/cage-full-dog-puppies_329181-14496.jpg", imageAlt: "Medical Care Provided image" + id: "metric-3", value: "$2.5M", title: "Medical Care Provided", description: "Veterinary services and health support annually", imageSrc: "http://img.b2bpic.net/free-photo/cage-full-dog-puppies_329181-14496.jpg?_wi=2", imageAlt: "Medical Care Provided image" }, { - id: "metric-4", value: "150+", title: "Active Volunteers", description: "Community members dedicated to our mission", imageSrc: "http://img.b2bpic.net/free-photo/charming-pampered-pets-play-side-by-side-looking-alert-generated-by-ai_188544-13933.jpg", imageAlt: "Active Volunteers image" + id: "metric-4", value: "150+", title: "Active Volunteers", description: "Community members dedicated to our mission", imageSrc: "http://img.b2bpic.net/free-photo/charming-pampered-pets-play-side-by-side-looking-alert-generated-by-ai_188544-13933.jpg?_wi=2", imageAlt: "Active Volunteers image" } ]} ariaLabel="PawsHome impact metrics and statistics"