diff --git a/src/app/page.tsx b/src/app/page.tsx index a0036e1..5baae5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function PetShelterPage() { title="Find Your Perfect Companion" description="Welcome to Happy Paws Shelter. Discover loving pets waiting for their forever homes. Every adoption saves a life and brings joy to a family." tag="Open Hearts, Open Homes" - imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg" imageAlt="Happy families with adopted pets" textPosition="center" showBlur={true} @@ -77,13 +77,13 @@ export default function PetShelterPage() { tag="New Arrivals" products={[ { - id: "1", name: "Max - Golden Retriever Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6547.jpg?_wi=1", imageAlt: "Max, a friendly golden retriever mix", initialQuantity: 1 + id: "1", name: "Max - Golden Retriever Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6547.jpg", imageAlt: "Max, a friendly golden retriever mix", initialQuantity: 1 }, { - id: "2", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holds-black-white-kitty-his-shoulder_8353-8632.jpg?_wi=1", imageAlt: "Luna, a beautiful tabby cat", initialQuantity: 1 + id: "2", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holds-black-white-kitty-his-shoulder_8353-8632.jpg", imageAlt: "Luna, a beautiful tabby cat", initialQuantity: 1 }, { - id: "3", name: "Hop - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-62268.jpg?_wi=1", imageAlt: "Hop, an adorable Holland Lop rabbit", initialQuantity: 1 + id: "3", name: "Hop - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-62268.jpg", imageAlt: "Hop, an adorable Holland Lop rabbit", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -105,15 +105,15 @@ export default function PetShelterPage() { }, { id: 2, - title: "Health Screening", description: "All our pets receive veterinary care, vaccinations, and health checks before adoption, ensuring your new companion is healthy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6547.jpg?_wi=2" + title: "Health Screening", description: "All our pets receive veterinary care, vaccinations, and health checks before adoption, ensuring your new companion is healthy.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-guys-playing-with-their-dog-backyard-grass-cheerful-old-dog_158595-6547.jpg" }, { id: 3, - title: "Expert Support", description: "Our team provides ongoing support and guidance to help your pet adjust to their new home. We're here every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holds-black-white-kitty-his-shoulder_8353-8632.jpg?_wi=2" + title: "Expert Support", description: "Our team provides ongoing support and guidance to help your pet adjust to their new home. We're here every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holds-black-white-kitty-his-shoulder_8353-8632.jpg" }, { id: 4, - title: "Lower Costs", description: "Adoption fees are significantly lower than breeder prices, and your pet is already spayed/neutered and vaccinated.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-62268.jpg?_wi=2" + title: "Lower Costs", description: "Adoption fees are significantly lower than breeder prices, and your pet is already spayed/neutered and vaccinated.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-62268.jpg" } ]} textboxLayout="default" @@ -137,7 +137,7 @@ export default function PetShelterPage() { id: "3", value: "98", title: "Success Rate", description: "Pets thriving in their forever homes", icon: TrendingUp } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -148,7 +148,7 @@ export default function PetShelterPage() {