From e4dd1158d969b3d4fc76033da3aa7d2497f0a252 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:28:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 043c28c..998536c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,8 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} animateOnLoad={true} /> @@ -62,26 +61,20 @@ export default function ContactPage() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" imageAlt="BuildCorp Kenya support team" mediaAnimation="slide-up" mediaPosition="right" faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What types of projects does BuildCorp undertake?", - content: "We specialize in residential developments (apartments, townhouses, estates), commercial properties (office towers, retail spaces), mixed-use developments, and infrastructure projects. Our experience spans portfolio sizes from KES 500M to KES 5B+ in total project value." + id: "1", title: "What types of projects does BuildCorp undertake?", content: "We specialize in residential developments (apartments, townhouses, estates), commercial properties (office towers, retail spaces), mixed-use developments, and infrastructure projects. Our experience spans portfolio sizes from KES 500M to KES 5B+ in total project value." }, { - id: "2", - title: "How do you ensure on-time project delivery?", - content: "Our 98% on-time delivery rate is achieved through: detailed project scheduling, experienced site management, proactive supply chain coordination, weather contingency planning, and transparent progress reporting. We use integrated project management systems with weekly stakeholder updates." + id: "2", title: "How do you ensure on-time project delivery?", content: "Our 98% on-time delivery rate is achieved through: detailed project scheduling, experienced site management, proactive supply chain coordination, weather contingency planning, and transparent progress reporting. We use integrated project management systems with weekly stakeholder updates." }, { - id: "3", - title: "What are your payment and investment structures?", - content: "We work with various financing models including: direct developer partnerships, joint venture arrangements, equity partnerships with international funds, and government procurement contracts. Each structure is customized based on project scope and partner requirements. Typical payment schedules align with project milestones." + id: "3", title: "What are your payment and investment structures?", content: "We work with various financing models including: direct developer partnerships, joint venture arrangements, equity partnerships with international funds, and government procurement contracts. Each structure is customized based on project scope and partner requirements. Typical payment schedules align with project milestones." } ]} /> @@ -91,35 +84,31 @@ export default function ContactPage() {