diff --git a/src/App.tsx b/src/App.tsx index b2ad117..cbbb1d5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -203,21 +203,14 @@ const App = () => { isDarkMode={isDarkMode} scrollToSection={scrollToSection} textClasses={textClasses} - cardClasses={cardClasses} /> {/* About Section */} - + {/* Academic Section */} @@ -225,7 +218,6 @@ const App = () => { {/* Tech Section */} @@ -233,23 +225,16 @@ const App = () => { {/* Leadership Section */} {/* Athletics Section */} - + {/* Entrepreneurship Section */} @@ -262,12 +247,7 @@ const App = () => { /> {/* Footer */} -