Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 03:53:26 +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 { Zap, Sparkles, Brain, MessageCircle, User, TrendingUp, Plug, Database, Cloud, Code, Shield, Zap as ZapIcon, Users, Home, BarChart3, Cpu, CircleDollarSign, ArrowLeftRight, Send, AlertCircle, CheckCircle, Eye, Lock, GitBranch, Star, Mail, MessageSquare, DollarSign, HelpCircle } from "lucide-react";
import { Zap, Sparkles, Brain, MessageCircle, User, TrendingUp, Plug, Database, Cloud, Code, Shield, Users, Home, BarChart3, Cpu, CheckCircle, ArrowLeftRight, Send, AlertCircle, Eye, Lock, GitBranch, Star, Mail, MessageSquare, DollarSign, HelpCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -107,7 +107,7 @@ export default function LandingPage() {
title: "Predictive Intelligence", description: "Forecast trends and anticipate market changes with ML models", bentoComponent: "line-chart"
},
{
title: "Automation Pipeline", description: "Automate complex workflows and repetitive tasks intelligently", bentoComponent: "3d-task-list", title: "Automation Pipeline", items: [
title: "Automation Pipeline", description: "Automate complex workflows and repetitive tasks intelligently", bentoComponent: "3d-task-list", items: [
{ icon: Zap, label: "Data Processing", time: "2m 15s" },
{ icon: Database, label: "Model Training", time: "45m 30s" },
{ icon: Send, label: "Report Distribution", time: "1m 05s" }
@@ -126,7 +126,7 @@ export default function LandingPage() {
{
title: "Performance Tracking", description: "Monitor AI model performance with detailed metrics", bentoComponent: "icon-info-cards", items: [
{ icon: TrendingUp, label: "Accuracy", value: "99.2%" },
{ icon: ZapIcon, label: "Speed", value: "142ms" },
{ icon: Zap, label: "Speed", value: "142ms" },
{ icon: Users, label: "Active Users", value: "12.5K" }
]
}