From 97011a2b478e0ab60fc35d95b051167fc5409955 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Sun, 8 Dec 2024 00:48:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(bump):=20extra=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 7a3739b..4732972 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -240,18 +240,6 @@ export function Home() { - {/* Community Stats */} -{/*
-
-

Join Our Growing Community

-
- - - -
-
-
*/} - {/* CTA Section */}
@@ -322,12 +310,3 @@ function ReasonCard({
); } - -// const StatCard = ({ number, label }: { number: string; label: string }) => { -// return ( -//
-//
{number}
-//

{label}

-//
-// ); -// };