2 Commits

Author SHA1 Message Date
522327fd0e Update src/app/page.tsx 2026-05-06 21:45:21 +00:00
f79739a7ad Merge version_2 into main
Merge version_2 into main
2026-05-06 21:43:22 +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"