From 068ff2918239c54350220bf292cbde724cac8034 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:31:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++++++----------------------------------- 1 file changed, 49 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6e0081..a3dfae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -183,18 +126,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: ShieldCheck, - title: "Insured & Licensed", value: "100%"}, - { - id: "m2", icon: Award, - title: "Industry Certifications", value: "12+"}, - { - id: "m3", icon: MapPin, - title: "Local Dallas Expertise", value: "20 yrs"}, + { id: "m1", icon: ShieldCheck, title: "Texas Certified", value: "100%" }, + { id: "m2", icon: Award, title: "Storm Ready Claims", value: "500+" }, + { id: "m3", icon: MapPin, title: "Local DFW Presence", value: "25yrs" }, ]} - title="Why Dallas Trusts Us" - description="Unmatched transparency and local expertise in every claim." + title="Dallas Trust & Transparency" + description="Why top Dallas developers and homeowners rely on our local expertise." /> @@ -203,31 +140,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", title: "Exceptional Quality", quote: "The entire process was seamless and incredibly professional.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692181.jpg"}, - { - id: "2", title: "Reliable & Fast", quote: "Priority Roofing handled our commercial claim with unmatched transparency.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-with-laptop-outdoors_23-2148847732.jpg"}, - { - id: "3", title: "Texas Trusted", quote: "They understand exactly what Dallas homes need to survive storms.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"}, - { - id: "4", title: "Luxury Standard", quote: "Highest quality roof replacement I have ever commissioned.", name: "David Kim", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102523.jpg"}, - { - id: "5", title: "Highly Recommend", quote: "Professional, clean, and delivered as promised.", name: "Jessica White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-writing-her-journal_23-2150416410.jpg"}, + { id: "1", title: "Local Expertise", quote: "They truly understand the unique weather challenges of Dallas. A seamless experience from start to finish.", name: "Sarah Johnson", role: "Dallas Homeowner" }, + { id: "2", title: "Reliable Commercial Partner", quote: "Priority Roofing Dallas is our go-to for commercial properties. They know Texas codes inside out.", name: "Michael Chen", role: "Commercial Developer" }, + { id: "3", title: "Storm-Ready Professionals", quote: "They saved us during storm season. Professional, knowledgeable, and genuinely local.", name: "Emily Rodriguez", role: "DFW Resident" }, ]} - title="Client Perspectives" - description="Trust earned through performance, one project at a time." + title="Client Success Stories" + description="Trusted by the people who power the Dallas economy and culture." />
@@ -236,32 +164,13 @@ export default function LandingPage() {