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

{section.eyebrow}

{section.body}

{section.imageAlt}