--- import { Icon } from "astro-icon/components"; interface Props { title: string; icon: string; subtitle: string; href: string; } const { icon, subtitle, title, href } = Astro.props; --- {title} {subtitle}
{subtitle}