diff --git a/src/components/landing/CurrentSponsors.tsx b/src/components/landing/CurrentSponsors.tsx index c2eb6eb..044414c 100644 --- a/src/components/landing/CurrentSponsors.tsx +++ b/src/components/landing/CurrentSponsors.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; const CurrentSponsors = () => { return ( -
+
{
-
- - Sponsors - -
- {/* 3 Organizers Grid */}
{organizers.map((org, i) => ( diff --git a/src/components/shared/TopBar/index.tsx b/src/components/shared/TopBar/index.tsx index dc0a109..4d56429 100644 --- a/src/components/shared/TopBar/index.tsx +++ b/src/components/shared/TopBar/index.tsx @@ -206,6 +206,10 @@ const TopBar = ({ UTMSource = null }) => { } ] }, + { + label: "Sponsors", + link: "/#sponsors" + }, { label: "Get Started", link: "/resources",