--- import Base from "@layouts/Base.astro"; import { Image } from "@astrojs/image/components"; const { title, description } = Astro.props; ---