From 9c9e54b4080fdc52872be0015ac80b054c66ea09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:04:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da4f1da..d9e35e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "100%", title: "Zero Cutting Corners", items: ["Premium materials", "Strict safety standards"] }, - { id: "m2", value: "25+", title: "Years Experience", items: ["Certified professionals", "Proven track record"] }, - { id: "m3", value: "100%", title: "Client Satisfaction", items: ["Detailed inspections", "Complete documentation"] }, + { id: "m1", value: "100%", title: "Verified Zero Cutting Corners", items: ["Premium materials", "Strict safety standards"] }, + { id: "m2", value: "25+", title: "Licensed Industry Experience", items: ["Certified professionals", "Proven track record"] }, + { id: "m3", value: "100%", title: "Verified Client Satisfaction", items: ["Detailed inspections", "Complete documentation"] }, ]} title="Not Your Average Roofer" description="When you choose us, you are choosing unmatched professional integrity and craftsmanship." @@ -126,4 +126,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1