From efca84ff225115e5a737f000269fd8276b87b932 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:54:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bce8ea6..793a91d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { "Comprehensive damage assessment", "Detailed written reports", "Insurance documentation", "Same-day service available" ], buttons: [ - { text: "Schedule Now", href: "contact" } + { text: "Free Inspection", href: "contact" } ] }, { @@ -89,7 +89,7 @@ export default function LandingPage() { "Leak detection and fixes", "Shingle replacement", "Flashing repairs", "Storm damage restoration" ], buttons: [ - { text: "Get Quote", href: "contact" } + { text: "Get Quote Now", href: "contact" } ] }, { @@ -97,7 +97,7 @@ export default function LandingPage() { "Quality material selection", "Expert installation", "Manufacturer warranties", "Financing available" ], buttons: [ - { text: "Learn More", href: "contact" } + { text: "See Pricing", href: "contact" } ] } ]} -- 2.49.1