--- import { Image } from 'astro:assets'; interface Props { hero: HeroComponent; } const hero = Astro.props.hero; ---