diff --git a/src/app/page.tsx b/src/app/page.tsx index 959657c..2d1557c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/waiting-queue-vet_329181-14498.jpg", imageAlt: "Azteca Pet Shop interior with friendly staff" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Quality pet supplies and dog food selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1", imageAlt: "Quality pet supplies and dog food selection" } ]} mediaAnimation="slide-up" rating={5} @@ -85,29 +85,29 @@ export default function LandingPage() { { title: "Dog Supplies", description: "Premium dog food, treats, toys, collars, and training supplies for all breeds and sizes.", icon: Dog, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Dog food and supplies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Dog toys and accessories" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Dog food and supplies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=1", imageAlt: "Dog toys and accessories" } ] }, { title: "Cat Supplies", description: "Cat food, litter, toys, scratchers, and comfort items for indoor and outdoor cats.", icon: Cat, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Cat supplies and toys" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Cat food selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=2", imageAlt: "Cat supplies and toys" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=3", imageAlt: "Cat food selection" } ] }, { title: "Reptile Supplies", description: "Live reptile food, habitats, heating equipment, and specialized care products for snakes, lizards, and turtles.", icon: Bug, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Reptile supplies and food" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Habitat and care equipment" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=4", imageAlt: "Reptile supplies and food" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=3", imageAlt: "Habitat and care equipment" } ] }, { title: "Live Feed & Crickets", description: "Fresh crickets, dubia roaches, and live insects delivered to your door or available for pickup.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg", imageAlt: "Live feed options" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Fresh crickets and insects" } + { imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg?_wi=4", imageAlt: "Live feed options" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=5", imageAlt: "Fresh crickets and insects" } ] } ]}