--- import { Picture } from "@astrojs/image/components"; const { src, alt, width, height, ...attrs } = Astro.props; ---