diff --git a/sitemap.txt b/sitemap.txt
index a573371..13426dd 100644
--- a/sitemap.txt
+++ b/sitemap.txt
@@ -1,5 +1,6 @@
https://devclub.ca/?/
https://devclub.ca/?/devhacks
+https://devclub.ca/?/devhacks/2027
https://devclub.ca/?/devhacks/2023
https://devclub.ca/?/devhacks/2024
https://devclub.ca/?/devhacks/2024/schedule
diff --git a/src/routes/App.tsx b/src/routes/App.tsx
index a6895f6..05ec1a5 100644
--- a/src/routes/App.tsx
+++ b/src/routes/App.tsx
@@ -14,6 +14,7 @@ import Contact from "./Contact";
import DevChamps from "./DevChamps";
import GitHub from "./Github";
import Hackathon from "./hackathon/Hackathon";
+import Hackathon2027 from "./hackathon/Hackathon2027";
import HackathonArchive from "./hackathon/HackathonArchive";
import {
hackathonInfoLoader,
@@ -49,6 +50,7 @@ const router = createBrowserRouter(
} />
} />
} />
+ } />
} />
} />
+
+
<.devHacks 2027>
+
+ {"Manitoba's largest "}
+ 24-hour{" "}
+
+ 48-hour
+ {" "}
+ hackathon.
+
+
+ 📅 Feb. 19 - 21, 2027
+
+ 📍 Engineering, Information and Technology Complex, University of
+ Manitoba, Winnipeg, MB
+
+
+
+
+
+
+ );
+}
+
+export default Hackathon2027;