2025-01-05 18:49:48 +00:00
|
|
|
---
|
2025-01-06 15:37:15 +00:00
|
|
|
import borel from "@fontsource/borel/files/borel-latin-400-normal.woff2?url";
|
2025-01-05 18:49:48 +00:00
|
|
|
---
|
|
|
|
|
2025-01-06 15:37:15 +00:00
|
|
|
<link
|
|
|
|
rel="preload"
|
|
|
|
as="font"
|
|
|
|
type="font/woff2"
|
|
|
|
href={borel}
|
|
|
|
crossorigin="anonymous"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<section class="mb-32 overflow-clip">
|
2025-01-05 18:49:48 +00:00
|
|
|
<h1
|
2025-01-06 15:37:15 +00:00
|
|
|
class="--translate-y-[100%] animate-logo text-pretty text-8xl font-bold md:text-9xl"
|
2025-01-05 18:49:48 +00:00
|
|
|
>
|
|
|
|
Digital designer based in the <span
|
2025-01-06 15:37:15 +00:00
|
|
|
class="animate-gradient-x bg-gradient-to-r from-indigo-500 from-10% via-sky-500 via-30% to-emerald-500 to-90% bg-clip-text font-['Borel'] text-7xl font-medium text-transparent md:text-8xl"
|
2025-01-05 18:49:48 +00:00
|
|
|
>United Kingdom</span
|
|
|
|
>.
|
|
|
|
</h1>
|
|
|
|
</section>
|