Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-07 22:11:12 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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" },
]}
/>
</div>
@@ -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" },
]}
/>
</div>

View File

@@ -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" },
]}
/>
</div>
@@ -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" },
]}
/>
</div>