From a275fe01799a3dbf4f759e9b5553909b5fc2a835 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:27:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56e6f05..09c7fbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,100 +30,36 @@ export default function LandingPage() {
@@ -133,20 +69,11 @@ export default function LandingPage() { title="Nairobi’s Engineering Pioneers" description="With over a decade of experience in residential, commercial, and road infrastructure construction, our team delivers quality beyond expectations. We are committed to safety, sustainability, and structural integrity." metrics={[ - { - value: "15+", - title: "Completed Projects", - }, - { - value: "10", - title: "Years Experience", - }, - { - value: "50+", - title: "Staff Members", - }, + { value: "15+", title: "Completed Projects" }, + { value: "10", title: "Years Experience" }, + { value: "50+", title: "Staff Members" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg" imageAlt="Our engineering team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -159,27 +86,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Residential Construction", - description: "Creating durable, luxury, and affordable housing solutions with modern aesthetics.", - tag: "Housing", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-with-paper-plan-near-building-construction_23-2148039949.jpg", - }, - { - id: "f2", - title: "Commercial Projects", - description: "Scalable commercial developments tailored to meet business growth and operational needs.", - tag: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=1", - }, - { - id: "f3", - title: "Road Infrastructure", - description: "Advanced road works and pavement engineering for long-lasting public utility projects.", - tag: "Public", - imageSrc: "http://img.b2bpic.net/free-photo/empty-highway-wind-turbines-horizon-sunset-glow_169016-68529.jpg", - }, + { id: "f1", title: "Residential Construction", description: "Creating durable, luxury, and affordable housing solutions with modern aesthetics.", tag: "Housing", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-with-paper-plan-near-building-construction_23-2148039949.jpg" }, + { id: "f2", title: "Commercial Projects", description: "Scalable commercial developments tailored to meet business growth and operational needs.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg" }, + { id: "f3", title: "Road Infrastructure", description: "Advanced road works and pavement engineering for long-lasting public utility projects.", tag: "Public", imageSrc: "http://img.b2bpic.net/free-photo/empty-highway-wind-turbines-horizon-sunset-glow_169016-68529.jpg" }, ]} title="Our Construction Expertise" description="Comprehensive engineering and construction services to bring every development project to reality." @@ -190,25 +99,11 @@ export default function LandingPage() { -- 2.49.1