From 89b6ee64117c7b6ef17268961a1bc7070a8798de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:01:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a0cecc..6ff0695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,13 +82,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Ultra Thin Comfort Pads", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg", imageAlt: "Ultra Thin Comfort Pad", initialQuantity: 1 + id: "1", name: "Ultra Thin Comfort Pads", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=1", imageAlt: "Ultra Thin Comfort Pad", initialQuantity: 1 }, { - id: "2", name: "Organic Cotton Pads", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg", imageAlt: "Organic Cotton Pad", initialQuantity: 1 + id: "2", name: "Organic Cotton Pads", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=1", imageAlt: "Organic Cotton Pad", initialQuantity: 1 }, { - id: "3", name: "Night Protection Pads", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg", imageAlt: "Night Protection Pad", initialQuantity: 1 + id: "3", name: "Night Protection Pads", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg?_wi=1", imageAlt: "Night Protection Pad", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -110,19 +110,19 @@ export default function LandingPage() { { id: 1, title: "Maximum Comfort", description: "Soft, breathable material that moves with your body for all-day comfort and confidence.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=2" } }, { id: 2, title: "Superior Protection", description: "Advanced leak-lock technology keeps you protected for up to 12 hours of continuous coverage.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=3" } } ]} @@ -153,7 +153,7 @@ export default function LandingPage() { title: "24/7 Support", description: "Our dedicated customer care team is always here to help you.", icon: Headphones } ]} - imageSrc="http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=3" imageAlt="FreshCare Sanitary Pad Product" imagePosition="right" mediaAnimation="slide-up"