From 3532a794b0194fdf92a2e7c960a1876f1e4ef61d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:19:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0495f4..687ca7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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" /> @@ -161,14 +159,14 @@ export default function LandingPage() {
-- 2.49.1