Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:16:59 +00:00
parent 0ebb3655f6
commit 696451abd4

View File

@@ -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"
}
]}