|
|
|
@ -11,11 +11,11 @@ import BaseLayout from '../layouts/BaseLayout.astro'; |
|
|
|
|
<Icon icon='construction' class='hidden md:block' /> |
|
|
|
|
<div class='text-left md:text-left'> |
|
|
|
|
<h1 |
|
|
|
|
class='font-extrabold text-transparent leading-4 text-2xl md:text-5xl bg-clip-text bg-gradient-to-t from-black to-gray-600' |
|
|
|
|
class='font-extrabold text-transparent text-2xl leading-normal md:text-5xl md:leading-normal bg-clip-text bg-gradient-to-t from-black to-gray-600' |
|
|
|
|
> |
|
|
|
|
Page not found! |
|
|
|
|
</h1> |
|
|
|
|
<p class='text-md md:text-xl mt-1.5 mb-2'> |
|
|
|
|
<p class='text-md md:text-xl mb-2'> |
|
|
|
|
Sorry, we couldn't find the page you are looking for. |
|
|
|
|
</p> |
|
|
|
|
<p> |
|
|
|
|