From e65ad33ddb6b3160745099100fac68c81a29be14 Mon Sep 17 00:00:00 2001 From: briha Date: Tue, 14 Jan 2025 23:13:44 +0530 Subject: [PATCH] feat: add 404 pages to make it a more complete website --- app/(posts)/not-found.tsx | 34 + app/not-found.tsx | 34 + components/screens/home/index.tsx | 9 +- pnpm-lock.yaml | 12475 ++++++++++------------------ 4 files changed, 4616 insertions(+), 7936 deletions(-) create mode 100644 app/(posts)/not-found.tsx create mode 100644 app/not-found.tsx diff --git a/app/(posts)/not-found.tsx b/app/(posts)/not-found.tsx new file mode 100644 index 0000000..8667540 --- /dev/null +++ b/app/(posts)/not-found.tsx @@ -0,0 +1,34 @@ +import { DeployButton } from "@/components/deploy"; +import { Footer } from "@/components/footer"; +import Link from "@/components/link"; +import * as FadeIn from "@/components/motion/staggers/fade"; + +const Spacer = () =>
; + +export default function NotFound() { + return ( + + +
+
+

404

+

This article does not exist

+
+
+
+ + +

+ The article you're looking for doesn't exist. Click here to go back{" "} + +

+
+ + + +