From cb515b2bd4ed5b7bb7ed5c0d91140c671ea8c8ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:50:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] }} /> -- 2.49.1