From b823cf5799e4b96673b055083f8e6a6673012bc5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 17:04:03 +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 9922930..62af513 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,19 +180,19 @@ export default function LandingPage() { plans={[ { id: "basic", tag: "Essential", price: "$4,000+", period: "/avg", description: "Gutters and soffit repairs.", button: { - text: "Get Exact Quote"}, + text: "Claim Your Free Quote"}, featuresTitle: "Includes:", features: [ "Materials", "Professional install", "Site cleanup"], }, { id: "standard", tag: "Standard", price: "$8,000+", period: "/avg", description: "High-quality standard roof replacement.", button: { - text: "Get Exact Quote"}, + text: "Claim Your Free Quote"}, featuresTitle: "Includes:", features: [ "Lifetime shingles", "Flashing replacement", "Underlayment"], }, { id: "custom", tag: "Premium", price: "$16,000+", period: "/avg", description: "Large or custom architectural roofing.", button: { - text: "Get Exact Quote"}, + text: "Claim Your Free Quote"}, featuresTitle: "Includes:", features: [ "Premium materials", "Extended warranty", "Detailed project plan"], }, -- 2.49.1