From 96de2a98a7e024cbf26f4139c3ff401c065ba244 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:19:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c493b2..cd64c39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,10 +96,10 @@ 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" @@ -126,19 +126,19 @@ 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" }, }, ]} @@ -171,22 +171,22 @@ export default function LandingPage() {