Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-03 18:34:39 +00:00

View File

@@ -117,10 +117,10 @@ export default function LandingPage() {
description="Simple, transparent pricing for all our plumbing services."
plans={[
{
price: "$99", description: "Standard diagnostic and quick fix.", features: ["Diagnostic", "Minor Adjustment"]
price: "$99", features: ["Diagnostic", "Minor Adjustment"]
},
{
price: "$299", description: "Comprehensive system check-up.", features: ["Full Inspection", "Drain Flush", "System Tuning"]
price: "$299", features: ["Full Inspection", "Drain Flush", "System Tuning"]
}
]}
/>