@@ -26,67 +26,66 @@ export default component$(() => {
26
26
Choose a kit and start building the future{ ' ' }
27
27
< span class = "hue-rotate-[150deg]" > ⚡</ span >
28
28
</ p >
29
- < div class = "flex flex-wrap justify-center justify-items-center gap-8 " >
29
+ < div class = "mt-4 flex flex-wrap justify-center justify-items-center gap-14 " >
30
30
< a
31
31
href = { `/docs/headless/introduction` }
32
- class = "ease-step shadow-light-medium dark:shadow-dark-high relative block rounded-b-xl rounded-t-md border-2 border-slate-700 outline-[1px] duration-150 hover:scale-[1.025] focus:scale-[1.025] dark:border-slate-400"
32
+ class = "ease-step shadow-light-medium dark:shadow-dark-high relative block rounded-b-xl rounded-t-md border-2 border-slate-300 outline-[1px] duration-150 hover:scale-[1.025] focus:scale-[1.025] dark:border-slate-400"
33
33
>
34
34
< Card class = "max-w-[450px]" >
35
35
< CardImage
36
- src = { `/images/qwikui-hero .webp` }
36
+ src = { `/images/qwik-ui-headless-cta .webp` }
37
37
width = "611"
38
38
height = "408"
39
39
alt = { `fluffy kit` }
40
40
class = "h-64 w-full
41
41
rounded-t-[.125rem] bg-gradient-to-r from-[var(--qwik-light-blue)] to-[var(--qwik-light-purple)] object-cover"
42
42
/>
43
43
< CardBody
44
- class = { `border-t-[2px] border-slate-700 px-8 py-6 dark:border-slate-400` }
44
+ class = { `border-t-[2px] border-slate-400 px-8 py-6 dark:border-slate-400` }
45
45
>
46
- < CardTitle class = "flex items-center justify-between text-xl font-bold" >
47
- < span > Qwik UI Headless </ span >
46
+ < CardTitle class = "flex justify-between text-xl font-bold" >
47
+ < span > Headless Qwik Components </ span >
48
48
</ CardTitle >
49
49
< p class = "mt-2 leading-normal" >
50
- Qwik primitives that are{ ' ' }
50
+ Qwik components which are{ ' ' }
51
51
< strong > unstyled, accessible, and open-source</ strong > , designed for
52
52
creating high-quality web applications and design systems.
53
53
</ p >
54
54
</ CardBody >
55
55
</ Card >
56
- < span class = "border-qwikui-purple-600 bg-qwikui-purple-500 shadow-dark-medium text-outline-purple-title absolute left-[5px] top-[5px] rounded-md border-[1px] px-2 py-1 text-[12px] font-bold tracking-wide text-white" >
56
+ { /* <span class="border-qwikui-purple-600 bg-qwikui-purple-500 shadow-dark-medium text-outline-purple-title absolute left-[5px] top-[5px] rounded-md border-[1px] px-2 py-1 text-[12px] font-bold tracking-wide text-white">
57
57
Core Package
58
- </ span >
58
+ </span> */ }
59
59
</ a >
60
60
{ featureFlags ?. showFluffy && (
61
61
< a
62
62
href = { `/docs/fluffy/introduction` }
63
- class = " ease-step shadow-light-medium dark:shadow-dark-high relative block
64
- rounded-b-xl
65
- rounded-t-md border-2 border-2 border-slate-700 duration-150 hover:scale-[1.025] focus:scale-[1.025] dark:border-slate-400"
63
+ class = "ease-step shadow-light-medium dark:shadow-dark-high relative block
64
+ rounded-b-xl rounded-t-md border-2 border-slate-300 duration-150 hover:scale-[1.025] focus:scale-[1.025] dark:border-slate-400"
66
65
>
67
66
< Card class = "max-w-[450px] overflow-hidden" >
68
67
< CardImage
69
- src = { `/images/fluffy-hero .webp` }
68
+ src = { `/images/qwik-ui- fluffy-creature .webp` }
70
69
width = "611"
71
70
height = "408"
72
71
alt = { `fluffy kit` }
73
72
class = "h-64 rounded-t-[.125rem] object-cover"
74
73
/>
75
74
< CardBody
76
- class = { `border-t-[2px] border-slate-700 bg-transparent px-8 py-6 dark:border-slate-400` }
75
+ class = { `border-t-[2px] border-slate-300 bg-transparent px-8 py-6 dark:border-slate-400` }
77
76
>
78
77
< CardTitle class = "flex items-center justify-between text-xl font-bold" >
79
- < span > Fluffy</ span >
78
+ < span > Fluffy (Styled) Qwik Components </ span >
80
79
</ CardTitle >
81
80
< p class = "mt-2 leading-normal" >
82
- A collection of beautifully crafted, < strong > copy paste</ strong > { ' ' }
81
+ A collection of beautifully crafted, < strong > copy paste</ strong > Qwik
83
82
components that can be integrated into your applications with ease.
84
83
</ p >
85
84
</ CardBody >
86
85
</ Card >
87
- < span class = "border-qwikui-blue-600 bg-qwikui-blue-500 shadow-dark-medium text-outline-blue-title absolute left-[5px] top-[5px] rounded-md border-[1px] px-2 py-1 text-[12px] font-bold tracking-wide text-white" >
86
+ { /* <span class="border-qwikui-blue-600 bg-qwikui-blue-500 shadow-dark-medium text-outline-blue-title absolute left-[5px] top-[5px] rounded-md border-[1px] px-2 py-1 text-[12px] font-bold tracking-wide text-white">
88
87
Experimental
89
- </ span >
88
+ </span> */ }
90
89
</ a >
91
90
) }
92
91
</ div >
0 commit comments