Update src/app/page.tsx

This commit is contained in:
2026-03-31 00:37:17 +00:00
parent a8eee86e03
commit f943184343

View File

@@ -116,8 +116,8 @@ export default function LandingPage() {
title="Simple Pricing"
description="Choose the right service level for your repair or remodel."
plans={[
{ id: "small", tag: "Small Repairs - Free On-site Estimate", price: "$150/day base rate", period: "day", description: "Minor repairs for common home issues.", button: { text: "Get Started", href: "/contact" }, featuresTitle: "Includes:", features: ["Free On-site Estimate", "Quick diagnosis", "Materials pick-up", "Cleanup"] },
{ id: "large", tag: "Complete Renovations", price: "$500+", period: "proj", description: "Full installations and major remodels.", button: { text: "Get Started", href: "/contact" }, featuresTitle: "Includes:", features: ["Full design consultation", "Project management", "Extended warranty (Licensed & Insured Professionals)"] },
{ id: "small", tag: "Maintenance & Minor Repairs", price: "$150/day base rate", period: "day", description: "Minor repairs for common home issues.", button: { text: "Get Started", href: "/contact" }, featuresTitle: "Includes:", features: ["Free On-site Estimate", "Quick diagnosis", "Materials pick-up", "Cleanup"] },
{ id: "large", tag: "Major Renovations & Additions", price: "$500+", period: "proj", description: "Full installations and major remodels.", button: { text: "Get Started", href: "/contact" }, featuresTitle: "Includes:", features: ["Full design consultation", "Project management", "Extended warranty (Licensed & Insured Professionals)"] },
]}
/>
</div>