import { pushDatalayer } from '../../utils/pushDatalayer'; export function viewHome() { pushDatalayer({ event: 'view_home' }); }