--- import { Image } from 'astro:assets'; import logoImage from '../assets/img/yht_logo.png'; const { width, height } = Astro.props; ---