diff --git a/frontend/app/about/page.js b/frontend/app/about/page.js
index 56c0e534..59ff479c 100644
--- a/frontend/app/about/page.js
+++ b/frontend/app/about/page.js
@@ -5,6 +5,7 @@ import FeatureCards from "@/components/about-us/FeatureCards";
import VisionSection from "@/components/about-us/VisionSection";
import JoinSection from "@/components/about-us/JoinSection";
import StatsSection from "@/components/about-us/StatsSection";
+import Game from "@/components/game/GameSection";
export default function AboutPage() {
@@ -16,7 +17,8 @@ export default function AboutPage() {