Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 09:28:30 +00:00
parent 68b92b51de
commit e4dd1158d9

View File

@@ -32,8 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Get Started", text: "Get Started", href: "/contact"
href: "/contact"
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -62,26 +61,20 @@ export default function ContactPage() {
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} 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" imageAlt="BuildCorp Kenya support team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", 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."
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", 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."
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", 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."
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() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Projects", href: "/projects" }, { label: "Our Projects", href: "/projects" },
{ label: "Services", href: "/#services" }, { label: "Services", href: "#services" },
{ label: "Careers", href: "#" } { label: "Careers", href: "#" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Case Studies", href: "#" }, { label: "Case Studies", href: "#" },
{ label: "Industry Reports", href: "#" }, { label: "Industry Reports", href: "#" },
{ label: "FAQ", href: "/#faq" } { label: "FAQ", href: "#faq" }
] ]
}, },
{ {
title: "Partnership", title: "Partnership", items: [
items: [ { label: "Become a Partner", href: "#contact" },
{ label: "Become a Partner", href: "/contact" },
{ label: "Investment Opportunities", href: "#" }, { label: "Investment Opportunities", href: "#" },
{ label: "Supplier Portal", href: "#" }, { label: "Supplier Portal", href: "#" },
{ label: "Contact Us", href: "/contact" } { label: "Contact Us", href: "/contact" }
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" }, { label: "Compliance", href: "#" },