From daf83507f4671fc4f7ea6d8a810990a067d1428d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 162fb54..b7ecef5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1