--- // Props passed to the component const { src, alt } = Astro.props; import { Image } from 'astro:assets'; ---