From 84fd842a63362fe2eadb6cae7c0ed2d11fc96bf9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:55:53 +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 17b934b..b282162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-businesswoman-work_329181-20179.jpg"}, { name: "Jamie L.", handle: "@jamiel", testimonial: "Fast shipping and amazing customer support. Truly the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg?_wi=1"}, { name: "Sam T.", handle: "@samt", testimonial: "Everything arrived perfectly. Will definitely shop again soon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-against-wall-holding-shopping-bags_23-2147968474.jpg"}, @@ -235,7 +235,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149093342.jpg?_wi=2" /> -- 2.49.1