diff --git a/src/app/game-suggestions/page.tsx b/src/app/game-suggestions/page.tsx
new file mode 100644
index 0000000..9eafe37
--- /dev/null
+++ b/src/app/game-suggestions/page.tsx
@@ -0,0 +1,63 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
+
+export default function GameSuggestionsPage() {
+ return (
+ Game Suggestions
+