"use client"; interface IframeContainerProps { src: string; title: string; } export function IframeContainer({ src, title }: IframeContainerProps) { return (