@@ -9,7 +9,7 @@ export default component$(() => {
9
9
< p class = "text-lg mb-16" >
10
10
Qwik UI is the first ever component library for the revolutionary Qwik web
11
11
framework. Developed by leading members of the Qwik community,{ ' ' }
12
- < mark class = "text-purple-300 bg-transparent" >
12
+ < mark class = "text-purple-500 dark:text-purple- 300 bg-transparent" >
13
13
including members from the Qwik team
14
14
</ mark >
15
15
, Qwik UI offers an open-source solution for building instant loading and
@@ -20,7 +20,9 @@ export default component$(() => {
20
20
< p class = "text-lg mb-16" >
21
21
Qwik UI is built for developers who want to harness the power of Qwik's
22
22
innovative{ ' ' }
23
- < mark class = "text-purple-300 bg-transparent" > JavaScript Streaming</ mark > { ' ' }
23
+ < mark class = "text-purple-500 dark:text-purple-300 bg-transparent" >
24
+ JavaScript Streaming
25
+ </ mark > { ' ' }
24
26
technology to create highly performant web applications with minimal effort.
25
27
Whether you're working on an e-commerce platform, a dashboard or any scale
26
28
application, Qwik UI provides the components and tools you need to deliver a
@@ -34,11 +36,11 @@ export default component$(() => {
34
36
Qwik's instant loading capabilities offer a significant advantage for e-commerce
35
37
and other search engine-facing applications. By ensuring the highest Core Web
36
38
Vitals scores, Qwik UI not only{ ' ' }
37
- < mark class = "text-purple-300 bg-transparent" >
39
+ < mark class = "text-purple-500 dark:text-purple- 300 bg-transparent" >
38
40
delivers an amazing user experience
39
41
</ mark > { ' ' }
40
42
but also helps{ ' ' }
41
- < mark class = "text-purple-300 bg-transparent" >
43
+ < mark class = "text-purple-500 dark:text-purple- 300 bg-transparent" >
42
44
improve your site's search engine rankings
43
45
</ mark >
44
46
. Stand out from the competition with a web application that loads instantly,
@@ -49,7 +51,7 @@ export default component$(() => {
49
51
< p class = "text-lg mb-16" >
50
52
In addition to performance and SEO advantages, Qwik UI components are designed
51
53
with accessibility in mind.{ ' ' }
52
- < mark class = "text-purple-300 bg-transparent" >
54
+ < mark class = "text-purple-500 dark:text-purple- 300 bg-transparent" >
53
55
We believe in creating inclusive web experiences
54
56
</ mark > { ' ' }
55
57
that cater to users of all abilities, and our components are built to adhere to
@@ -59,9 +61,11 @@ export default component$(() => {
59
61
< p class = "text-lg mb-16" >
60
62
Qwik UI is an open-source project, which means that it's freely available for
61
63
developers to use and contribute to. By fostering a{ ' ' }
62
- < mark class = "text-purple-300 bg-transparent" > community-driven approach</ mark > ,
63
- we aim to continuously improve and expand the capabilities of Qwik UI, making it
64
- the go-to component library for developers working the Qwik framework.
64
+ < mark class = "text-purple-500 dark:text-purple-300 bg-transparent" >
65
+ community-driven approach
66
+ </ mark >
67
+ , we aim to continuously improve and expand the capabilities of Qwik UI, making
68
+ it the go-to component library for developers working the Qwik framework.
65
69
</ p >
66
70
< p class = "text-lg mb-16" >
67
71
Join us in our mission to revolutionize web development and create instant
0 commit comments