From b4077e070fc5195e3d4a1262d063bd4cac2a7e87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:35:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cc4f31..1bbc047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@aliceart", testimonial: "The attention to detail in every piece is truly remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg?_wi=1", }, { name: "Mark D.", handle: "@markcraft", testimonial: "I love how these items bring warmth and soul to my living room.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269563.jpg?_wi=1", }, { name: "Elena V.", handle: "@elena_design", testimonial: "Perfect craftsmanship and beautiful packaging. Will buy again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/80s-trainer-doing-exercises_23-2149900624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/80s-trainer-doing-exercises_23-2149900624.jpg?_wi=1", }, { name: "Sam K.", handle: "@samhome", testimonial: "Truly unique art. Thank you for such wonderful pieces.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crying-face-with-red-mouth-covering_23-2152019602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crying-face-with-red-mouth-covering_23-2152019602.jpg?_wi=1", }, { name: "David L.", handle: "@davidart", testimonial: "My go-to store for unique gifts. Simply stunning work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-basket-with-cips-blue-surface_140725-31486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-basket-with-cips-blue-surface_140725-31486.jpg?_wi=1", }, ]} buttons={[ @@ -255,27 +255,27 @@ export default function LandingPage() { { id: "1", name: "Alice P.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shooting-with-projector_23-2149424926.jpg?_wi=2", }, { id: "2", name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269563.jpg?_wi=2", }, { id: "3", name: "Elena V.", - imageSrc: "http://img.b2bpic.net/free-photo/80s-trainer-doing-exercises_23-2149900624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/80s-trainer-doing-exercises_23-2149900624.jpg?_wi=2", }, { id: "4", name: "Sam K.", - imageSrc: "http://img.b2bpic.net/free-photo/crying-face-with-red-mouth-covering_23-2152019602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crying-face-with-red-mouth-covering_23-2152019602.jpg?_wi=2", }, { id: "5", name: "David L.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-basket-with-cips-blue-surface_140725-31486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-middle-aged-male-holding-basket-with-cips-blue-surface_140725-31486.jpg?_wi=2", }, ]} cardTitle="Loved by You" -- 2.49.1