@@ -285,45 +285,6 @@ export default async function Home() {
285285 </ div >
286286 </ section >
287287
288- < section className = "container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 gap-8 items-center my-36" >
289- < div className = "w-full" >
290- < Text as = "h2" >
291- Ship Faster With < span className = "text-outlined" > RetroUI Pro</ span > !
292- </ Text >
293- < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground" >
294- < Text className = "text-lg" >
295- - Based on the design foundation of RetroUI.
296- </ Text >
297- < Text className = "text-lg" >
298- - Over 50+ premium ready-to-use components.
299- </ Text >
300- < Text className = "text-lg" >
301- - Complete pre-built website templates.
302- </ Text >
303- < Text className = "text-lg" >
304- - Lifetime access to all future updates.
305- </ Text >
306- </ div >
307-
308- < Link
309- id = "checkout-figma-kit"
310- data-umami-event = "checkout-figma-kit"
311- href = "https://dub.sh/retroui-pro"
312- target = "_blank"
313- >
314- < Button > Checkout Now</ Button >
315- </ Link >
316- </ div >
317- < div className = "w-full" >
318- < Image
319- src = "/images/figma-banner.png"
320- width = { 800 }
321- height = { 800 }
322- alt = "retroui code showcase"
323- />
324- </ div >
325- </ section >
326-
327288 < section className = "container max-w-6xl mx-auto border-2 bg-primary border-black py-16 px-4 lg:p-16 my-36" >
328289 < Text as = "h2" className = "text-center mb-2" >
329290 Community Contributors
@@ -356,20 +317,59 @@ export default async function Home() {
356317 target = "_blank"
357318 passHref
358319 >
359- < Button className = "flex items-center bg-white" variant = "outline" >
320+ < Button className = "bg-white" variant = "outline" >
360321 < GithubIcon size = "16" className = "mr-2" />
361322 Star on Github
362323 </ Button >
363324 </ Link >
364325 < Link href = "https://discord.gg/Jum3NJxK6Q" target = "_blank" passHref >
365- < Button className = "flex items-center bg-white" variant = "outline" >
326+ < Button className = "bg-white" variant = "outline" >
366327 < MessageCircle size = "16" className = "mr-2" />
367328 Join Community
368329 </ Button >
369330 </ Link >
370331 </ div >
371332 </ section >
372333
334+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 grid grid-cols-1 lg:grid-cols-2 gap-8 items-center my-36" >
335+ < div className = "w-full" >
336+ < Text as = "h2" >
337+ 🚀 Ship < span className = "text-outlined" > Faster</ span > With Pro
338+ Blocks and Templates!
339+ </ Text >
340+ < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground" >
341+ < Text className = "text-lg" >
342+ - Based on the design foundation of RetroUI.
343+ </ Text >
344+ < Text className = "text-lg" >
345+ - Over 50+ premium ready-to-use components.
346+ </ Text >
347+ < Text className = "text-lg" >
348+ - Complete pre-built website templates.
349+ </ Text >
350+ < Text className = "text-lg" >
351+ - Lifetime access to all future updates.
352+ </ Text >
353+ </ div >
354+
355+ < Link
356+ id = "checkout-figma-kit"
357+ data-umami-event = "checkout-figma-kit"
358+ href = "https://dub.sh/retroui-pro"
359+ target = "_blank"
360+ >
361+ < Button > Explore Blocks</ Button >
362+ </ Link >
363+ </ div >
364+ < div className = "w-full" >
365+ < Image
366+ src = "/images/figma-banner.png"
367+ width = { 800 }
368+ height = { 800 }
369+ alt = "retroui code showcase"
370+ />
371+ </ div >
372+ </ section >
373373 < footer className = "bg-black py-8" >
374374 < div className = "container max-w-6xl mx-auto flex flex-col lg:flex-row space-y-4 lg:space-y-0 justify-between items-center" >
375375 < div className = "flex justify-center space-x-4" >
0 commit comments