diff --git a/bun.lockb b/bun.lockb
index aa29e7a..7c1f63c 100644
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 77bd16a..e762508 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,8 @@
"moment": "^2.30.1",
"next": "^15.0.0",
"next-themes": "^0.3.0",
- "react": "^18",
- "react-dom": "^18",
+ "react": "^19.0.0-rc-45804af1-20241021",
+ "react-dom": "^19.0.0-rc-45804af1-20241021",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
diff --git a/src/app/(pages)/layout.tsx b/src/app/(pages)/layout.tsx
index b0e0a70..43bf5de 100644
--- a/src/app/(pages)/layout.tsx
+++ b/src/app/(pages)/layout.tsx
@@ -41,7 +41,7 @@ const RootLayout = ({
}: Readonly<{
children: ReactNode;
}>): ReactElement => (
-
+
(
UPS: 1350VA
-
+
Proxmox Node-01:
-
- Motherboard: Prime B550-PLUS
@@ -26,7 +26,7 @@ const HomelabContent = (): ReactElement => (
-
- Storage: 8TB (x2 4TB, x1 4TB Parity) Unraid Array
-
+
);
export default HomelabContent;
diff --git a/src/components/landing/nav-content/my-work.tsx b/src/components/landing/nav-content/my-work.tsx
index ad97171..41cdaa7 100644
--- a/src/components/landing/nav-content/my-work.tsx
+++ b/src/components/landing/nav-content/my-work.tsx
@@ -8,7 +8,6 @@ import Link from "next/link";
import { ReactElement } from "react";
import Project from "@/types/project";
import { ScrollArea } from "@/components/ui/scroll-area";
-import Image from "next/image";
import { truncateText } from "@/lib/utils";
import SimpleTooltip from "@/components/ui/simple-tooltip";
@@ -28,6 +27,14 @@ const projects: Project[] = [
link: "https://usetether.rest/user/504147739131641857",
startDate: moment([2024, 8, 8]),
},
+ {
+ name: "Pulse App",
+ description:
+ "A lightweight service monitoring solution for tracking the availability of whatever service your heart desires!",
+ icon: "https://pulseapp.cc/media/logo.png",
+ link: "https://pulseapp.cc",
+ startDate: moment([2024, 9, 22]),
+ },
{
name: "Bonfire",
description:
@@ -96,7 +103,7 @@ const MyWork = (): ReactElement => {
{/* Icon, Name & Years Active */}
- (
Useful Links
-
-
-
+
{/* Donate */}
-
-
- Buy me a Coffee
- Donate
-
-
-
+ Buy me a Coffee
+ Donate
+
+
diff --git a/tsconfig.json b/tsconfig.json
index af0efb2..f48e7ee 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -25,7 +25,8 @@
"@/*": [
"./src/*"
]
- }
+ },
+ "target": "ES2017"
},
"include": [
"next-env.d.ts",