diff --git a/components/CtaButton/CtaButton.js b/components/CtaButton/CtaButton.js new file mode 100644 index 0000000..1dbcf10 --- /dev/null +++ b/components/CtaButton/CtaButton.js @@ -0,0 +1,13 @@ +import Link from 'next/link'; + +const CtaButton = ({ctaLink = null, ctaLabel = null }) => { + return ( +