Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 21:02:02 +00:00

View File

@@ -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"