From 38d7abf121ffa8d42af69fd3b9a5470f20baeb1d Mon Sep 17 00:00:00 2001
From: PeterOche <119618121+PeterOche@users.noreply.github.com>
Date: Sat, 22 Feb 2025 14:30:35 +0100
Subject: [PATCH 1/2] Update page.js
---
frontend/app/about/page.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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() {