From 696451abd40b0c8f74845e874b17904fc4b8d28f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:16:59 +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 f7a6d75..1300b28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Info, Mail, Star, CreditCard, HelpCircle, LayoutGrid, ShoppingCart, Key, CheckCircle, AlertCircle, RefreshCw, Users, Briefcase, CheckList } from 'lucide-react'; +import { Sparkles, Zap, Info, Mail, Star, CreditCard, HelpCircle, LayoutGrid, ShoppingCart, Key, CheckCircle, AlertCircle, RefreshCw, Users, Briefcase, CheckSquare } from 'lucide-react'; const LandingPage = () => { return ( @@ -141,7 +141,7 @@ const LandingPage = () => { title: "Job Scheduling", description: "Automated task execution with real-time monitoring and detailed logging" }, { - icon: CheckList, + icon: CheckSquare, title: "Task Management", description: "Organize and track tasks with intuitive workflows and status updates" } ]}