diff --git a/app/guide/General-Info/Getting-Started/gettingStarted.mdx b/app/guide/General-Info/Getting-Started/gettingStarted.mdx
deleted file mode 100644
index e69de29..0000000
diff --git a/app/guide/General-Info/Getting-Started/page.tsx b/app/guide/General-Info/Getting-Started/page.tsx
deleted file mode 100644
index a1530b3..0000000
--- a/app/guide/General-Info/Getting-Started/page.tsx
+++ /dev/null
@@ -1,151 +0,0 @@
-"use client";
-import { keyframes } from '@emotion/react';
-import GuideMD from './gettingStarted.mdx';
-import { MDXProvider } from '@mdx-js/react';
-import components from '../../../components/mdx';
-import { Box } from 'theme-ui';
-import Image from 'next/image';
-import SideBar from "../../../components/SideBar";
-import Link from 'next/link';
-
-const fadeIn = keyframes({ from: { opacity: 0 }, to: { opacity: 1 } });
-
-export default function guide() {
- return (
-
- {/* Header */}
-
-
-
-
-
- HACKY HOLIDAYS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Sidebar */}
-
-
-
-
- {/* Main Content */}
-
-
-
-
-
-
-
- );
-}
\ No newline at end of file
diff --git a/app/guide/General-Info/generalInfo.mdx b/app/guide/General-Info/generalInfo.mdx
deleted file mode 100644
index e69de29..0000000
diff --git a/app/guide/General-Info/page.tsx b/app/guide/General-Info/page.tsx
deleted file mode 100644
index 64cc002..0000000
--- a/app/guide/General-Info/page.tsx
+++ /dev/null
@@ -1,151 +0,0 @@
-"use client";
-import { keyframes } from '@emotion/react';
-import GuideMD from './generalInfo.mdx';
-import { MDXProvider } from '@mdx-js/react';
-import components from '../../components/mdx';
-import { Box } from 'theme-ui';
-import Image from 'next/image';
-import SideBar from "../../components/SideBar";
-import Link from 'next/link';
-
-const fadeIn = keyframes({ from: { opacity: 0 }, to: { opacity: 1 } });
-
-export default function guide() {
- return (
-
- {/* Header */}
-
-
-
-
-
- HACKY HOLIDAYS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* Sidebar */}
-
-
-
-
- {/* Main Content */}
-
-
-
-
-
-
-
- );
-}
\ No newline at end of file