diff --git a/src/app/page.tsx b/src/app/page.tsx index 0df5bdb..6a168af 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 { AlertCircle, BarChart3, Brain, CheckCircle, CircleDollarSign, Cloud, Database, Eye, Hexagon, House, Lightbulb, Link, Lock, MessageSquare, MessageSquareText, Send, Settings, Shield, Star, Target, TrendingUp, User, Zap } from 'lucide-react'; +import { AlertCircle, ArrowLeftRight, BarChart3, Brain, CheckCircle, CircleDollarSign, Cloud, Database, Eye, Hexagon, House, Lightbulb, Link, Lock, MessageSquare, MessageSquareText, Send, Settings, Shield, Sparkles, Star, Target, TrendingUp, User, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -160,7 +160,7 @@ export default function LandingPage() { ] }, { - 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: CheckCircle, label: "Data Validation", time: "2m 34s" }, { icon: Zap, label: "Model Processing", time: "5m 12s" }, { icon: TrendingUp, label: "Results Analysis", time: "1m 45s" }