38 lines
1.3 KiB
Svelte
38 lines
1.3 KiB
Svelte
<script lang="ts">
|
|
// import { signRequest } from "$lib/stores.js";
|
|
|
|
// function trigger() {
|
|
// signRequest.set({ json: { hello: "test" } });
|
|
// }
|
|
|
|
// import type { PageData } from "./$types";
|
|
// export let data: PageData;
|
|
</script>
|
|
|
|
<div class="w-full h-full p-6 overflow-hidden">
|
|
<div class="w-full h-full overflow-hidden bg-white rounded-xl">
|
|
<section
|
|
class="flex flex-col items-center justify-center min-h-screen p-8 space-y-8 text-white bg-green-500"
|
|
>
|
|
<h2 class="text-4xl font-bold text-center">
|
|
Unleash Your Full Potential and Transform Your Life <br />
|
|
</h2>
|
|
<h1 class="text-6xl font-bold text-center">Become a Vision Architect</h1>
|
|
|
|
<p class="text-xl text-center">
|
|
We are committed to creating an amazing life experience for every human
|
|
on the planet. Our mission is to foster a world where everyone can
|
|
thrive in abundance, excitement, and creativity. We envision a
|
|
sustainable green planet and future cities where innovation and nature
|
|
coexist harmoniously.
|
|
</p>
|
|
<h3 class="text-2xl">
|
|
Stand Up NOW, Break Free And Follow Your Passions
|
|
</h3>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- <div class="bg-white">myPKP {data.myPKP}</div> -->
|
|
|
|
<!-- <button on:click={trigger}>Sign Request</button> -->
|