Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:52:54 +00:00

View File

@@ -48,30 +48,30 @@ export default function LandingPage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Fashion collection piece 1"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=1", imageAlt: "Fashion collection piece 1"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Fashion collection piece 3"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=1", imageAlt: "Fashion collection piece 3"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Fashion collection piece 1"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=2", imageAlt: "Fashion collection piece 1"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Fashion collection piece 3"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=2", imageAlt: "Fashion collection piece 3"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Fashion collection piece 2"
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=1", imageAlt: "Fashion collection piece 2"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Fashion collection piece 4"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=1", imageAlt: "Fashion collection piece 4"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Fashion collection piece 2"
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=2", imageAlt: "Fashion collection piece 2"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Fashion collection piece 4"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=2", 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/side-view-girl-posing-outdoors_23-2149537507.jpg", imageAlt: "Sustainable clothing production"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-posing-outdoors_23-2149537507.jpg?_wi=3", imageAlt: "Sustainable clothing production"
},
{
id: "2", title: "Premium Fabrics", tags: ["Quality", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg", imageAlt: "Premium fabric selection"
imageSrc: "http://img.b2bpic.net/free-photo/female-tailor-studio-with-clothes_23-2148834158.jpg?_wi=3", imageAlt: "Premium fabric selection"
},
{
id: "3", title: "Perfect Fit", tags: ["Tailored", "Flattering"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", imageAlt: "Perfectly tailored fit"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=3", imageAlt: "Perfectly tailored fit"
},
{
id: "4", title: "Timeless Design", tags: ["Classic", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg", imageAlt: "Timeless fashion design"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7787.jpg?_wi=3", imageAlt: "Timeless fashion design"
}
]}
/>