From 61ba8fe4fea54a3fd149fbded9bbc50460e6320e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:10:44 +0000 Subject: [PATCH 1/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 126 +++++--------------------------------- 1 file changed, 15 insertions(+), 111 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 71fe24b..4b60cc9 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -export default function LandingPage() { +export default function ProjectsPage() { return ( @@ -58,18 +43,8 @@ export default function LandingPage() { title="Portfolio Highlights" description="Showcasing recent accomplishments." features={[ - { - id: "pr1", - title: "Nsukka Civic Center", - description: "Foundation work.", - imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=6", - }, - { - id: "pr2", - title: "UNN Staff Quarters", - description: "Structural design.", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=7", - }, + { 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" }, ]} /> @@ -83,91 +58,20 @@ export default function LandingPage() { 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?_wi=9", - }, - { - 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=10", - }, + { 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" }, ]} /> -- 2.49.1 From ec2a611904e41c2a75bc09698660780e41a5dab9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:10:44 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 147 +++++--------------------------------- 1 file changed, 18 insertions(+), 129 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3a2edd6..ddc41ff 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -59,36 +44,11 @@ export default function LandingPage() { 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?_wi=5", - }, - { - id: "s2", - name: "Structural Design", - price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=5", - }, - { - 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=4", - }, - { - 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=8", - }, - { - id: "s5", - name: "Site Surveying", - price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/technical-plan-drawing-wooden-background_23-2148393146.jpg?_wi=6", - }, + { 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" }, ]} /> @@ -101,91 +61,20 @@ export default function LandingPage() { title="Service Process" description="How we turn your vision into concrete reality." features={[ - { - id: "p1", - title: "Consultation", - description: "Deep discovery.", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=6", - }, - { - id: "p2", - title: "Execution", - description: "Expert build.", - imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=5", - }, + { 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" }, ]} /> -- 2.49.1