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

{section.heading}

{section.body}

{section.cta.label}