import React from 'react'; import { Link } from 'react-router-dom'; import { useTranslation } from 'react-i18next'; import { ArrowRight, Play, CheckCircle2 } from 'lucide-react'; const Hero: React.FC = () => { const { t } = useTranslation(); return (
{t('marketing.hero.description')}
{t('marketing.hero.visualContent.autopilot')}