Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:08:31 +00:00

View File

@@ -54,10 +54,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Premium minimal clothing collection"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=1", imageAlt: "Premium minimal clothing collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Contemporary fashion apparel showcase"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg?_wi=1", imageAlt: "Contemporary fashion apparel showcase"
}
]}
ariaLabel="Hero section showcasing clothing collection"
@@ -87,7 +87,7 @@ export default function LandingPage() {
id: "1", name: "Essential Tee", price: "$68", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-font-named-vinegar-good-use-any-creative-labels_1284-36774.jpg", imageAlt: "Premium essential t-shirt", initialQuantity: 1
},
{
id: "2", name: "Tailored Jacket", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Elegant tailored jacket", initialQuantity: 1
id: "2", name: "Tailored Jacket", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=1", imageAlt: "Elegant tailored jacket", initialQuantity: 1
},
{
id: "3", name: "Classic Trousers", price: "$148", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773386.jpg", imageAlt: "Premium classic trousers", initialQuantity: 1
@@ -114,13 +114,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Sustainably Sourced", description: "Premium fabrics sourced from ethical suppliers worldwide. Every piece respects both people and planet.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Sustainable fabric quality"
title: "Sustainably Sourced", description: "Premium fabrics sourced from ethical suppliers worldwide. Every piece respects both people and planet.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=2", imageAlt: "Sustainable fabric quality"
},
{
title: "Timeless Design", description: "Minimalist aesthetic that transcends trends. Invest in pieces that remain relevant for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Timeless fashion design"
title: "Timeless Design", description: "Minimalist aesthetic that transcends trends. Invest in pieces that remain relevant for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg?_wi=2", imageAlt: "Timeless fashion design"
},
{
title: "Expert Craftsmanship", description: "Meticulous attention to every detail. From pattern making to final stitching, excellence is our standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Expert tailoring craftsmanship"
title: "Expert Craftsmanship", description: "Meticulous attention to every detail. From pattern making to final stitching, excellence is our standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=2", imageAlt: "Expert tailoring craftsmanship"
}
]}
ariaLabel="Features and benefits section"