From 893056fd9e9fea70fa332792739f09b260aad094 Mon Sep 17 00:00:00 2001 From: Ado Kukic Date: Sun, 20 Oct 2024 19:11:18 -0700 Subject: [PATCH] Remove Double CTA on homepage (#7322) * feat: Update homepage CTAs * Removed unused `classNames` import * Removed the homepage CTAs section as it is no longer needed * feat: Remove unused homepage CTA section * Removed unused `classNames` import * Removed the homepage CTAs section as it is no longer needed --- src/pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = () => {
+ */} )