From ff700967d4fec267d7e473d3d0bdd5429f4db4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:45:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a0c1be..239bb9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Installation", description: "Precision installation of premium roofing sheets for maximum durability.", bentoComponent: "reveal-icon", icon: Building2 + title: "Durable Roof Installations", description: "Precision installation of premium roofing sheets for maximum durability and weather resistance.", bentoComponent: "reveal-icon", icon: Building2 }, { - title: "Repair & Maintenance", description: "Fast, permanent leak repairs performed by expert technicians.", bentoComponent: "reveal-icon", icon: Wrench + title: "Expert Repair & Maintenance", description: "Fast, permanent leak repairs performed by certified technicians to protect your investment.", bentoComponent: "reveal-icon", icon: Wrench }, { - title: "Supply", description: "High-quality, durable roofing materials sourced for longevity.", bentoComponent: "reveal-icon", icon: Box + title: "Quality Material Supply", description: "High-performance, durable roofing materials sourced for longevity and curb appeal.", bentoComponent: "reveal-icon", icon: Box } ]} title="Core Services" @@ -155,7 +155,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} tag="Contact Us" title="Ready for a beautiful roof?" - description="Get a professional, no-obligation roof assessment in under 24 hours." + description="Contact our experts today to schedule your assessment." buttonText="Send Message" /> @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1