Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -12,7 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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 = () => {
|
const LandingPage = () => {
|
||||||
return (
|
return (
|
||||||
@@ -141,7 +141,7 @@ const LandingPage = () => {
|
|||||||
title: "Job Scheduling", description: "Automated task execution with real-time monitoring and detailed logging"
|
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"
|
title: "Task Management", description: "Organize and track tasks with intuitive workflows and status updates"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user