--- import { Icon } from "astro-icon/components"; import type { CallToAction } from "~/types"; const { callToAction } = Astro.props; const { targetBlank, text = "", icon = "", href = "", } = callToAction as CallToAction; ---