diff --git a/src/app/page.tsx b/src/app/page.tsx index c29dd57..2b6d267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} brandName="MDHC" - logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlXTLelvmNFICaPlIzt0CPQELi/uploaded-1778858189609-5nbvorpn.jpg" + logoSrc="https://placehold.co/400x100/15479c/white?text=MDHC+CONSTRUCTION" /> @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -77,7 +78,7 @@ export default function LandingPage() { @@ -90,7 +91,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Residential Builds", description: "Custom homes and renovations with attention to every detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=2" }, + title: "Government Contracts", description: "Proven track record in executing specialized public works projects with strict compliance standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/building-structure_1127-2019.jpg" } }, { @@ -114,7 +115,7 @@ export default function LandingPage() { title="MDHC by the Numbers" tag="Reliability" metrics={[ - { id: "1", value: "150+", description: "Projects Completed" }, + { id: "1", value: "50+", description: "Gov Contracts Delivered" }, { id: "2", value: "12", description: "Years Experience" }, { id: "3", value: "98%", description: "Client Satisfaction" } ]} @@ -128,14 +129,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Michael A.", role: "Architect", testimonial: "Excellent site collaboration and technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg?_wi=2" }, + { id: "1", name: "Michael A.", role: "Government Project Manager", testimonial: "Excellent site collaboration and technical compliance during complex gov build-outs.", imageSrc: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg?_wi=2" }, { id: "2", name: "Susan R.", role: "Business Owner", testimonial: "MDHC transformed our office space effectively.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-way-office-with-laptop-hand_1150-3062.jpg?_wi=2" }, - { id: "3", name: "David W.", role: "Homeowner", testimonial: "Flawless communication throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-with-safety-vests-shaking-hands_23-2148269358.jpg" }, - { id: "4", name: "Emma L.", role: "Developer", testimonial: "Highly recommended for complex builds.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg" }, - { id: "5", name: "Thomas K.", role: "Client", testimonial: "Professional, clean, and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-full-windows_1127-102.jpg" } + { id: "3", name: "David W.", role: "Civil Engineer", testimonial: "Flawless technical precision and communication throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-with-safety-vests-shaking-hands_23-2148269358.jpg" }, + { id: "4", name: "Emma L.", role: "Developer", testimonial: "Highly recommended for complex government-funded builds.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg" }, + { id: "5", name: "Thomas K.", role: "General Contractor", testimonial: "Professional, clean, and extremely reliable.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-full-windows_1127-102.jpg" } ]} title="Client Success Stories" - description="What our partners say about MDHC Construction." + description="What our government and private partners say about MDHC Construction." /> @@ -144,7 +145,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "1", title: "Do you offer free estimates?", content: "Yes, we provide professional site assessments and consultations." }, + { id: "1", title: "Do you specialize in government projects?", content: "Yes, we have extensive experience managing and delivering high-compliance government contracts." }, { id: "2", title: "Are you fully insured?", content: "We hold full liability and contractor insurance for all projects." }, { id: "3", title: "What project types do you cover?", content: "Residential, commercial, and structural infrastructure work." } ]} @@ -161,7 +162,7 @@ export default function LandingPage() {