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

Manage all your content in easy way with Martex

{/* Buttons */}
Download for MacOS Download for Windows
{/* Buttons Group Text */}

Requires macOS 10.13+ or Windows 10+ 64bit. Current version 2.18.03 What's New?

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