Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-06 21:45:24 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{ id: "basic", tag: "Annual", price: "$199", period: "/yr", description: "Basic seasonal checks.", button: { text: "Select Plan" }, featuresTitle: "Included", features: ["1 Annual Check", "15% off parts"] },
{ id: "pro", tag: "Recommended", price: "$399", period: "/yr", description: "Priority support.", button: { text: "Select Plan" }, featuresTitle: "Included", features: ["2 Annual Checks", "Priority repair", "30% off parts"] },
{ id: "pro", tag: "Best Value", price: "$399", period: "/yr", description: "Priority support.", button: { text: "Select Plan" }, featuresTitle: "Included", features: ["2 Annual Checks", "Priority repair", "30% off parts"] },
{ id: "enterprise", tag: "Premium", price: "$599", period: "/yr", description: "Complete peace of mind.", button: { text: "Select Plan" }, featuresTitle: "Included", features: ["4 Quarterly Checks", "Free repairs", "Lifetime warranty"] },
]}
title="Service Membership Plans"