diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ec10b4d60cf..5f13fe51261 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,6 +1,5 @@ import { FunctionComponent, ReactSVG, useState, useEffect } from 'react' -import classNames from 'classnames' import ChevronRightIcon from 'mdi-react/ChevronRightIcon' import Link from 'next/link' import { posthog } from 'posthog-js' @@ -353,6 +352,7 @@ const Home: FunctionComponent = () => { {/* call to actions ------------------------------------------------------- */} {/* ------------------------------------------------------------------------------- */} + {/* Remove Duplicate CTA, see HomepageCTA on line 329
@@ -404,6 +404,7 @@ const Home: FunctionComponent = () => {
+ */} )