From bac8ef570dbfe937f57132e3f172eb3b5e215cf4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 13:07:22 +0000 Subject: [PATCH] Remove section Remove the selected section from the index page. --- src/pages/Index.tsx | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 2a5cdce..0ad3913 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -40,43 +40,6 @@ const Index = () => { - {/* CTA Section */} -
-
-

- Ready to Start Learning? -

-

- Choose your path and dive into interactive educational content designed to make complex concepts accessible and engaging. -

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