feat: add Entrepreneurship section to navigation and update layout
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user