From 94842e46848d42dbcaedfbe7c629db97b946d24d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:33:57 +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 32619e1..7ecbda0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Alice M.", handle: "@alicem", testimonial: "The arrangements are breathtaking! Truly unique designs.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22072.jpg?_wi=1", }, { id: "2", @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Elena P.", handle: "@elenaflowers", testimonial: "Incredible artistry in every bloom. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-bouquet-white-flowers_273609-22072.jpg?_wi=2", }, ]} title="From Our Friends" -- 2.49.1