From 03cc8543491201f2e936dba3a55a84581ef46920 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:13:28 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0153bf2..3fd4b28 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,13 +89,13 @@ export default function LandingPage() { id: "m1", name: "David Hoffman", role: "Founder & CPA", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg?_wi=3", }, { id: "m2", name: "Elena Rodriguez", role: "Lead Accountant", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg?_wi=2", }, ]} /> @@ -103,7 +103,7 @@ export default function LandingPage() {