--- interface Props { title: string; textColor?: string; } const { title, textColor = "var(--zinc-950)", background = "#fff4e6", } = Astro.props; --- {title}