From 27bc1a81b45d0064b26de446f4750ad24bba7ecc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:11:08 +0000 Subject: [PATCH 1/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 4b60cc9..0ec2921 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -43,8 +43,8 @@ export default function ProjectsPage() { title="Portfolio Highlights" description="Showcasing recent accomplishments." features={[ - { id: "pr1", tag: "Completed", title: "Nsukka Civic Center", description: "Foundation work.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg" }, - { id: "pr2", tag: "In Progress", title: "UNN Staff Quarters", description: "Structural design.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg" }, + { id: "pr1", tag: "Completed", title: "Nsukka Civic Center", description: "Foundation work.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=1" }, + { id: "pr2", tag: "In Progress", title: "UNN Staff Quarters", description: "Structural design.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=1" }, ]} /> @@ -58,8 +58,8 @@ export default function ProjectsPage() { title="Project Leads" description="The teams that make it happen." members={[ - { id: "tl1", name: "Project Lead A", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" }, - { id: "tl2", name: "Project Lead B", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" }, + { id: "tl1", name: "Project Lead A", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg?_wi=1" }, + { id: "tl2", name: "Project Lead B", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg?_wi=2" }, ]} /> -- 2.49.1 From 7035ed5fc7294e6c5da12afd86a5042d7531eca3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:11:08 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ddc41ff..b6c6831 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -44,11 +44,11 @@ export default function ServicesPage() { title="Core Services" description="Comprehensive engineering and construction solutions." products={[ - { id: "s1", name: "Building Construction", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/technical-plan-drawing-wooden-background_23-2148393146.jpg" }, - { id: "s2", name: "Structural Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg" }, - { id: "s3", name: "Foundation Works", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg" }, - { id: "s4", name: "Project Management", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" }, - { id: "s5", name: "Site Surveying", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/technical-plan-drawing-wooden-background_23-2148393146.jpg" }, + { id: "s1", name: "Building Construction", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/technical-plan-drawing-wooden-background_23-2148393146.jpg?_wi=1" }, + { id: "s2", name: "Structural Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=2" }, + { id: "s3", name: "Foundation Works", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=2" }, + { id: "s4", name: "Project Management", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg?_wi=3" }, + { id: "s5", name: "Site Surveying", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/technical-plan-drawing-wooden-background_23-2148393146.jpg?_wi=2" }, ]} /> @@ -61,8 +61,8 @@ export default function ServicesPage() { title="Service Process" description="How we turn your vision into concrete reality." features={[ - { id: "p1", tag: "Step 1", title: "Consultation", description: "Deep discovery.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg" }, - { id: "p2", tag: "Step 2", title: "Execution", description: "Expert build.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg" }, + { id: "p1", tag: "Step 1", title: "Consultation", description: "Deep discovery.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=3" }, + { id: "p2", tag: "Step 2", title: "Execution", description: "Expert build.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=3" }, ]} /> -- 2.49.1