diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cdeb4d9..eb1bea1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { tagIcon={Heart} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg?_wi=2" imageAlt="PawsHaven team with animals" imagePosition="right" mediaAnimation="blur-reveal" @@ -75,7 +75,7 @@ export default function AboutPage() { title: "Perfect Matches", description: "We use behavioral assessments to match each animal with the ideal family and lifestyle", icon: Lightbulb } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2" imageAlt="Happy family with rescued pet" imagePosition="left" mediaAnimation="opacity" @@ -96,11 +96,11 @@ export default function AboutPage() { features={[ { id: 1, - title: "Comprehensive Medical Care", description: "Every animal receives complete veterinary evaluations, vaccinations, spaying/neutering, microchipping, and treatment for any medical conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg", imageAlt: "Veterinary care" + title: "Comprehensive Medical Care", description: "Every animal receives complete veterinary evaluations, vaccinations, spaying/neutering, microchipping, and treatment for any medical conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg?_wi=2", imageAlt: "Veterinary care" }, { id: 2, - title: "Behavioral Assessment & Training", description: "Our trained behaviorists evaluate each animal's temperament and provide specialized training to prepare them for home life.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Animal behavioral training" + title: "Behavioral Assessment & Training", description: "Our trained behaviorists evaluate each animal's temperament and provide specialized training to prepare them for home life.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=7", imageAlt: "Animal behavioral training" }, { id: 3, @@ -125,19 +125,19 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Max's Transformation", handle: "Rescued 2020", testimonial: "Found abandoned on the streets, Max received intensive medical treatment and training. Today, he's a certified therapy dog bringing joy to hospitals and nursing homes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Max" + imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=10", imageAlt: "Max" }, { id: "2", name: "Luna's Journey", handle: "Rescued 2021", testimonial: "This sweet tabby was malnourished and frightened. After months of care and rehabilitation, Luna is now a confident, affectionate companion in a loving home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Luna" + imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=9", imageAlt: "Luna" }, { id: "3", name: "Charlie's New Life", handle: "Rescued 2022", testimonial: "Charlie arrived at our shelter traumatized and aggressive. Through patient rehabilitation and training, he's become the most loving family pet anyone could ask for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Charlie" + imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=6", imageAlt: "Charlie" }, { id: "4", name: "Bella's Story", handle: "Rescued 2023", testimonial: "Found in critical condition, Bella received emergency care and surgery. Now fully recovered, she's living her best life with a devoted family who adores her.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Bella" + imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=11", imageAlt: "Bella" } ]} showRating={true} diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 1b09bb6..1af3615 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -43,7 +43,7 @@ export default function AdminPage() { tagIcon={BarChart3} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=3" imageAlt="Admin dashboard interface" imagePosition="right" mediaAnimation="blur-reveal" diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 72628bd..4439e0b 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -43,7 +43,7 @@ export default function DashboardPage() { tagIcon={Heart} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=2" imageAlt="Customer dashboard interface" imagePosition="right" mediaAnimation="blur-reveal" diff --git a/src/app/page.tsx b/src/app/page.tsx index 112e90b..98b52a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-fashion-girls-summer-park_1157-21448.jpg?_wi=1" imageAlt="Happy pets at our shelter" imagePosition="right" mediaAnimation="blur-reveal" @@ -78,7 +78,7 @@ export default function LandingPage() { title: "Perfect Matches", description: "We carefully match families with pets that fit their lifestyle", icon: Lightbulb } ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-spending-time-with-cute-rescue-dogs-shelter_23-2148682966.jpg?_wi=1" imageAlt="Our caring team with animals" imagePosition="right" mediaAnimation="opacity" @@ -98,13 +98,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "dog-1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Max the friendly Golden Retriever", initialQuantity: 1 + id: "dog-1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=1", imageAlt: "Max the friendly Golden Retriever", initialQuantity: 1 }, { - id: "cat-1", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Luna the sweet tabby kitten", initialQuantity: 1 + id: "cat-1", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=1", imageAlt: "Luna the sweet tabby kitten", initialQuantity: 1 }, { - id: "dog-2", name: "Charlie - Beagle Mix", price: "Adoption Fee: $125", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Charlie the energetic beagle", initialQuantity: 1 + id: "dog-2", name: "Charlie - Beagle Mix", price: "Adoption Fee: $125", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=1", imageAlt: "Charlie the energetic beagle", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -125,28 +125,28 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "dog-3", name: "Bella - German Shepherd", price: "Adoption Fee: $175", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Bella the loyal German Shepherd", initialQuantity: 1 + id: "dog-3", name: "Bella - German Shepherd", price: "Adoption Fee: $175", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=2", imageAlt: "Bella the loyal German Shepherd", initialQuantity: 1 }, { - id: "cat-2", name: "Shadow - Black Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Shadow the mysterious black cat", initialQuantity: 1 + id: "cat-2", name: "Shadow - Black Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=2", imageAlt: "Shadow the mysterious black cat", initialQuantity: 1 }, { - id: "rabbit-1", name: "Fluffy - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Fluffy the adorable Holland Lop rabbit", initialQuantity: 1 + id: "rabbit-1", name: "Fluffy - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=1", imageAlt: "Fluffy the adorable Holland Lop rabbit", initialQuantity: 1 }, { - id: "dog-4", name: "Rocky - Boxer Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Rocky the energetic Boxer mix", initialQuantity: 1 + id: "dog-4", name: "Rocky - Boxer Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=3", imageAlt: "Rocky the energetic Boxer mix", initialQuantity: 1 }, { - id: "cat-3", name: "Whiskers - Persian", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Whiskers the fluffy Persian cat", initialQuantity: 1 + id: "cat-3", name: "Whiskers - Persian", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=3", imageAlt: "Whiskers the fluffy Persian cat", initialQuantity: 1 }, { - id: "dog-5", name: "Daisy - Poodle Mix", price: "Adoption Fee: $130", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Daisy the friendly Poodle mix", initialQuantity: 1 + id: "dog-5", name: "Daisy - Poodle Mix", price: "Adoption Fee: $130", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=2", imageAlt: "Daisy the friendly Poodle mix", initialQuantity: 1 }, { - id: "hamster-1", name: "Chip - Syrian Hamster", price: "Adoption Fee: $25", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Chip the cute Syrian hamster", initialQuantity: 1 + id: "hamster-1", name: "Chip - Syrian Hamster", price: "Adoption Fee: $25", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=2", imageAlt: "Chip the cute Syrian hamster", initialQuantity: 1 }, { - id: "dog-6", name: "Buddy - Labrador", price: "Adoption Fee: $160", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Buddy the loyal Labrador", initialQuantity: 1 + id: "dog-6", name: "Buddy - Labrador", price: "Adoption Fee: $160", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=4", imageAlt: "Buddy the loyal Labrador", initialQuantity: 1 } ]} gridVariant="four-items-2x2-equal-grid" @@ -168,15 +168,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Comprehensive Health Care", description: "Every animal receives full veterinary examination, vaccinations, and medical treatment before adoption.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg", imageAlt: "Professional medical care" + title: "Comprehensive Health Care", description: "Every animal receives full veterinary examination, vaccinations, and medical treatment before adoption.", imageSrc: "http://img.b2bpic.net/free-photo/young-puppy-veterinarian-going-health-checkup-professional-examining-dog-using-stethoscope_839833-8462.jpg?_wi=1", imageAlt: "Professional medical care" }, { id: 2, - title: "Safe & Comfortable Environment", description: "Our facility provides safe, spacious accommodations with enrichment activities and socialization for all pets.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Safe shelter environment" + title: "Safe & Comfortable Environment", description: "Our facility provides safe, spacious accommodations with enrichment activities and socialization for all pets.", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=3", imageAlt: "Safe shelter environment" }, { id: 3, - title: "Family Support Program", description: "We offer ongoing support, training tips, and behavioral guidance for new pet families during the adjustment period.", 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 family with adopted pet" + title: "Family Support Program", description: "We offer ongoing support, training tips, and behavioral guidance for new pet families during the adjustment period.", 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", imageAlt: "Happy family with adopted pet" } ]} textboxLayout="default" diff --git a/src/app/pets/page.tsx b/src/app/pets/page.tsx index 9980bda..311ae52 100644 --- a/src/app/pets/page.tsx +++ b/src/app/pets/page.tsx @@ -44,52 +44,52 @@ export default function PetsPage() { tagAnimation="slide-up" products={[ { - id: "dog-1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Max the friendly Golden Retriever", initialQuantity: 1 + id: "dog-1", name: "Max - Golden Retriever", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=5", imageAlt: "Max the friendly Golden Retriever", initialQuantity: 1 }, { - id: "cat-1", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Luna the sweet tabby kitten", initialQuantity: 1 + id: "cat-1", name: "Luna - Tabby Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=4", imageAlt: "Luna the sweet tabby kitten", initialQuantity: 1 }, { - id: "dog-2", name: "Charlie - Beagle Mix", price: "Adoption Fee: $125", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Charlie the energetic beagle", initialQuantity: 1 + id: "dog-2", name: "Charlie - Beagle Mix", price: "Adoption Fee: $125", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=3", imageAlt: "Charlie the energetic beagle", initialQuantity: 1 }, { - id: "dog-3", name: "Bella - German Shepherd", price: "Adoption Fee: $175", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Bella the loyal German Shepherd", initialQuantity: 1 + id: "dog-3", name: "Bella - German Shepherd", price: "Adoption Fee: $175", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=6", imageAlt: "Bella the loyal German Shepherd", initialQuantity: 1 }, { - id: "cat-2", name: "Shadow - Black Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Shadow the mysterious black cat", initialQuantity: 1 + id: "cat-2", name: "Shadow - Black Cat", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=5", imageAlt: "Shadow the mysterious black cat", initialQuantity: 1 }, { - id: "rabbit-1", name: "Fluffy - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Fluffy the adorable Holland Lop rabbit", initialQuantity: 1 + id: "rabbit-1", name: "Fluffy - Holland Lop Rabbit", price: "Adoption Fee: $50", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=4", imageAlt: "Fluffy the adorable Holland Lop rabbit", initialQuantity: 1 }, { - id: "dog-4", name: "Rocky - Boxer Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Rocky the energetic Boxer mix", initialQuantity: 1 + id: "dog-4", name: "Rocky - Boxer Mix", price: "Adoption Fee: $150", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=7", imageAlt: "Rocky the energetic Boxer mix", initialQuantity: 1 }, { - id: "cat-3", name: "Whiskers - Persian", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Whiskers the fluffy Persian cat", initialQuantity: 1 + id: "cat-3", name: "Whiskers - Persian", price: "Adoption Fee: $100", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=6", imageAlt: "Whiskers the fluffy Persian cat", initialQuantity: 1 }, { - id: "dog-5", name: "Daisy - Poodle Mix", price: "Adoption Fee: $130", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Daisy the friendly Poodle mix", initialQuantity: 1 + id: "dog-5", name: "Daisy - Poodle Mix", price: "Adoption Fee: $130", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=4", imageAlt: "Daisy the friendly Poodle mix", initialQuantity: 1 }, { - id: "hamster-1", name: "Chip - Syrian Hamster", price: "Adoption Fee: $25", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Chip the cute Syrian hamster", initialQuantity: 1 + id: "hamster-1", name: "Chip - Syrian Hamster", price: "Adoption Fee: $25", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=5", imageAlt: "Chip the cute Syrian hamster", initialQuantity: 1 }, { - id: "dog-6", name: "Buddy - Labrador", price: "Adoption Fee: $160", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Buddy the loyal Labrador", initialQuantity: 1 + id: "dog-6", name: "Buddy - Labrador", price: "Adoption Fee: $160", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=8", imageAlt: "Buddy the loyal Labrador", initialQuantity: 1 }, { - id: "guinea-pig-1", name: "Pip - Guinea Pig", price: "Adoption Fee: $40", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg", imageAlt: "Pip the adorable guinea pig", initialQuantity: 1 + id: "guinea-pig-1", name: "Pip - Guinea Pig", price: "Adoption Fee: $40", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-58914.jpg?_wi=6", imageAlt: "Pip the adorable guinea pig", initialQuantity: 1 }, { - id: "dog-7", name: "Scout - Cocker Spaniel", price: "Adoption Fee: $140", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "Scout the playful Cocker Spaniel", initialQuantity: 1 + id: "dog-7", name: "Scout - Cocker Spaniel", price: "Adoption Fee: $140", imageSrc: "http://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg?_wi=9", imageAlt: "Scout the playful Cocker Spaniel", initialQuantity: 1 }, { - id: "cat-4", name: "Mittens - Calico", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Mittens the colorful Calico cat", initialQuantity: 1 + id: "cat-4", name: "Mittens - Calico", price: "Adoption Fee: $80", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=7", imageAlt: "Mittens the colorful Calico cat", initialQuantity: 1 }, { - id: "dog-8", name: "Mocha - Dachshund", price: "Adoption Fee: $135", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg", imageAlt: "Mocha the charming Dachshund", initialQuantity: 1 + id: "dog-8", name: "Mocha - Dachshund", price: "Adoption Fee: $135", imageSrc: "http://img.b2bpic.net/free-photo/two-dogs-playing-with-flying-disc-park_342744-939.jpg?_wi=5", imageAlt: "Mocha the charming Dachshund", initialQuantity: 1 }, { - id: "cat-5", name: "Ginger - Orange Tabby", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg", imageAlt: "Ginger the sweet orange tabby", initialQuantity: 1 + id: "cat-5", name: "Ginger - Orange Tabby", price: "Adoption Fee: $75", imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-with-christmas-lights_181624-46162.jpg?_wi=8", imageAlt: "Ginger the sweet orange tabby", initialQuantity: 1 } ]} gridVariant="four-items-2x2-equal-grid" diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5d5cd02..e4b9ead 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; */ + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #106EFB;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #106EFB;; */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #106EFB;; --primary-cta-text: #ffffff;; - --secondary-cta: #ffffff;; + --secondary-cta: #f9f9f9;; --secondary-cta-text: #000612e6;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; + --accent: #e2e2e2;; + --background-accent: #106EFB;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);