Skip to content

Commit 8c6265b

Browse files
committed
🥟 Update landing page
1 parent 60835ae commit 8c6265b

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

gyoza/src/routes/+page.svelte

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
1-
<div class="prose prose-invert prose-zinc">
2-
<h1>Number One</h1>
3-
<h2>Number Two</h2>
4-
<h3>Number Three</h3>
5-
<h4>Number Four</h4>
6-
<h5>Number Five</h5>
7-
<h6>Number Six</h6>
8-
</div>
1+
<main class="flex flex-col max-w-7xl mx-auto p-4">
2+
<div class="pt-40 pb-20">
3+
<div class="flex">
4+
<span class="self-center px-4">xxx</span>
5+
<h1 class="text-6xl font-bold">This is Izakaya landing page</h1>
6+
</div>
7+
<div class="text-2xl text-zinc-500">with Vite + SvelteKit + TanStack Query</div>
8+
</div>
9+
10+
<div class="py-20 flex justify-center">
11+
<div class="flex flex-col text-center">
12+
<div class="text-xl">Social proof is excellent for assurance.</div>
13+
<div class="text-sm text-zinc-400">— Bob Bobbins in <cite>the Big Company</cite></div>
14+
</div>
15+
</div>
16+
17+
<section class="py-20 cyan">
18+
<header>Core Message</header>
19+
<p>
20+
This is why you should use this service or product, and how it will change your life
21+
forever.
22+
</p>
23+
</section>
24+
</main>
25+
26+
<style>
27+
section {
28+
@apply text-5xl leading-tight font-light;
29+
}
30+
section.cyan header {
31+
@apply text-cyan-400 mb-5;
32+
}
33+
</style>

0 commit comments

Comments
 (0)