4 Commits

Author SHA1 Message Date
8f85e81bc5 Update src/app/page.tsx 2026-04-18 06:51:18 +00:00
9303955fbe Merge version_1 into main
Merge version_1 into main
2026-04-18 06:18:59 +00:00
0a6e7a034f Merge version_1 into main
Merge version_1 into main
2026-04-18 06:18:33 +00:00
0389035b15 Merge version_1 into main
Merge version_1 into main
2026-04-18 06:18:04 +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>
);
}
}