File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ export default function Custom404() {
6
6
< section className = "flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden" >
7
7
< div className = "items-center text-center" >
8
8
< Navbar />
9
- < h1 className = "text-5xl font-bold pt-24" >
9
+ < h1 className = "text-5xl font-bold pt-24" > 404 - Page Not Found</ h1 >
10
+ < p className = "text-4xl pt-10" >
10
11
Sorry! We can't find the page you're looking for!
11
- </ h1 >
12
- < p className = "text-3xl pt-10" > While we may have found some tomfoolery,
13
- < br /> < br />
14
- We haven't found your page :'(</ p >
15
- < a href = '/' >
12
+ < br />
13
+ </ p >
14
+ < p className = "text-2xl pt-10" >
15
+ While we may have found some tomfoolery, we haven't found your page :'(
16
+ </ p >
17
+ < a href = "/" >
16
18
< button className = "mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[30%] xl:h-12 h-10" >
17
19
Back to saftey
18
20
</ button >
You can’t perform that action at this time.
0 commit comments