Skip to content

Commit

Permalink
404 page little update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawtar Choubari committed Sep 5, 2023
1 parent cff483c commit fbf4c00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import Link from "next/link";
export default function NotFound() {
return (
<div className="flex flex-col justify-center align-middle items-center my-20">
<h1 className="font-serif text-5xl font-bold mb-2">
<h1 className="font-serif text-5xl font-bold my-20">
404
<span className="text-6xl leading-3 text-accent">.</span> Not Found
<span className="leading-3 text-accent">!</span>
</h1>
<p className="mb-5">Could not find this page!</p>
<p className="mb-5">
Could not find this page! Better to be back Home ;)
</p>
<Button route={"/"} label={"HOME PAGE"} />
</div>
);
Expand Down

0 comments on commit fbf4c00

Please sign in to comment.