Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:59:14 +00:00

View File

@@ -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: "#" }
}
]}