--- import { Icon } from 'astro-icon/components'; interface Props { title?: string; description?: string; url?: string; icon?: string; } const { title, description, url, icon } = Astro.props; ---
{title}

{description}