import React from 'react'; import { ArrowLeftIcon } from './icons/ArrowLeftIcon'; interface HeroProps { onGetStarted?: () => void; } const ArrowRightIcon: React.FC> = (props) => ( ); export const Hero: React.FC = ({ onGetStarted }) => { return (

Mod Comms
Intelligent Review

Streamline your creative approval process. Mod Comms analyses your proofs against guidelines and best practice in seconds, not days.

); };