From f29be9c4c937567a621cf85008bc4301b53f4c69 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 21:47:35 +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 07e1729..02fff1a 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: "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: "pro", tag: "Most Popular", 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" @@ -144,4 +144,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1