@@ -69,9 +69,8 @@ export default async function Home() {
6969
7070 < Text as = "h1" className = "text-5xl lg:text-6xl" >
7171 Make your projects
72- </ Text >
73- < Text as = "h1" className = "text-5xl lg:text-6xl text-outlined" >
74- stand out!
72+ < br />
73+ < span className = "text-outlined" > stand out!</ span >
7574 </ Text >
7675
7776 < p className = "text-lg text-muted-foreground mb-8 mt-4" >
@@ -80,7 +79,7 @@ export default async function Home() {
8079 into your projects.
8180 </ p >
8281
83- < div className = "max-w-96 grid gap-4 grid-cols-2 mx-auto lg:mx-0 " >
82+ < div className = "flex space-x-4 " >
8483 < Link href = "/docs" passHref >
8584 < Button
8685 className = "w-full"
@@ -89,17 +88,13 @@ export default async function Home() {
8988 Get Started
9089 </ Button >
9190 </ Link >
92- < Link
93- href = "https://github.com/Logging-Stuff/retroui"
94- target = "_blank"
95- passHref
96- >
91+ < Link href = "https://pro.retroui.dev/blocks" passHref >
9792 < Button
9893 className = "w-full"
9994 variant = "outline"
10095 aria-label = "Get Started with RetroUI"
10196 >
102- Github
97+ Browse Blocks
10398 </ Button >
10499 </ Link >
105100 </ div >
@@ -217,7 +212,7 @@ export default async function Home() {
217212 < Text as = "h3" className = "mb-2 font-sans" >
218213 Github Stars
219214 </ Text >
220- < Text as = "h1" className = "text-outlined text-7xl lg:text-8xl" >
215+ < Text className = "text-outlined text-7xl lg:text-8xl font-head " >
221216 350+
222217 </ Text >
223218 < Image
@@ -232,7 +227,7 @@ export default async function Home() {
232227 < Text as = "h3" className = "mb-2 font-sans" >
233228 Discord Members
234229 </ Text >
235- < Text as = "h1" className = "text-outlined text-7xl lg:text-8xl" >
230+ < Text className = "text-outlined text-7xl lg:text-8xl font-head " >
236231 100+
237232 </ Text >
238233 < Image
@@ -286,43 +281,6 @@ export default async function Home() {
286281 </ div >
287282 </ section >
288283
289- < 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" >
290- < div className = "w-full" >
291- < Text as = "h2" >
292- The < span className = "text-outlined" > Figma</ span > UI Kit You Were
293- Looking For!
294- </ Text >
295- < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground" >
296- < Text className = "text-lg" >
297- - Based on the design foundation of RetroUI.
298- </ Text >
299- < Text className = "text-lg" >
300- - Comes with 60+ UI elements like cards, modals, stats, etc .
301- </ Text >
302- < Text className = "text-lg" >
303- - Get Lifetime update of new versions.
304- </ Text >
305- </ div >
306-
307- < Link
308- id = "checkout-figma-kit"
309- data-umami-event = "checkout-figma-kit"
310- href = "https://dub.sh/retroui-figma"
311- target = "_blank"
312- >
313- < Button > Checkout Now</ Button >
314- </ Link >
315- </ div >
316- < div className = "w-full" >
317- < Image
318- src = "/images/figma-banner.png"
319- width = { 800 }
320- height = { 800 }
321- alt = "retroui code showcase"
322- />
323- </ div >
324- </ section >
325-
326284 < section className = "container max-w-6xl mx-auto border-2 bg-primary border-black py-16 px-4 lg:p-16 my-36" >
327285 < Text as = "h2" className = "text-center mb-2" >
328286 Community Contributors
@@ -355,20 +313,59 @@ export default async function Home() {
355313 target = "_blank"
356314 passHref
357315 >
358- < Button className = "flex items-center bg-white" variant = "outline" >
316+ < Button className = "bg-white" variant = "outline" >
359317 < GithubIcon size = "16" className = "mr-2" />
360318 Star on Github
361319 </ Button >
362320 </ Link >
363321 < Link href = "https://discord.gg/Jum3NJxK6Q" target = "_blank" passHref >
364- < Button className = "flex items-center bg-white" variant = "outline" >
322+ < Button className = "bg-white" variant = "outline" >
365323 < MessageCircle size = "16" className = "mr-2" />
366324 Join Community
367325 </ Button >
368326 </ Link >
369327 </ div >
370328 </ section >
371329
330+ < 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" >
331+ < div className = "w-full" >
332+ < Text as = "h2" >
333+ 🚀 Ship < span className = "text-outlined" > Faster</ span > With Pro
334+ Blocks and Templates!
335+ </ Text >
336+ < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted-foreground" >
337+ < Text className = "text-lg" >
338+ - Based on the design foundation of RetroUI.
339+ </ Text >
340+ < Text className = "text-lg" >
341+ - Over 50+ premium ready-to-use components.
342+ </ Text >
343+ < Text className = "text-lg" >
344+ - Complete pre-built website templates.
345+ </ Text >
346+ < Text className = "text-lg" >
347+ - Lifetime access to all future updates.
348+ </ Text >
349+ </ div >
350+
351+ < Link
352+ id = "checkout-figma-kit"
353+ data-umami-event = "checkout-figma-kit"
354+ href = "https://dub.sh/retroui-pro"
355+ target = "_blank"
356+ >
357+ < Button > Explore Blocks</ Button >
358+ </ Link >
359+ </ div >
360+ < div className = "w-full" >
361+ < Image
362+ src = "/images/figma-banner.png"
363+ width = { 800 }
364+ height = { 800 }
365+ alt = "retroui code showcase"
366+ />
367+ </ div >
368+ </ section >
372369 < footer className = "bg-black py-8" >
373370 < 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" >
374371 < div className = "flex justify-center space-x-4" >
0 commit comments