--- import { Image } from 'astro:assets'; const { src, alt } = Astro.props; interface Props { src: string; alt: string; } --- {alt}