import "clsx"; import { V as head } from "../../chunks/index.js"; import { B as BlurFade, N as Navigations } from "../../chunks/navigations.js"; function Hero($$payload) { head($$payload, ($$payload2) => { $$payload2.out += ``; }); $$payload.out += `
`; BlurFade($$payload, { delay: 0.1, children: ($$payload2) => { $$payload2.out += `

Hi, I'm f1rq

`; }, $$slots: { default: true } }); $$payload.out += ` `; BlurFade($$payload, { delay: 0.1 * 2, children: ($$payload2) => { $$payload2.out += `

I'm a programmer, passionate gamer and high school student from Poland. I'm currently focused on Svelte, Python (discord.py) and planning to learn C# or C++. I'm also learning Japanese and would like to learn Spanish in the future.

`; }, $$slots: { default: true } }); $$payload.out += ` `; BlurFade($$payload, { delay: 0.1 * 3, children: ($$payload2) => { $$payload2.out += ` `; }, $$slots: { default: true } }); $$payload.out += `
`; } function _page($$payload) { Hero($$payload); $$payload.out += ` `; Navigations($$payload); $$payload.out += ``; } export { _page as default };