Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-18 17:03:06 +00:00

View File

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