From adf4a18489594284b0ec8311fd3c981324604082 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:53:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe3c40..144e0bd 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 { 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" } ] } -- 2.49.1