feat: add Entrepreneurship section to navigation and update layout

This commit is contained in:
2025-06-15 14:33:38 -05:00
parent 5b14f6f3e5
commit b20e15909e

View File

@@ -162,14 +162,14 @@ const App = () => {
<div className="px-6 py-4 mx-auto max-w-7xl"> <div className="px-6 py-4 mx-auto max-w-7xl">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div className="text-2xl font-bold text-transparent bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text animate-pulse" />{" "} <div className="text-2xl font-bold text-transparent bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text animate-pulse" />{" "}
<div className="flex items-center space-x-6"> <div className="flex items-center space-x-6"> <div className="hidden space-x-8 md:flex">
<div className="hidden space-x-8 md:flex">
{[ {[
"About", "About",
"Academic", "Academic",
"Tech", "Tech",
"Leadership", "Leadership",
"Athletics", "Athletics",
"Entrepreneurship",
"Reviews", "Reviews",
].map((item) => ( ].map((item) => (
<button <button
@@ -661,10 +661,9 @@ const App = () => {
</div> </div>
</div> </div>
</div> </div>
</section> </section> {/* Entrepreneurship Section */}
{/* Entrepreneurship Section */}
<section <section
id="entrepreneurship"
className={`py-20 ${ className={`py-20 ${
isDarkMode isDarkMode
? "bg-gradient-to-r from-orange-900/20 to-red-900/20" ? "bg-gradient-to-r from-orange-900/20 to-red-900/20"