--- import type { EsaSection } from '../../types/home-sections'; interface Props { section: EsaSection } const { section } = Astro.props; ---

{section.heading}

{section.body}

{section.imageAlt}