diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx deleted file mode 100644 index 605a18a..0000000 --- a/src/app/about/page.tsx +++ /dev/null @@ -1,47 +0,0 @@ -"use client"; - -import { About as AboutSection } from "../../sections/About"; -import { Goals } from "../../sections/Goals"; -import { Navbar } from "../../components/Navbar"; -import { Footer } from "../../sections/Footer"; - -export default function AboutPage() { - return ( - <> - -
-
-

- About Me -

-

- A little bit about me... -

-
- - - - - -
-

Interests Outside of Coding

-
    -
  • - 3D Printing & Design -
  • -
  • - Graphical Design -
  • -
  • - Gaming & Hardware -
  • -
  • - Open Source Contribution -
  • -
-
-
-