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

The perfect analytics tool for your online business

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

  • Free 30 days trial

{/* END HERO TEXT */} {/* HERO IMAGE */}
{/* Play Icon */} {/* Preview Image */} video-preview
{/* hero overlay */}
{/* End hero-21-wrapper */}
{/* End container */}
) }