--- // src/components/Card.astro const { title } = Astro.props; ---
This is card content passed in via a slot.