Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-05 18:01:59 +00:00

View File

@@ -52,8 +52,8 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", imageAlt: "Daily use products showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=1", imageAlt: "Essential everyday items" },
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg", imageAlt: "Quality product collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg", imageAlt: "Modern lifestyle products" }
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg?_wi=1", imageAlt: "Quality product collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg?_wi=1", imageAlt: "Modern lifestyle products" }
]}
mediaAnimation="slide-up"
buttons={[
@@ -82,13 +82,13 @@ export default function LandingPage() {
id: "prod-3", name: "Multi-Use Lifestyle Kit", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg", imageAlt: "Multi-use lifestyle kit", initialQuantity: 1
},
{
id: "prod-4", name: "Eco-Friendly Cleaning Bundle", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg", imageAlt: "Eco-friendly cleaning bundle", initialQuantity: 1
id: "prod-4", name: "Eco-Friendly Cleaning Bundle", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg?_wi=2", imageAlt: "Eco-friendly cleaning bundle", initialQuantity: 1
},
{
id: "prod-5", name: "Wellness Essentials Pack", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=1", imageAlt: "Wellness essentials pack", initialQuantity: 1
},
{
id: "prod-6", name: "Smart Storage Solutions", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg", imageAlt: "Smart storage solutions", initialQuantity: 1
id: "prod-6", name: "Smart Storage Solutions", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg?_wi=2", imageAlt: "Smart storage solutions", initialQuantity: 1
}
]}
gridVariant="uniform-all-items-equal"