From d6597f231f78610f03eefb23e834765de28b926f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58eee44..60eb71c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1