{isSignedIn(user) ? (
diff --git a/frontend/src/pages/trainspace.tsx b/frontend/src/pages/trainspace.tsx
new file mode 100644
index 000000000..a64c0e7a3
--- /dev/null
+++ b/frontend/src/pages/trainspace.tsx
@@ -0,0 +1,13 @@
+import NavbarMain from "@/common/components/NavBarMain";
+import React from "react";
+
+const TrainSpace = () => {
+ return (
+
+
+
Welcome to TrainSpace
+
+ );
+ };
+
+ export default TrainSpace;
\ No newline at end of file