From 1e97fc2ed8204264aaff827f9e3020d6fc38e8bc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:35:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c7ac08..5dbee98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,10 @@ export default function LandingPage() { description="Simple, transparent pricing for all our plumbing services." plans={[ { - price: "$99", features: ["Diagnostic", "Minor Adjustment"] + id: "basic", badge: "Essential", subtitle: "For minor fixes", price: "$99", features: ["Diagnostic", "Minor Adjustment"] }, { - price: "$299", features: ["Full Inspection", "Drain Flush", "System Tuning"] + id: "pro", badge: "Full Service", subtitle: "For system maintenance", price: "$299", features: ["Full Inspection", "Drain Flush", "System Tuning"] } ]} /> -- 2.49.1