diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f31583..5437650 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: "Zero Corners Cut", items: ["Verified Premium Materials", "Licensed Installation Protocols"] }, + { id: "m2", value: "25+", title: "Years Experience", items: ["Fully Licensed & Bonded", "Proven Industry Track Record"] }, + { id: "m3", value: "100%", title: "Verified Satisfaction", items: ["Licensed Detailed Inspections", "Certified Quality Documentation"] }, ]} title="Not Your Average Roofer" description="When you choose us, you are choosing unmatched professional integrity and craftsmanship." @@ -109,9 +109,24 @@ export default function LandingPage() { title="Roofing Packages" description="Choose the level of service that perfectly matches your home's needs." products={[ - { id: "p1", name: "Concierge Roof Package: Full-service project management with white-glove site protection and deep-cleaning cleanup.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" }, - { id: "p2", name: "Roof Inspection & Maintenance: Comprehensive diagnostic report, debris removal, and minor seal repairs.", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" }, - { id: "p3", name: "Emergency Leak Repair: 24/7 rapid-response dispatch to mitigate water damage and stabilize your roof.", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" } + { + id: "p1", + name: "Concierge Roof Package", + price: "Custom", + imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" + }, + { + id: "p2", + name: "Roof Inspection & Maintenance", + price: "From $299", + imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" + }, + { + id: "p3", + name: "Emergency Leak Repair", + price: "From $450", + imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" + } ]} /> @@ -126,4 +141,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file