import React from 'react'; import Link from 'next/link'; const CTA = () => { return (

Sign up for web hosting today!

Starting at only

$4.75/mo*

); } export default CTA;