From 6488f1a55590b509ce7d6507a6af70708acb5713 Mon Sep 17 00:00:00 2001 From: Breno Tavares Date: Mon, 20 May 2024 18:58:55 -0400 Subject: [PATCH] fix: temporary hiding subscribe button --- src/pages/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6f78e72..1ea13bc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -10,10 +10,10 @@ import { OurResults, SelectiveProcess, StudentProfile, - Subscribe, + // Subscribe, WhatWeTeach, } from '../components'; -import { BannerSubscribe } from '../components/Subscribe/BannerSubscribe'; +// import { BannerSubscribe } from '../components/Subscribe/BannerSubscribe'; import { cousesMock, howWeDoMock, @@ -40,7 +40,7 @@ const Home = () => { return ( - + {/* */}
@@ -48,7 +48,7 @@ const Home = () => { - + {/* */}