import { Link } from "react-router-dom"; export default function Cta({ loggedIn }) { const ResetLocation = () => window.scrollTo(0, 0); return (

Ready to dive in? Start your free trial today.

Get started
); }