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 ", }, ]} 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", }, { 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 ", }, ]}