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