Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-11 08:19:24 +00:00

View File

@@ -130,14 +130,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Vhusomuzi Sithole", role: "Property Developer", testimonial: "A leading company that aims to provide absolute excellence.", imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-investigation_1098-14749.jpg" },
{ id: "t2", name: "Dean Kajawo", role: "Business Owner", testimonial: "Unmatched professionalism and expertise throughout our project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-business-partners-enjoying-teamwork_1262-19145.jpg" },
{ id: "t3", name: "Sarah M.", role: "Architect", testimonial: "Very high quality workmanship. A reliable partner for any construction task.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
{ id: "t4", name: "Mark D.", role: "Homeowner", testimonial: "The build quality is exceptional. Very happy with the result.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-business-man-listening-happy-music_23-2148763857.jpg" },
{ id: "t5", name: "Lisa T.", role: "Investor", testimonial: "Seamless execution. Professional team through and through.", imageSrc: "http://img.b2bpic.net/free-photo/well-done-satisfied-businessman-suit-showing-thumbs-up-approval-like-agree-recommend-good_1258-162950.jpg" }
{ id: "t1", name: "James Mwangi", role: "Project Lead", testimonial: "South Peak's engineering precision turned our site blueprint into reality faster than estimated.", imageSrc: "http://img.b2bpic.net/free-photo/confident-man-construction-site_1098-14749.jpg" },
{ id: "t2", name: "Sarah Davies", role: "Property Investor", testimonial: "Their site safety and logistical management during the Sandton phase were impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/professional-architect-woman_1262-19145.jpg" },
{ id: "t3", name: "Marcus Thorne", role: "Lead Architect", testimonial: "Working with South Peak on complex concrete structures has been a masterclass in reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-foreman-construction_329181-19343.jpg" }
]}
title="Client Feedback"
description="What our clients say about their experience with South Peak Construction."
title="Industry Partners"
description="Expert voices from architects, engineers, and project leads who trust our technical construction standards."
/>
</div>
@@ -146,14 +144,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you provide free project estimates?", content: "Yes, we provide detailed site assessments and cost estimates." },
{ id: "f2", title: "Are you fully insured and certified?", content: "We hold all necessary construction licenses and comprehensive insurance coverage." },
{ id: "f3", title: "Do you manage the entire project from start to finish?", content: "Yes, we offer comprehensive turnkey project management solutions." }
{ id: "f1", title: "Do you provide structural engineering compliance?", content: "Yes, all our builds are strictly compliant with SANS structural standards and certified by licensed engineers." },
{ id: "f2", title: "How do you manage site safety protocols?", content: "We implement a zero-harm policy with on-site safety officers and daily hazard assessments for every construction stage." },
{ id: "f3", title: "What is your process for heavy-duty material sourcing?", content: "We partner directly with tier-one suppliers to ensure only high-grade materials are used in our concrete and steel structures." }
]}
imageSrc="http://img.b2bpic.net/free-photo/buildres-looking-plants_23-2147785493.jpg"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Answers to common questions regarding our construction process."
title="Construction Expertise"
description="Technical answers regarding our project management, site safety, and quality standards."
faqsAnimation="blur-reveal"
/>
</div>
@@ -161,14 +159,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Work With Us"
description="Ready to bring your project to life in Sandton? Get in touch with our expert team."
title="Call Our Site Office"
description="Speak directly with our project coordinators. Reach us on 074 521 3420 for all construction inquiries."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
{ name: "phone", type: "tel", placeholder: "074 521 3420", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your project", required: true }}
textarea={{ name: "message", placeholder: "Tell us about your project or request a site visit", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/blueprints-office_23-2147785628.jpg"
/>
</div>