'use client'; import * as React from 'react'; import { motion } from 'framer-motion'; import { IllustrationProps } from './types'; export const ConceptAutomation: React.FC = ({ className = "", delay = 0 }) => ( );