Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 10:07:01 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -69,13 +69,13 @@ export default function LandingPage() {
<FeatureCardOne
features={[
{
title: "Essential Bodysuit", description: "Premium comfort meets timeless elegance with our signature bodysuit collection", imageSrc: "http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg", imageAlt: "Essential bodysuit collection", button: { text: "View Collection", href: "#" },
title: "Essential Bodysuit", description: "Premium comfort meets timeless elegance with our signature bodysuit collection", imageSrc: "http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg?_wi=1", imageAlt: "Essential bodysuit collection", button: { text: "View Collection", href: "#" },
},
{
title: "Confidence Jumpsuits", description: "Celebrate confidence in every curve with our specially designed jumpsuit collection", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-fashion-urban-clothes-model-wearing-casual-street-style-standing-pink-background_839833-8893.jpg", imageAlt: "Confidence jumpsuit collection", button: { text: "Explore Now", href: "#" },
title: "Confidence Jumpsuits", description: "Celebrate confidence in every curve with our specially designed jumpsuit collection", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-fashion-urban-clothes-model-wearing-casual-street-style-standing-pink-background_839833-8893.jpg?_wi=1", imageAlt: "Confidence jumpsuit collection", button: { text: "Explore Now", href: "#" },
},
{
title: "Luxury Dresses", description: "Timeless elegance in every stitch with our premium dress collection for every occasion", imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street-background-near-red-wall_158538-14271.jpg", imageAlt: "Luxury dress collection", button: { text: "Shop Dresses", href: "#" },
title: "Luxury Dresses", description: "Timeless elegance in every stitch with our premium dress collection for every occasion", imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street-background-near-red-wall_158538-14271.jpg?_wi=1", imageAlt: "Luxury dress collection", button: { text: "Shop Dresses", href: "#" },
},
]}
title="Curated Collection"
@@ -104,7 +104,7 @@ export default function LandingPage() {
{ value: "Timeless", title: "Classic Design" },
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg"
imageSrc="http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg?_wi=2"
imageAlt="Premium fashion collection"
mediaAnimation="slide-up"
/>
@@ -114,13 +114,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "The Essential Bodysuit", price: "$75", variant: "Black, Navy, White - 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg", imageAlt: "Essential bodysuit", isFavorited: false,
id: "1", name: "The Essential Bodysuit", price: "$75", variant: "Black, Navy, White - 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/urban-spa-morning-woman-robe-swimsuit-wellness-routine_169016-69425.jpg?_wi=3", imageAlt: "Essential bodysuit", isFavorited: false,
},
{
id: "2", name: "Confidence Jumpsuit", price: "$125", variant: "Classic Black - Premium Fit", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-fashion-urban-clothes-model-wearing-casual-street-style-standing-pink-background_839833-8893.jpg", imageAlt: "Confidence jumpsuit", isFavorited: false,
id: "2", name: "Confidence Jumpsuit", price: "$125", variant: "Classic Black - Premium Fit", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-fashion-urban-clothes-model-wearing-casual-street-style-standing-pink-background_839833-8893.jpg?_wi=2", imageAlt: "Confidence jumpsuit", isFavorited: false,
},
{
id: "3", name: "Luxury Evening Dress", price: "$165", variant: "Black, Navy, Burgundy - 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street-background-near-red-wall_158538-14271.jpg", imageAlt: "Luxury evening dress", isFavorited: false,
id: "3", name: "Luxury Evening Dress", price: "$165", variant: "Black, Navy, Burgundy - 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/glamor-beauty-portrait-beautiful-sensual-caucasian-young-woman-model-with-evening-makeup-white-summer-dress-posing-street-background-near-red-wall_158538-14271.jpg?_wi=2", imageAlt: "Luxury evening dress", isFavorited: false,
},
]}
title="Luxury Essentials"