From 7fb82948585b5400eee35c0f22fb7e2bbbdfdb3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:58:34 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b67d92d..1598dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { title: "Engineering & Construction", subtitle: "Complete end-to-end solutions", description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=1", imageAlt: "engineering procurement construction process", buttons: [{ text: "Learn More", href: "/" }], }, @@ -94,7 +94,7 @@ export default function HomePage() { title: "Industrial Projects", subtitle: "Large-scale construction expertise", description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=1", imageAlt: "industrial infrastructure construction", buttons: [{ text: "View Projects", href: "/" }], }, @@ -104,7 +104,7 @@ export default function HomePage() { title: "Electrical & Maintenance", subtitle: "Expert system installation", description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg?_wi=1", imageAlt: "electrical installation maintenance work", buttons: [{ text: "Contact Us", href: "#contact" }], }, @@ -114,7 +114,7 @@ export default function HomePage() { title: "Clean Energy Infrastructure", subtitle: "Sustainable infrastructure solutions", description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.", - imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg?_wi=1", imageAlt: "solar panels renewable energy installation", buttons: [{ text: "Learn More", href: "/" }], }, @@ -173,21 +173,21 @@ export default function HomePage() { id: "1", name: "Sterling and Wilson Renewable Energy Limited", price: "2 MW Solar", - imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg?_wi=1", imageAlt: "Sterling and Wilson Solar Project", }, { id: "2", name: "Advait Greenenergy Pvt Ltd", price: "5 MW Solar Farm", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg?_wi=1", imageAlt: "Advait Greenenergy Project", }, { id: "3", name: "Commercial Distribution Center", price: "500,000 Sq Ft", - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=2", imageAlt: "Commercial Construction Project", }, ]} -- 2.49.1 From 38c4b978d7eda5a20631a5aa5d034dd143981683 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:58:34 +0000 Subject: [PATCH 2/3] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 10702cd..05bce33 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -87,21 +87,21 @@ export default function ProjectsPage() { id: "1", name: "Sterling and Wilson Renewable Energy Limited", price: "2 MW Solar", - imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/power-grid-sunset-infrastructure-energy-nature-technology_169016-68746.jpg?_wi=2", imageAlt: "Sterling and Wilson Solar Project", }, { id: "2", name: "Advait Greenenergy Pvt Ltd", price: "5 MW Solar Farm", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-team-working-together_23-2148920570.jpg?_wi=2", imageAlt: "Advait Greenenergy Project", }, { id: "3", name: "Commercial Distribution Center", price: "500,000 Sq Ft", - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=4", imageAlt: "Commercial Construction Project", }, ]} -- 2.49.1 From 1ddf6f2c52f40cab9a57d85308fd7e60bc1fb99e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:58:35 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 115be2a..f9df30f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -97,7 +97,7 @@ export default function ServicesPage() { title: "Engineering & Construction", subtitle: "Complete end-to-end solutions", description: "Full-spectrum Engineering, Procurement, and Construction services for complex industrial and commercial projects. Our expert team manages every phase from planning through successful delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-341.jpg?_wi=2", imageAlt: "engineering procurement construction process", buttons: [ { @@ -112,7 +112,7 @@ export default function ServicesPage() { title: "Industrial Projects", subtitle: "Large-scale construction expertise", description: "Proven experience in delivering large-scale industrial and commercial construction projects. We combine technical expertise with rigorous quality control and safety standards.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg?_wi=3", imageAlt: "industrial infrastructure construction", buttons: [ { @@ -127,7 +127,7 @@ export default function ServicesPage() { title: "Electrical & Maintenance", subtitle: "Expert system installation", description: "Professional installation and maintenance of electrical distribution systems and infrastructure. Our skilled technicians ensure optimal performance and long-term reliability.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg?_wi=2", imageAlt: "electrical installation maintenance work", buttons: [ { @@ -142,7 +142,7 @@ export default function ServicesPage() { title: "Clean Energy Infrastructure", subtitle: "Sustainable infrastructure solutions", description: "Engineering support and infrastructure development for solar and renewable energy projects. We're committed to building the sustainable infrastructure of tomorrow.", - imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-windmill-field_1268-20613.jpg?_wi=2", imageAlt: "solar panels renewable energy installation", buttons: [ { -- 2.49.1