import React from 'react'; import { motion } from 'framer-motion'; import { useTranslation } from 'react-i18next'; const AIFeatureSection = () => { const { t } = useTranslation(); return (
neurology {t('landing.adhd_edge', 'The ADHD Edge')}

{t('landing.ai_find_path', 'Let AI find the path when you get stuck.')}

{t('landing.ai_desc', "TaskFlow handles the cognitive load. When a plan hits a wall, our AI agent sketches out a comprehensive strategy tree, finding alternatives so you don't have to.")}

robot_2 {t('canvas.ai_assistant', 'AI Assistant')}

"{t('landing.ai_example_input', "I'm blocked on user growth. What now?")}"

{/* Nodes simplified for extraction */}
{t('landing.ai_early_users', 'Acquire Early Users')}
); }; export default AIFeatureSection;