@@ -155,7 +155,10 @@ export default async function Home() {
155
155
156
156
< section className = "container max-w-6xl mx-auto px-4 lg:px-0 flex flex-col lg:flex-row gap-12 lg:gap-16 lg:grid-cols-2 my-36" >
157
157
< div className = "w-full lg:w-3/5" >
158
- < Text as = "h2" > Easily Customize to Your Own Needs! 🛠️</ Text >
158
+ < Text as = "h2" >
159
+ Easily < span className = "text-outlined" > Customize</ span > to Your Own
160
+ Needs! 🛠️
161
+ </ Text >
159
162
< div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
160
163
< Text className = "text-xl" >
161
164
Copy-Paste Ready: Components that you can just copy paste.
@@ -183,7 +186,8 @@ export default async function Home() {
183
186
184
187
< section className = "container max-w-6xl mx-auto bg-[url('/images/starts_bg.svg')] bg-cover bg-no-repeat py-12" >
185
188
< Text as = "h2" className = "text-center mb-28" >
186
- A Growing Community of < br /> Developers and Designers.
189
+ A < span className = "text-outlined" > Growing</ span > Community of < br /> { " " }
190
+ Developers and Designers.
187
191
</ Text >
188
192
189
193
< div className = "grid grid-cols-1 md:grid-cols-2 gap-12 max-w-2xl mx-auto" >
@@ -192,7 +196,7 @@ export default async function Home() {
192
196
Github Stars
193
197
</ Text >
194
198
< Text as = "h1" className = "text-outlined text-7xl lg:text-8xl" >
195
- 150 +
199
+ 230 +
196
200
</ Text >
197
201
< Image
198
202
src = "/images/shooting_star.svg"
@@ -220,6 +224,83 @@ export default async function Home() {
220
224
</ div >
221
225
</ section >
222
226
227
+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 my-48" >
228
+ < Text as = "h2" className = "text-center mb-28" >
229
+ Works With Both < span className = "text-outlined" > SSR</ span > and{ " " }
230
+ < span className = "text-outlined" > SPA</ span > Applications.
231
+ </ Text >
232
+
233
+ < div className = "grid grid-cols-5 lg:grid-cols-5 gap-8 lg:gap-6 max-w-2xl mx-auto items-center" >
234
+ < Image
235
+ src = "/images/logos/vite.png"
236
+ alt = "vite"
237
+ width = { 60 }
238
+ height = { 60 }
239
+ />
240
+ < Image
241
+ src = "/images/logos/nextjs.png"
242
+ alt = "nextjs"
243
+ width = { 60 }
244
+ height = { 60 }
245
+ />
246
+ < Image
247
+ src = "/images/logos/remix.png"
248
+ alt = "remix"
249
+ width = { 55 }
250
+ height = { 55 }
251
+ />
252
+ < Image
253
+ src = "/images/logos/astro.png"
254
+ alt = "astro"
255
+ width = { 55 }
256
+ height = { 55 }
257
+ />
258
+ < Image
259
+ src = "/images/logos/gatsby.png"
260
+ alt = "gatsby"
261
+ width = { 60 }
262
+ height = { 60 }
263
+ />
264
+ </ div >
265
+ </ section >
266
+
267
+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 items-center my-36" >
268
+ < div className = "w-full" >
269
+ < Text as = "h2" >
270
+ The < span className = "text-outlined" > Figma</ span > UI Kit You Were
271
+ Looking For!
272
+ </ Text >
273
+ < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
274
+ < Text className = "text-xl" >
275
+ - Based on the design foundation of RetroUI.
276
+ </ Text >
277
+ < Text className = "text-xl" >
278
+ - Comes with 60+ UI elements like cards, modals, stats, etc .
279
+ </ Text >
280
+ < Text className = "text-xl" >
281
+ - Get Lifetime update of new versions.
282
+ </ Text >
283
+ </ div >
284
+
285
+ < Button id = "checkout-figma-kit" data-umami-event = "checkout-figma-kit" >
286
+ < Link
287
+ href = "https://buy.polar.sh/polar_cl_lDjYITXPX3VSsoGl2UfxIZqiinJ9xVn4y9YAP1ApYcJ"
288
+ target = "_blank"
289
+ >
290
+ Checkout Now
291
+ </ Link >
292
+ </ Button >
293
+ </ div >
294
+ < div className = "w-full" >
295
+ < Image
296
+ src = "/images/figma-banner.png"
297
+ width = { 800 }
298
+ height = { 800 }
299
+ alt = "retroui code showcase"
300
+ />
301
+ </ div >
302
+ </ section >
303
+
223
304
< section className = "container max-w-6xl mx-auto border-2 bg-primary-400 border-black py-16 px-4 lg:p-16 my-36" >
224
305
< Text as = "h2" className = "text-center mb-2" >
225
306
Community Contributors
0 commit comments