From 616da742db2b7a4f08d4c8d49311742d6f1747cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:36: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 b0297a1..b1b05c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { }, { id: "2", name: "Emma Rodriguez", role: "Dermatologist", company: "Skin Health Clinic", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg?_wi=1" }, { id: "3", name: "Jessica Chen", role: "CEO", company: "Wellness Collective", rating: 5, @@ -172,7 +172,7 @@ export default function LandingPage() { }, { id: "4", name: "Victoria Brooks", role: "Wellness Coach", company: "Holistic Health", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg?_wi=2" }, { id: "5", name: "Amelia Foster", role: "Fashion Blogger", company: "@ameliastyle", rating: 5, -- 2.49.1