Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user