From 1ab10054d079a7ebb3dedf9eb9562f2688b2b6d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 17:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0190240..2f16803 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { title="Dynamic Quote Calculator" description="Input your square footage and location for an instant estimate. Your personal quote information is handled securely and will never be shared." plans={[ - { id: "calculator", badge: "Quote Engine", price: "Custom", subtitle: "Calculate by size and area", buttons: [{ text: "Start Quote" }], features: ["Location-based pricing", "Square footage optimization", "Private data processing"] } + { id: "calculator", badge: "Quote Engine", price: "Custom", subtitle: "Calculate by size and area", buttons: [{ text: "Get Your Personalized Estimate" }], features: ["Location-based pricing", "Square footage optimization", "Private data processing"] } ]} /> -- 2.49.1