Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 20:27:45 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Building Kenyas Future"
description="Excellence in civil engineering and construction management. Transforming visions into landmarks across Nairobi and beyond."
buttons={[{ text: "View Projects", href: "#projects" }, { text: "Contact Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/high-building-construction-city_114579-12231.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-building-construction-city_114579-12231.jpg?_wi=1"
imageAlt="Construction project in Nairobi"
mediaAnimation="blur-reveal"
avatars={[
@@ -73,7 +73,7 @@ export default function LandingPage() {
{ 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"
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg?_wi=1"
imageAlt="Our engineering team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -87,7 +87,7 @@ export default function LandingPage() {
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" },
{ 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" },
]}
title="Our Construction Expertise"
@@ -119,11 +119,11 @@ export default function LandingPage() {
{
id: "internship", title: "Engineering Attachment", price: "3 Months", period: "Duration", features: ["Hands-on site supervision", "Blueprint reading", "Project management"],
button: { text: "Apply Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/high-building-construction-city_114579-12231.jpg", imageAlt: "construction site Nairobi"},
imageSrc: "http://img.b2bpic.net/free-photo/high-building-construction-city_114579-12231.jpg?_wi=2", imageAlt: "construction site Nairobi"},
{
id: "ict-internship", title: "ICT/IT Internship", price: "3 Months", period: "Duration", features: ["IT infrastructure design", "Data management", "Tech support"],
button: { text: "Apply Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg", imageAlt: "engineers discussing plans"},
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg?_wi=2", imageAlt: "engineers discussing plans"},
]}
title="Student Attachment Program"
description="We offer hands-on field experience for engineering and ICT students looking to jumpstart their career."
@@ -159,7 +159,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your project or attachment...", rows: 4, required: true }}
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-business-building-with-glass-wall-from-empty-floor_1127-3106.jpg?_wi=2"
/>
</div>