import { motion } from 'framer-motion'; export function PreviewCard({ children }) { return ( {children} ); }