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() {