Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 10:08:50 +00:00

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Essential Bodysuit", description: "Premium comfort meets timeless elegance with our signature bodysuit collection", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749595.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/portrait-woman-wearing-shapewear_23-2149749595.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/two-young-beautiful-brunette-girls-nice-trendy-summer-shiny-dress_158538-15219.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/two-young-beautiful-brunette-girls-nice-trendy-summer-shiny-dress_158538-15219.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/full-length-portrait-shapely-girl-choosing-stylish-attire-party_197531-7146.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/full-length-portrait-shapely-girl-choosing-stylish-attire-party_197531-7146.jpg?_wi=1", imageAlt: "Luxury dress collection", button: { text: "Shop Dresses", href: "#" }
}
]}
gridVariant="two-columns-alternating-heights"
@@ -108,7 +108,7 @@ export default function LandingPage() {
{ value: "Timeless", title: "Classic Design" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749595.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749595.jpg?_wi=2"
imageAlt="Premium fashion collection"
mediaAnimation="slide-up"
/>
@@ -123,13 +123,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "The Essential Bodysuit", price: "$75", variant: "Black, Navy, White - 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-shapewear_23-2149749595.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/portrait-woman-wearing-shapewear_23-2149749595.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/two-young-beautiful-brunette-girls-nice-trendy-summer-shiny-dress_158538-15219.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/two-young-beautiful-brunette-girls-nice-trendy-summer-shiny-dress_158538-15219.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/full-length-portrait-shapely-girl-choosing-stylish-attire-party_197531-7146.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/full-length-portrait-shapely-girl-choosing-stylish-attire-party_197531-7146.jpg?_wi=2", imageAlt: "Luxury evening dress", isFavorited: false
}
]}
gridVariant="uniform-all-items-equal"