diff --git a/package-lock.json b/package-lock.json index 5b7b663c..bfcdfc21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6499,4 +6499,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 00000000..2df7b187 --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,97 @@ +"use client"; + +import React, { useEffect } from "react"; +import { Code, Terminal, Database, Globe } from "lucide-react"; + +import { LucideIcon } from "lucide-react"; + +const FloatingIcon = ({ icon: Icon, className }: { icon: LucideIcon; className: string }) => ( +
+ Explore, learn, and find your way back to our diverse web development projects. +
++ Continue your development journey with our other resources. +
++ Try searching our projects or checking out our latest tutorials. +
+ + {/* Action Buttons */} +