import { LinkIcon } from "./LinkIcon"; export const CallToAction = (props: { label: string; href: string }) => (

{props.label}

);