From 62f16cc318064a8b932124286c3baad0398da030 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:35:34 +0000 Subject: [PATCH 1/5] 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 ba8243b..09a625f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg?_wi=1", imageAlt: "Sherri Marshall professional photo", }, ]} @@ -76,7 +76,7 @@ export default function AboutPage() { { id: "sherri-marshall", name: "Sherri Marshall - Owner & Notary Public", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg?_wi=2", imageAlt: "Sherri Marshall", }, ]} @@ -147,7 +147,7 @@ export default function AboutPage() {