import Link from "next/link" export default function Hero6() { return ( <>
{/* HERO TEXT */}
{/* Title */}

Start with a plan and finish with results

{/* Text */}

Sodales tempor sapien quaerat ipsum congue and laoreet turpis neque auctor turpis vitaer

{/* Button */} Get started for free

No credit card needed, free 14-day trial

{/* END HERO TEXT */} {/* HERO IMAGE */}
hero-image
{/* End row */}
{/* End hero-6-wrapper */}
{/* End container */}
) }