diff --git a/src/app/(routes)/layout.tsx b/src/app/(routes)/layout.tsx
index ec85cd1..79ebb03 100644
--- a/src/app/(routes)/layout.tsx
+++ b/src/app/(routes)/layout.tsx
@@ -1,39 +1,10 @@
import React from "react";
-import { Trophy, Brain, Star } from "lucide-react";
import Navbar from "@/components/navbar";
function Layout({ children }: { children: React.ReactNode }) {
return (
- {/* Animated background elements */}
- {/*
- {[...Array(20)].map((_, i) => (
-
- ))}
-
-
-
-
-
-
-
-
-
-
-
*/}
- {/* Main content */}
{children}
);
diff --git a/src/app/(routes)/me/page.tsx b/src/app/(routes)/me/page.tsx
deleted file mode 100644
index ef32834..0000000
--- a/src/app/(routes)/me/page.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-import React from "react";
-
-function MePage() {
- return MePage
;
-}
-
-export default MePage;
diff --git a/src/app/(routes)/page.tsx b/src/app/(routes)/page.tsx
index 48d8d70..529489e 100644
--- a/src/app/(routes)/page.tsx
+++ b/src/app/(routes)/page.tsx
@@ -29,7 +29,7 @@ export default async function QuizGameStartPage() {