From 705c56bdcb46a8ef78a728ccb57dc6a65a9c6d45 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:07:25 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4208496..70f9821 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { { value: "10+", title: "Years of Service" }, { value: "10K+", title: "Parts in Stock" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2" imageAlt="Tshwane Motor Spares team members" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From bc907d2ea17211845906240d5101d76593fc54fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:07:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9df4ed..92575f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function HomePage() { { value: "10K+", title: "Parts in Stock" }, { value: "104", title: "Verified Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=1" imageAlt="Tshwane Motor Spares team helping customer" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1