File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,19 @@ import Seo from "../components/seo"
55
66const NotFoundPage = ( ) => (
77 < Layout >
8- < h1 > 404: Not Found</ h1 >
9- < p > You just hit a route that doesn't exist... the sadness.</ p >
8+ < div className = "flex justify-center" >
9+ < div className = "max-w-sm rounded overflow-hidden shadow-lg m-4" >
10+ < div className = "flex justify-center font-light text-6xl text-gray-500 text-opacity-75" >
11+ 404
12+ </ div >
13+ < div className = "flex justify-center font-medium text-lg my-2 text-gray-800" > The page you're looking for is not found.</ div >
14+ < hr />
15+ < div className = "px-6 py-4" >
16+ Make sure the address is correct. If you think this is a mistake,
17+ < a href = "/contact" className = "ml-1 text-orange-400" > contact us</ a >
18+ </ div >
19+ </ div >
20+ </ div >
1021 </ Layout >
1122)
1223
You can’t perform that action at this time.
0 commit comments