--- interface Props { badge?: string; url?: string; label?: string; } const { badge, url, label } = Astro.props; ---