// Card.js import { useTheme } from './ThemeContext'; function Card({ children }) { const { theme } = useTheme(); return (