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"] } ]} />