Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-18 06:51:21 +00:00

View File

@@ -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."
/>
</div>
@@ -196,4 +196,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}