From 7b6f6dde178fd62729ca51ca7f443ce449c4f943 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 21:46:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 959f10c..732370a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@sarahstyle", testimonial: "The leather quality is simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@rossistyle", testimonial: "I love the subtle details on my bag.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@mthorne_lux", testimonial: "Exquisite construction and stunning design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@sophia_b", testimonial: "Absolutely obsessed with my new satchel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=1", imageAlt: "luxury leather handbag boutique storefront", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525695.jpg", @@ -144,19 +144,19 @@ export default function LandingPage() { id: "p1", name: "Classic Tote", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sexy-elegant-woman-natural-beauty-fashion-style-clothes-casual-formal-suit-white-cotton-blouse-silk-pants-romantic-date-blouse-pants-party-style-glamour-model-trend-accessory-bag-dark-hair-makeup_132075-12101.jpg?_wi=2", }, { id: "p2", name: "Urban Crossbody", price: "$280", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-camera-bag-nature_23-2148192737.jpg?_wi=2", }, { id: "p3", name: "Signature Satchel", price: "$520", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg?_wi=2", }, { id: "p4", @@ -206,7 +206,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetic-tiles-with-women-s-bag_23-2150916677.jpg?_wi=3", imageAlt: "artisan leather quality detail close-up", }, ]} -- 2.49.1