import { ReactElement } from 'react' import { SectionContainer } from '../containers/section-container' import { Header3 } from '@app/components/general/header' import { ThemedImage } from '@app/components/general/theme-image' import { LazyMount } from '@app/components/lazy/lazymount' export function MarketingDashboard(): ReactElement | null { return (
All the details you need in one location

Get inclusive reports across all your websites with real time updates.

) }