From 9ae4e69cd02678be301d0405676cf5eb052d7155 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09c7fbe..455d7e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Building Kenya’s 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" /> -- 2.49.1