import React from "react"; import Video from "../Video"; const CenterAllignedWithVideoHero = () => { return ( <> {/* Hero */}

Fast Pocket

Build your startup here. Launch it anywhere.

{/* End Hero */} ); }; export default CenterAllignedWithVideoHero;