From aa3d29a8339cb0d5d1a586afc5c9987d4b9147a5 Mon Sep 17 00:00:00 2001 From: Midhat-dot Date: Sun, 17 May 2026 13:00:18 +0500 Subject: [PATCH] feat: temporarily hide ambassador program page --- app/ambassador-program/page.tsx | 1 + app/our-story/page-old.tsx | 4 ++++ components/footer.tsx | 4 +++- components/navbar.tsx | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/ambassador-program/page.tsx b/app/ambassador-program/page.tsx index 00cf738..d67441f 100644 --- a/app/ambassador-program/page.tsx +++ b/app/ambassador-program/page.tsx @@ -210,6 +210,7 @@ const journey = [ ] export default function AmbassadorProgramPage() { + return null const [isHeroVisible, setIsHeroVisible] = useState(false) const [scrollY, setScrollY] = useState(0) const [statValues, setStatValues] = useState(stats.map(() => 0)) diff --git a/app/our-story/page-old.tsx b/app/our-story/page-old.tsx index 5bab98a..22af2d5 100644 --- a/app/our-story/page-old.tsx +++ b/app/our-story/page-old.tsx @@ -134,9 +134,13 @@ export default function OurStoryPage() { Explore Mentorship + {/* Become Ambassador + + */} +
diff --git a/components/footer.tsx b/components/footer.tsx index ac005e1..9f9aa66 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -251,11 +251,13 @@ export default function Footer() { MindMaster -
  • + {/*
  • Ambassadorship
  • + + */}
    diff --git a/components/navbar.tsx b/components/navbar.tsx index 35bd422..7370403 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -31,7 +31,7 @@ export default function Navbar() { { href: "/dsoc", label: "DSOC" }, { href: "/fellowship", label: "Fellowship" }, { href: "/mentorship", label: "Mentorship" }, - { href: "/ambassador-program", label: "Ambassadorship" }, + //{ href: "/ambassador-program", label: "Ambassadorship" }, { href: "/weekend-tech-grind", label: "Weekend Grind" }, ];