From 605c1a41b53894b4a6b38cd18d985baa6ff2c33a Mon Sep 17 00:00:00 2001 From: space Date: Sun, 17 May 2026 22:34:03 +0200 Subject: [PATCH] Small changes & adjustments --- src/app/about/page.tsx | 47 ------------------- src/app/page.tsx | 9 ++-- src/components/Navbar.tsx | 1 - src/sections/About.tsx | 55 ----------------------- src/sections/Affiliates.tsx | 90 +++++++++++++++++++++++++++++++++++++ src/sections/Hero.tsx | 33 +++----------- src/sections/Uptime.tsx | 36 +++++++++++++++ 7 files changed, 137 insertions(+), 134 deletions(-) delete mode 100644 src/app/about/page.tsx delete mode 100644 src/sections/About.tsx create mode 100644 src/sections/Affiliates.tsx create mode 100644 src/sections/Uptime.tsx 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 -
  • -
-
-
-