Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c6831cbb5 | |||
| 8f85e81bc5 | |||
| 9303955fbe | |||
| 0a6e7a034f | |||
| 0389035b15 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user