Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:42:19 +00:00

View File

@@ -48,30 +48,30 @@ export default function LandingPage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg?_wi=1", imageAlt: "Fashion collection piece 1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg", imageAlt: "Fashion collection piece 1"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg?_wi=1", imageAlt: "Fashion collection piece 3"
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg", imageAlt: "Fashion collection piece 3"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg?_wi=2", imageAlt: "Fashion collection piece 1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg", imageAlt: "Fashion collection piece 1"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg?_wi=2", imageAlt: "Fashion collection piece 3"
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg", imageAlt: "Fashion collection piece 3"
}
]}
rightCarouselItems={[
{
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: "Fashion collection piece 2"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Fashion collection piece 2"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg?_wi=1", imageAlt: "Fashion collection piece 4"
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg", imageAlt: "Fashion collection piece 4"
},
{
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: "Fashion collection piece 2"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Fashion collection piece 2"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg?_wi=2", imageAlt: "Fashion collection piece 4"
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg", imageAlt: "Fashion collection piece 4"
}
]}
buttons={[
@@ -133,19 +133,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Sustainable Production", tags: ["Ethical", "Eco-Friendly"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg?_wi=3", imageAlt: "Sustainable clothing production"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020800.jpg", imageAlt: "Sustainable clothing production"
},
{
id: "2", title: "Premium Fabrics", tags: ["Quality", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg?_wi=3", imageAlt: "Premium fabric selection"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lady-trench-coat-lingerie-black-shoes-heels-standing-thoughtfully-looking-camera_574295-5625.jpg", imageAlt: "Premium fabric selection"
},
{
id: "3", title: "Perfect Fit", tags: ["Tailored", "Flattering"],
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg?_wi=3", imageAlt: "Perfectly tailored fit"
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943515.jpg", imageAlt: "Perfectly tailored fit"
},
{
id: "4", title: "Timeless Design", tags: ["Classic", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg?_wi=3", imageAlt: "Timeless fashion design"
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg", imageAlt: "Timeless fashion design"
}
]}
/>