Update src/app/page.tsx

This commit is contained in:
2026-03-20 11:15:57 +00:00
parent cb1fdcefd3
commit 503bc6a2ea

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 { 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" }