Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 08:46:19 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="fluid"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Premium Collection"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-tying-her-shoelaces-before-exercising_23-2148891943.jpg", imageAlt: "Premium Adidas Running Shoe"
@@ -100,15 +100,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Advanced Cushioning", description: "Proprietary boost technology provides responsive cushioning that adapts to your stride for maximum comfort and energy return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg?_wi=1", imageAlt: "Advanced Cushioning Technology"
title: "Advanced Cushioning", description: "Proprietary boost technology provides responsive cushioning that adapts to your stride for maximum comfort and energy return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg", imageAlt: "Advanced Cushioning Technology"
},
{
id: 2,
title: "Lightweight Design", description: "Engineered with cutting-edge materials, our shoes weigh less without compromising support or durability.", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg?_wi=1", imageAlt: "Lightweight Design"
title: "Lightweight Design", description: "Engineered with cutting-edge materials, our shoes weigh less without compromising support or durability.", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg", imageAlt: "Lightweight Design"
},
{
id: 3,
title: "Precision Fit", description: "Strategic stitching and adaptive lacing systems ensure a perfect fit for every athlete, every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg?_wi=1", imageAlt: "Precision Fit Technology"
title: "Precision Fit", description: "Strategic stitching and adaptive lacing systems ensure a perfect fit for every athlete, every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg", imageAlt: "Precision Fit Technology"
}
]}
buttonAnimation="slide-up"
@@ -119,13 +119,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "ultraboost-pro", name: "Ultraboost Pro Running", price: "$240", variant: "Black/Orange • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg?_wi=2", imageAlt: "Ultraboost Pro Running Shoe"
id: "ultraboost-pro", name: "Ultraboost Pro Running", price: "$240", variant: "Black/Orange • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fitness-girl-tying-her-shoelaces_171337-11720.jpg", imageAlt: "Ultraboost Pro Running Shoe"
},
{
id: "basketball-elite", name: "Basketball Elite Court", price: "$220", variant: "Blue/Orange • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg?_wi=2", imageAlt: "Basketball Elite Shoe"
id: "basketball-elite", name: "Basketball Elite Court", price: "$220", variant: "Blue/Orange • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/men-accessories-laid-out-wooden-floor_1304-4254.jpg", imageAlt: "Basketball Elite Shoe"
},
{
id: "training-cross", name: "Training Cross Fitness", price: "$180", variant: "Dark Grey • 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg?_wi=2", imageAlt: "Training Cross Shoe"
id: "training-cross", name: "Training Cross Fitness", price: "$180", variant: "Dark Grey • 6 Colors", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg", imageAlt: "Training Cross Shoe"
}
]}
title="Featured Shoes"