diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ba252a..e69ed7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,9 +98,9 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Classic Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Classic Hoodie"}, + id: "1", name: "Classic Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Classic Hoodie"}, { - id: "2", name: "Black Cosmic", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Black Cosmic Hoodie"}, + id: "2", name: "Black Cosmic", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2", imageAlt: "Black Cosmic Hoodie"}, { id: "3", name: "Beige Premium", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-sportswear_23-2148777603.jpg", imageAlt: "Beige Premium Hoodie"}, ]} @@ -125,16 +125,16 @@ export default function LandingPage() { { id: 1, title: "Premium Materials", description: "Crafted with 100% organic cotton and sustainable fabrics for ultimate comfort and durability.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=3"}, }, { id: 2, title: "Exclusive Design", description: "Limited edition pieces designed by our in-house creative team with attention to every detail.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=4"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=2"}, }, ]} showStepNumbers={true} @@ -165,17 +165,17 @@ export default function LandingPage() {