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" },
];