diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 86f694e..9311f55 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -95,21 +95,21 @@ export default function AboutPage() { id: "01", title: "Pet Wellness First", description: "Every product is designed with your pet's health and happiness as our primary concern. We partner with veterinarians to ensure quality.", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=5", imageAlt: "Pet wellness and care", }, { id: "02", title: "Quality Assurance", description: "Rigorous testing and quality control ensure every product meets international standards. Your trust is our responsibility.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=4", imageAlt: "Quality products", }, { id: "03", title: "Customer Commitment", description: "We stand behind our products with a 30-day money-back guarantee and dedicated customer support for Indian pet parents.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=4", imageAlt: "Customer care", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ea2554d..4a859f1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { description="Get weekly dog care tips, product recommendations, and exclusive discounts delivered to your inbox." background={{ variant: "fluid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg" + imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg?_wi=2" imageAlt="Dog care newsletter signup" mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d7011d..749d513 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,21 +103,21 @@ export default function HomePage() { id: "01", title: "Health & Wellness", description: "Joint support syrups, multivitamins, calcium tablets, tick & flea sprays, and dental care kits for optimal pet health.", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=1", imageAlt: "Health and wellness products for dogs", }, { id: "02", title: "Grooming Essentials", description: "Professional-grade dog brushes, nail cutters, herbal shampoos, ear cleaners, and paw care products for beautiful coats.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=1", imageAlt: "Dog grooming tools and supplies", }, { id: "03", title: "Lifestyle & Comfort", description: "Luxurious dog beds, cooling mats, blankets, travel bags, smart feeders, and premium accessories for everyday living.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=1", imageAlt: "Dog comfort and lifestyle products", }, ]} @@ -138,21 +138,21 @@ export default function HomePage() { id: "1", name: "Premium Joint Support Syrup", price: "₹899", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=2", imageAlt: "Joint support syrup for dogs", }, { id: "2", name: "Professional Dog Grooming Brush", price: "₹549", - imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg?_wi=1", imageAlt: "Professional grooming brush", }, { id: "3", name: "Premium Grain-Free Dog Food", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1", imageAlt: "Premium dog food nutrition", }, ]} @@ -219,7 +219,7 @@ export default function HomePage() { name: "Anaya Singh", handle: "@anaya_petcare", testimonial: "Quality products at reasonable prices. My Beagle loves the treats and the service is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dog-studio_23-2150747644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dog-studio_23-2150747644.jpg?_wi=1", imageAlt: "Anaya Singh", }, { @@ -227,7 +227,7 @@ export default function HomePage() { name: "Vikram Desai", handle: "@vikram_pets", testimonial: "Best platform for dog care products. Their team genuinely cares about pet wellness.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dog-studio_23-2150747644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-dog-studio_23-2150747644.jpg?_wi=2", imageAlt: "Vikram Desai", }, ]} @@ -288,7 +288,7 @@ export default function HomePage() { description="Get weekly dog care tips, product recommendations, and exclusive discounts delivered to your inbox." background={{ variant: "fluid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg" + imageSrc="http://img.b2bpic.net/free-psd/adoption-horizontal-banner-template_23-2148819632.jpg?_wi=1" imageAlt="Dog care newsletter signup" mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8b5e663..b0b3842 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -80,21 +80,21 @@ export default function ProductsPage() { id: "01", title: "Health & Wellness", description: "Joint support syrups, multivitamins, calcium tablets, tick & flea sprays, and dental care kits for optimal pet health.", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=3", imageAlt: "Health and wellness products for dogs", }, { id: "02", title: "Grooming Essentials", description: "Professional-grade dog brushes, nail cutters, herbal shampoos, ear cleaners, and paw care products for beautiful coats.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=2", imageAlt: "Dog grooming tools and supplies", }, { id: "03", title: "Lifestyle & Comfort", description: "Luxurious dog beds, cooling mats, blankets, travel bags, smart feeders, and premium accessories for everyday living.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=2", imageAlt: "Dog comfort and lifestyle products", }, ]} @@ -115,42 +115,42 @@ export default function ProductsPage() { id: "1", name: "Premium Joint Support Syrup", price: "₹899", - imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/some-vitamins-small-puppy_329181-14493.jpg?_wi=4", imageAlt: "Joint support syrup for dogs", }, { id: "2", name: "Professional Dog Grooming Brush", price: "₹549", - imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg?_wi=2", imageAlt: "Professional grooming brush", }, { id: "3", name: "Premium Grain-Free Dog Food", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Premium dog food nutrition", }, { id: "4", name: "Dog Dental Care Kit", price: "₹399", - imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dog-toy-comb-collar_23-2147799883.jpg?_wi=3", imageAlt: "Dental care kit for dogs", }, { id: "5", name: "Orthopedic Dog Bed", price: "₹1,999", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cute-adorable-sad-looking-domestic-shih-poo-type-dog-indoors_181624-8336.jpg?_wi=3", imageAlt: "Orthopedic dog bed", }, { id: "6", name: "Herbal Dog Shampoo", price: "₹299", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pet-portrait-dog_23-2149218454.jpg?_wi=3", imageAlt: "Herbal dog shampoo", }, ]}