Skip to content

Commit fc8840d

Browse files
committed
docs: modified front page
1 parent e5871ed commit fc8840d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

apps/website/src/routes/docs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default component$(() => {
66
});
77

88
export const head: DocumentHead = {
9-
title: 'QwikUI',
9+
title: 'Qwik UI',
1010
};

apps/website/src/routes/index.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ export default component$(() => {
66
return (
77
<div class="flex flex-col gap-8">
88
<h1 class="text-3xl lg:text-5xl text-center leading-normal font-bold">
9-
Headless components for the <br />
9+
<span class="text-[var(--qwik-light-purple)]">Qwik</span>{' '}
10+
<span class="text-[var(--qwik-light-blue)]">UI</span>
11+
</h1>
12+
<h2 class="text-2xl lg:text-4xl text-center leading-normal font-bold">
13+
Headless or opinionated components for the <br />
1014
<span class="text-[var(--qwik-light-blue)] leading-normal">
1115
next-generation framework
1216
</span>
13-
</h1>
17+
</h2>
1418
<p class="text-xl lg:text-2xl text-center font-medium">
15-
Pick a kit and start building the future{' '}
19+
Choose a kit and start building the future{' '}
1620
<span class="hue-rotate-[150deg]"></span>
1721
</p>
1822
<div class="gap-8 flex flex-col lg:flex-row w-full justify-center justify-items-center">

0 commit comments

Comments
 (0)