From 8f85e81bc5b41cac5a5b5ffa6f19f4667fb9c7ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:51:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcfc28d..6ccd093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,11 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", price: "$0", name: "Essential Support", features: ["Phone Support", "Warranty Info", "Knowledge Base"], buttons: [{ text: "Get Started", href: "#" }] }, - { id: "pro", price: "$49/mo", name: "Premium Protection", features: ["24/7 Monitoring", "Priority Support", "Setup Assistance"], badge: "Popular", buttons: [{ text: "Upgrade", href: "#" }] }, + { id: "pro", price: "$49/mo", name: "Premium Protection", features: ["24/7 Monitoring", "Priority Support", "Setup Assistance", "Full Coverage Warranty"], badge: "Most Recommended", buttons: [{ text: "Choose Plan", href: "#" }] }, { id: "enterprise", price: "$199/mo", name: "Business Solution", features: ["Onsite Installation", "Bulk Discounts", "Dedicated Account Manager"], buttons: [{ text: "Contact Us", href: "#contact" }] }, ]} title="Transparent Pricing" - description="Flexible plans for all security and tech needs." + description="Flexible plans for all security and tech needs. Choose the Premium Protection plan for comprehensive peace of mind." /> @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1