From 43ece94fb763812f6b9adfc4ed8fd21784ccbe97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:03:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 649b535..6a2b192 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,12 +68,12 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-engineers-handling-assembly-workflow-with-industrial-plans-standing-near-steel-machinery_482257-136066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-engineers-handling-assembly-workflow-with-industrial-plans-standing-near-steel-machinery_482257-136066.jpg?_wi=1", imageAlt: "Construction Team", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg?_wi=1", imageAlt: "Solar Installation", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { title: "Building Services", subtitle: "Expert Construction", description: "Professional construction and renovation services with latest tools and quality materials.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-engineers-handling-assembly-workflow-with-industrial-plans-standing-near-steel-machinery_482257-136066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-engineers-handling-assembly-workflow-with-industrial-plans-standing-near-steel-machinery_482257-136066.jpg?_wi=2", imageAlt: "construction company logo minimal", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { title: "Facility Maintenance", subtitle: "Total Upkeep", description: "Dedicated technicians ensuring your residential and commercial properties remain efficient.", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg?_wi=2", imageAlt: "construction company logo minimal", }, ]} -- 2.49.1