From a733f0b85e2a531b852023295a9ac80510b43376 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 17:11:07 +0000 Subject: [PATCH 1/2] Update src/pages/AboutPage.tsx --- src/pages/AboutPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index efc36a3..26dba4f 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -27,13 +27,13 @@ export default function AboutPage() { { title: "Structural Focus", description: "Addressing the physical hardware to improve system throughput.", - imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=ze9tj8", + imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=ze9tj8&_wi=2", imageAlt: "minimalist logo icon thin lines", }, { title: "Neurological Mapping", description: "Understanding how your environment dictates your internal state.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg?_wi=3", imageAlt: "minimalist logo icon thin lines", }, ]} -- 2.49.1 From 235122aad1e6c65812a16396a2ca13fedce30060 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 17:11:08 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d61b953..b384b2c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,7 +26,7 @@ export default function HomePage() { }} leftItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/braille-alpahbet-pills-container-top-view_23-2148718145.jpg", @@ -81,7 +81,7 @@ export default function HomePage() { value: "High Alert", }, ], - imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=ze9tj8", + imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=ze9tj8&_wi=1", imageAlt: "minimalist logo icon thin lines", }, { @@ -95,7 +95,7 @@ export default function HomePage() { value: "Shutdown", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-doctor-holding-hand-heart-dreamily-looking-camera-isolated-tender-touched-expression_574295-2653.jpg?_wi=2", imageAlt: "minimalist logo icon thin lines", }, { -- 2.49.1