diff --git a/src/app/page.tsx b/src/app/page.tsx index b272170..07e1729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"