From d6fe2ea5b28d722e4a71795b650223c18ecb52e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:50:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e770b3..826b9eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { handle: "@anna", testimonial: "My skin has never felt this hydrated. Absolutely glowing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-standing-with-cream_1157-29519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-standing-with-cream_1157-29519.jpg?_wi=1", }, { id: "t2", @@ -205,7 +205,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "I have sensitive skin and this is the only brand that never irritates it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-standing-with-cream_1157-29519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-standing-with-cream_1157-29519.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1