diff --git a/src/app/page.tsx b/src/app/page.tsx index 851bcfc..5424823 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, Cloud, Database, Server, Network, Bot, User, Layers, Target, Brain, Cpu, Shield, Users, TrendingUp, BarChart3, Award, Rocket, Home, Settings, Hexagon, CircleDollarSign, ArrowLeftRight, Send, DollarSign, HelpCircle } from 'lucide-react'; +import { Zap, Sparkles, Cloud, Database, Server, Network, Bot, User, Layers, Target, Brain, Cpu, Shield, Users, TrendingUp, BarChart3, Award, Rocket, Home, Settings, CheckCircle, CircleDollarSign, ArrowLeftRight, Send, DollarSign, HelpCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -81,7 +81,7 @@ export default function LandingPage() { listTitle: "Recent AI Operations", listItems: [ { icon: Cpu, title: "Model Training Complete", status: "Success" }, { icon: TrendingUp, title: "Prediction Pipeline Active", status: "Running" }, - { icon: CircleDollarSign, title: "Validation Passed", status: "Verified" } + { icon: CheckCircle, title: "Validation Passed", status: "Verified" } ] }} />