import Link from "next/link" import VideoPopup from "../elements/VidepPopup" export default function Hero27() { return ( <>
{/* HERO TEXT */}
{/* Title */}

The complete toolkit to engage your business

{/* Text */}

Mauris donec ociis diam magnis sapien sagittis sapien tempor volute gravida and aliquet tortor aliquet egestas magna

{/* Buttons */}
Get started for free
{/* Advantages List */}
  • No credit card required

  • Cancel at anytime

  • Free 14 days trial

{/* END HERO TEXT */}
{/* End container */}
{/* End hero-overlay */}
) }