import Image from "@/components/Image"; type Props = { children: React.ReactNode; }; const Answer = ({ children }: Props) => (