From 8557ee6e865a66d306e47308dbfbf3c276230644 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:30:09 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 10828ed..869d5da 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,10 +68,10 @@ export default function LandingPage() { title: "Jane Smith", subtitle: "Director", detail: "Founder and lead engineer", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg?_wi=2", imageAlt: "Front view smiley architect looking at the camera ", }, ]} -- 2.49.1 From 41b13f20676eb88a7869ae30e953405dce4d546c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:30:09 +0000 Subject: [PATCH 2/3] 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 e739639..a957c69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="Delivering high-quality, durable construction and roofing solutions across Uganda with unmatched expertise and integrity." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317233.jpg?_wi=1", imageAlt: "Roofing Work 1", }, { -- 2.49.1 From 25c9c7e2f1ecd24926e95fea8aea6235e62c50d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:30:10 +0000 Subject: [PATCH 3/3] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index fbcf5fd..364f6be 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589584.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg?_wi=1", imageAlt: "Front view smiley architect looking at the camera ", }, ]} -- 2.49.1