From 5585233f7f668a191d90a6e5e7572b9ee76bd03f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:59:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27e5f6d..c0509cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Lightbulb, Brain, Cpu, GitBranch, CheckCircle2, Send, TrendingUp, Target, BarChart3, Settings, DollarSign, Award, Rocket, HelpCircle } from 'lucide-react'; +import { Sparkles, Zap, Lightbulb, Brain, Cpu, GitBranch, CheckCircle2, Send, TrendingUp, Target, BarChart3, Settings, DollarSign, Award, Rocket, HelpCircle, Shield, Globe, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -76,7 +76,7 @@ export default function LandingPage() { description: "Model precision" }, { - title: "Active Users", values: [12400, 18750, 24680], + title: "Active Users", values: ["12400", "18750", "24680"], description: "Platform users worldwide" } ], @@ -161,11 +161,11 @@ export default function LandingPage() { title: "Lightning Performance", description: "Process millions of data points per second with our optimized neural architecture.", button: { text: "Learn More", href: "#" } }, { - icon: Sparkles, + icon: Shield, title: "Enterprise Security", description: "Bank-level encryption and compliance with GDPR, SOC 2, and ISO 27001 standards.", button: { text: "Security Details", href: "#" } }, { - icon: Sparkles, + icon: Globe, title: "Global Scale", description: "Deploy across regions with 99.99% uptime SLA and automatic failover capabilities.", button: { text: "Explore Regions", href: "#" } }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Custom Configuration", description: "Fine-tune AI models and workflows to match your unique business requirements.", button: { text: "Configure Now", href: "#" } }, { - icon: Sparkles, + icon: Users, title: "Team Collaboration", description: "Enable seamless collaboration across teams with role-based access and audit trails.", button: { text: "Team Features", href: "#" } } ]} -- 2.49.1