--- interface Props { imgUrl: string; imgAlt: string; title: string; description: string; note: string; span?: boolean; } const { imgUrl, imgAlt, title, description, note, span = false } = Astro.props; import "../styles/components/ImageSection.scss"; ---

{title}

{imgAlt}

{description}

{note}