--- interface Props { image: string; alt: string; videoUrl: string; videoTitle: string; } const { image, alt, videoUrl, videoTitle } = Astro.props; --- ✕