Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user