import React from 'react'; import { useNavigate } from 'react-router-dom'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { BarChart3, Workflow, Settings, FileText } from 'lucide-react'; const Home: React.FC = () => { const navigate = useNavigate(); const navigationItems = [ { title: 'Dashboard', description: 'View analytics, reports, and campaign performance metrics', icon: BarChart3, path: '/dashboard', color: 'bg-blue-500' }, { title: 'Workflow List', description: 'Manage and view all your email marketing workflows', icon: Workflow, path: '/workflows', color: 'bg-green-500' }, { title: 'Workflow Builder', description: 'Create and design new email marketing workflows', icon: Settings, path: '/workflow-builder', color: 'bg-purple-500' }, { title: 'Forms', description: 'Create and manage interactive forms for data collection', icon: FileText, path: '/forms', color: 'bg-orange-500' } ]; const handleNavigation = (path: string) => { navigate(path); }; return (
Your all-in-one email marketing solution. Create, manage, and analyze your email campaigns with powerful automation workflows.
+2 from last month
+180 from last month
+2.1% from last month