@@ -61,22 +61,37 @@ export const NextUIProSection = () => {
61
61
< div className = "z-30 flex w-screen h-full flex-col items-start justify-center leading-8 pt-4" >
62
62
< Chip
63
63
classNames = { {
64
- base : "my-2 bg-gradient-to-r from-blue-300 to-blue-500 font-semibold " ,
65
- content : "font-medium text-default-900 " ,
64
+ base : "ml-0.5 transition-colors bg-gradient-to-br from-cyan-600 to-blue-600 " ,
65
+ content : "text-tiny font-semibold " ,
66
66
} }
67
67
color = "primary"
68
68
size = "sm"
69
- variant = "flat"
70
69
>
71
70
PRO
72
71
</ Chip >
73
- < div className = { titleWrapper ( { class : "inline md:block" } ) } >
74
- < h1 className = { title ( { size : "lg" } ) } > Ship </ h1 >
75
- < h1 className = { title ( { size : "lg" , color : "blue" } ) } > faster </ h1 >
76
- < h1 className = { title ( { size : "lg" } ) } > with </ h1 >
72
+ < div className = { titleWrapper ( { class : "mt-2 inline md:block" } ) } >
73
+ < h1 className = { title ( { size : "lg" , class : "[text-shadow:_0_3px_0_rgb(0_0_0_/_10%)]" } ) } >
74
+ Ship
75
+ </ h1 >
76
+ < h1
77
+ className = { title ( {
78
+ size : "lg" ,
79
+ color : "blue" ,
80
+ class : "[text-shadow:_0_3px_0_rgb(0_0_0_/_10%)]" ,
81
+ } ) }
82
+ >
83
+ faster
84
+ </ h1 >
85
+ < h1 className = { title ( { size : "lg" , class : "[text-shadow:_0_3px_0_rgb(0_0_0_/_10%)]" } ) } >
86
+ with
87
+ </ h1 >
77
88
< div className = "flex flex-col sm:flex-row" >
78
- < h1 className = { title ( { size : "lg" } ) } > beautiful </ h1 >
79
- < h1 className = { title ( { size : "lg" } ) } > components</ h1 >
89
+ < h1 className = { title ( { size : "lg" , class : "[text-shadow:_0_3px_0_rgb(0_0_0_/_10%)]" } ) } >
90
+ beautiful
91
+ </ h1 >
92
+ < h1 className = { title ( { size : "lg" , class : "[text-shadow:_0_3px_0_rgb(0_0_0_/_10%)]" } ) } >
93
+ components
94
+ </ h1 >
80
95
</ div >
81
96
</ div >
82
97
< p className = { subtitle ( { class : "pr-12 text-foreground-500" } ) } >
@@ -108,6 +123,7 @@ export const NextUIProSection = () => {
108
123
color = "primary"
109
124
href = "https://nextui.pro?utm_source=nextui.org& utm_medium = nextui - homepage - section "
110
125
rel = "noopener noreferrer"
126
+ target = "_blank"
111
127
>
112
128
Explore NextUI Pro
113
129
< svg
@@ -140,7 +156,7 @@ export const NextUIProSection = () => {
140
156
< div className = "overflow-hidden" >
141
157
< Marquee
142
158
vertical
143
- className = "h-78 w-screen mt-4 md:absolute md:top-0 md:inset-0 isolate md:max-h-dvh"
159
+ className = "h-78 hidden md:flex w-screen mt-4 md:absolute md:top-0 md:inset-0 isolate md:max-h-dvh"
144
160
duration = { isMobile ? 240 : 60 }
145
161
>
146
162
< img
0 commit comments