diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html
index 8186e05..53d1cda 100644
--- a/_layouts/_includes/footer.html
+++ b/_layouts/_includes/footer.html
@@ -11,8 +11,7 @@
About us
Quick link
- About Us
- - BPD Events
- - Sponsored Events
+ - Events
- Partnerships
- Community
- Support
diff --git a/app.py b/app.py
index 441759e..93e65ad 100644
--- a/app.py
+++ b/app.py
@@ -8,12 +8,6 @@
navigation = [
{"text": "News", "url": "/blog/blog1.html", "fa": "fa fa-newspaper fa-fw"},
{"text": "About Us", "url": "/about.html", "fa": "fa fa-info-circle fa-fw"},
- {"text": "BPD Events", "url": "/bpd-events", "fa": "fa fa-calendar fa-fw"},
- {
- "text": "Sponsored Events",
- "url": "/sponsored-events.html",
- "fa": "fa fa-handshake fa-fw",
- },
{"text": "Discounts", "url": "/partnerships.html", "fa": "fa-regular fa-handshake"},
{"text": "Events", "fa": "fa fa-calendar fa-fw", "url": "/events.html"},
{