Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 14:29:06 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -84,15 +84,15 @@ export default function LandingPage() {
products={[
{
id: "1", name: "Performance Athletic Pro", price: "$129.99", imageSrc:
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=1", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1,
},
{
id: "2", name: "Classic Formal Oxford", price: "$159.99", imageSrc:
"http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg", imageAlt: "Classic Formal Oxford", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg?_wi=1", imageAlt: "Classic Formal Oxford", initialQuantity: 1,
},
{
id: "3", name: "Urban Comfort Casual", price: "$99.99", imageSrc:
"http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg", imageAlt: "Urban Comfort Casual Shoes", initialQuantity: 1,
"http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg?_wi=1", imageAlt: "Urban Comfort Casual Shoes", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -114,20 +114,20 @@ export default function LandingPage() {
title: "Premium Materials", description:
"Sourced from the finest suppliers worldwide, every shoe features top-quality leather and sustainable materials for durability and comfort.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg"},
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=2"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg"},
"http://img.b2bpic.net/free-photo/modern-businesswoman-relaxing-outdoors_23-2148002292.jpg?_wi=2"},
},
{
id: 2,
title: "Expert Craftsmanship", description:
"Each pair is handcrafted by skilled artisans with years of experience in footwear design and manufacturing excellence.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg"},
"http://img.b2bpic.net/free-photo/good-day-young-pretty-woman-casual-clothes-touching-hands-chin-sitting-pensive-porch-country-house-sideways-camera-autumn-sunny-day_259150-59324.jpg?_wi=2"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg"},
"http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=3"},
},
]}
showStepNumbers={true}