--- interface Props { icon: string; title: string; description: string; href?: string; } const { icon, title, description, href = '#contacto' } = Astro.props; ---
{description}