From 1ffefecaee6cde756ca75cb3178286b8981215c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f51d4b7..544641b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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"], }, -- 2.49.1