diff --git a/src/app/page.tsx b/src/app/page.tsx index 98d57d9..570f2b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-looking-cat_23-2149078335.jpg", imageAlt: "kitten playing cute cat pet care animal companion" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg", imageAlt: "pet supplies pet food pet products shopping" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg?_wi=1", imageAlt: "pet supplies pet food pet products shopping" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18662.jpg", imageAlt: "pet grooming pet care pet salon pet wellness" @@ -99,13 +99,13 @@ export default function LandingPage() { description="Browse our selection of premium pet products including food, toys, accessories, and care items." products={[ { - id: "1", name: "Premium Dog Food - Organic Blend", price: "$32.99", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Premium dog food bag", initialQuantity: 1 + id: "1", name: "Premium Dog Food - Organic Blend", price: "$32.99", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Premium dog food bag", initialQuantity: 1 }, { - id: "2", name: "Interactive Cat Toy Set", price: "$24.99", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Cat toy collection", initialQuantity: 1 + id: "2", name: "Interactive Cat Toy Set", price: "$24.99", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Cat toy collection", initialQuantity: 1 }, { - id: "3", name: "Comfortable Pet Bed - Large", price: "$59.99", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Cozy pet bed", initialQuantity: 1 + id: "3", name: "Comfortable Pet Bed - Large", price: "$59.99", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Cozy pet bed", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -124,19 +124,19 @@ export default function LandingPage() { { id: 1, title: "Professional Grooming", description: "Expert grooming services for all pet types including bathing, nail trimming, and styling tailored to your pet's needs.", phoneOne: { - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Professional Grooming - Phone 1" + imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Professional Grooming - Phone 1" }, phoneTwo: { - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Professional Grooming - Phone 2" + imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Professional Grooming - Phone 2" } }, { id: 2, title: "Pet Training", description: "Certified trainers providing behavioral training, obedience classes, and customized training programs for puppies and adult pets.", phoneOne: { - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Pet Training - Phone 1" + imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Pet Training - Phone 1" }, phoneTwo: { - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Pet Training - Phone 2" + imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Pet Training - Phone 2" } } ]} @@ -155,7 +155,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Pet Owner", company: "Happy Paws Family", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman portrait customer smiling face professional photo" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait customer smiling face professional photo" }, { id: "2", name: "Michael Chen", role: "Dog Lover", company: "Chen Family", rating: 5, @@ -163,7 +163,7 @@ export default function LandingPage() { }, { id: "3", name: "Emily Rodriguez", role: "Cat Enthusiast", company: "Rodriguez Pets", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "woman face smiling customer portrait professional headshot" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "woman face smiling customer portrait professional headshot" }, { id: "4", name: "David Kim", role: "Pet Parent", company: "Kim Household", rating: 5, @@ -211,7 +211,7 @@ export default function LandingPage() {