Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -24,6 +24,8 @@ import {
|
||||
Users,
|
||||
DollarSign,
|
||||
Rocket,
|
||||
Star,
|
||||
Crown,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -211,6 +213,7 @@ export default function LandingPage() {
|
||||
cardClassName="bg-card rounded-2xl p-8"
|
||||
valueClassName="text-4xl font-bold text-primary-cta mb-2"
|
||||
cardTitleClassName="text-xl font-semibold text-foreground mb-2"
|
||||
cardDescriptionClassName="text-sm text-foreground/60"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -255,12 +258,12 @@ export default function LandingPage() {
|
||||
"Up to 10 systems monitored", "Real-time threat detection", "24/5 support", "Monthly threat reports", "Basic incident response"],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Award,
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$15,000/mo", subtitle: "Comprehensive security for enterprises", features: [
|
||||
"Unlimited systems monitored", "Advanced AI threat detection", "24/7 premium support", "Real-time threat intelligence", "Automated incident response", "Custom integrations", "Quarterly security reviews"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Maximum Protection", badgeIcon: Bolt,
|
||||
id: "enterprise", badge: "Maximum Protection", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "White-glove security for critical infrastructure", features: [
|
||||
"Unlimited everything", "Dedicated security team", "On-premise deployment option", "Custom AI model training", "Priority threat response (< 1min)", "Compliance auditing included", "Penetration testing included"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user