import { AspectRatio } from '@chakra-ui/react'; type IFrameProps = { title: string; src: string; }; export default function IFrame(props: IFrameProps) { return (