File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ export default component$(() => {
6
6
} ) ;
7
7
8
8
export const head : DocumentHead = {
9
- title : 'QwikUI ' ,
9
+ title : 'Qwik UI ' ,
10
10
} ;
Original file line number Diff line number Diff line change @@ -6,13 +6,17 @@ export default component$(() => {
6
6
return (
7
7
< div class = "flex flex-col gap-8" >
8
8
< 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 />
10
14
< span class = "text-[var(--qwik-light-blue)] leading-normal" >
11
15
next-generation framework
12
16
</ span >
13
- </ h1 >
17
+ </ h2 >
14
18
< 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{ ' ' }
16
20
< span class = "hue-rotate-[150deg]" > ⚡</ span >
17
21
</ p >
18
22
< div class = "gap-8 flex flex-col lg:flex-row w-full justify-center justify-items-center" >
You can’t perform that action at this time.
0 commit comments