diff --git a/web/components/landing-page-panel.tsx b/web/components/landing-page-panel.tsx index ad1a369c..bcfdaf1e 100644 --- a/web/components/landing-page-panel.tsx +++ b/web/components/landing-page-panel.tsx @@ -8,10 +8,13 @@ import { ContractsGrid } from './contract/contracts-list' import { Col } from './layout/col' import { Row } from './layout/row' import { withTracking } from 'web/lib/service/analytics' +import { useTracking } from 'web/hooks/use-tracking' export function LandingPagePanel(props: { hotContracts: Contract[] }) { const { hotContracts } = props + useTracking('view landing page') + return ( <>