import clsx from "clsx"; type IframeProps = { src: string; title: string; width?: string; height?: string; class?: string; }; export function Iframe(props: IframeProps) { return (