Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:50:04 +00:00

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
background={{ variant: "noise" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg?_wi=1", imageAlt: "Electric Shaker Front View"
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg", imageAlt: "Electric Shaker Front View"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-young-girl-gym-floor-with-water_1262-3526.jpg", imageAlt: "Electric Shaker Side Profile"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg?_wi=2", imageAlt: "Electric Shaker in Action"
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg", imageAlt: "Electric Shaker in Action"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-sport-exercises-home_1328-3061.jpg", imageAlt: "Electric Shaker Lifestyle"
@@ -78,13 +78,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Electric Shaker Pro", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg?_wi=1", imageAlt: "Electric Shaker Pro", initialQuantity: 1
id: "1", name: "Electric Shaker Pro", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg", imageAlt: "Electric Shaker Pro", initialQuantity: 1
},
{
id: "2", name: "Electric Shaker Pro + Travel Case", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg?_wi=2", imageAlt: "Electric Shaker Pro with Case", initialQuantity: 1
id: "2", name: "Electric Shaker Pro + Travel Case", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg", imageAlt: "Electric Shaker Pro with Case", initialQuantity: 1
},
{
id: "3", name: "Electric Shaker Starter Bundle", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg?_wi=3", imageAlt: "Electric Shaker Starter Bundle", initialQuantity: 1
id: "3", name: "Electric Shaker Starter Bundle", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg", imageAlt: "Electric Shaker Starter Bundle", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -110,11 +110,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Premium Build Quality", description: "Aerospace-grade materials. Waterproof seal. Built to withstand the demands of serious training. Made for the gym and everyday life.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg?_wi=4", imageAlt: "Premium construction"
title: "Premium Build Quality", description: "Aerospace-grade materials. Waterproof seal. Built to withstand the demands of serious training. Made for the gym and everyday life.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-fitness-lady-sitting-outdoors-drinking-water_171337-8195.jpg", imageAlt: "Premium construction"
},
{
id: 3,
title: "Gym-Ready Design", description: "Sleek. Minimal. Powerful. The Electric Shaker looks as good in your gym bag as it does in your hand. Performance meets aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg?_wi=3", imageAlt: "Modern gym design"
title: "Gym-Ready Design", description: "Sleek. Minimal. Powerful. The Electric Shaker looks as good in your gym bag as it does in your hand. Performance meets aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg", imageAlt: "Modern gym design"
}
]}
textboxLayout="default"