@@ -95,7 +95,7 @@ const Home = () => {
9595 < div className = "container mx-auto relative z-10" >
9696 < div className = "flex justify-center items-center mt-14 lg:mt-20 px-4" >
9797 < a
98- href = ""
98+ href = { `https://github.com/menloresearch/jan/releases/tag/ ${ lastVersion } ` }
9999 target = "_blank"
100100 rel = "noopener noreferrer"
101101 className = "bg-black/40 px-3 lg:px-4 rounded-full h-10 inline-flex items-center max-w-full animate-fade-in delay-100"
@@ -109,7 +109,7 @@ const Home = () => {
109109 </ span >
110110 </ a >
111111 </ div >
112- < div className = "mt-10 " >
112+ < div className = "mt-4 " >
113113 < div className = "text-center relative lg:w-1/2 mx-auto" >
114114 < div className = "flex flex-col lg:flex-row items-center justify-center gap-4 animate-fade-in-up delay-300" >
115115 < span >
@@ -127,12 +127,17 @@ const Home = () => {
127127 The best of open-source AI in an easy-to-use product.
128128 </ p >
129129 </ div >
130- < div className = "flex px-4 flex-col lg:flex-row items-center gap-4 w-full justify-center text-center animate-fade-in-up delay-600 mt-8 lg:mt-10" >
131- < DropdownButton
132- size = "xxl"
133- className = "w-full !rounded-[20px] lg:w-auto"
134- lastRelease = { lastRelease }
135- />
130+ < div className = "flex px-4 flex-col lg:flex-row items-start gap-4 w-full justify-center text-center animate-fade-in-up delay-600 mt-8 lg:mt-10" >
131+ < div >
132+ < DropdownButton
133+ size = "xxl"
134+ className = "w-full !rounded-[20px] lg:w-auto"
135+ lastRelease = { lastRelease }
136+ />
137+ < div className = "font-medium text-center mt-2 text-white" >
138+ +{ totalDownload ( release ) } downloads
139+ </ div >
140+ </ div >
136141 < a
137142 href = "https://discord.com/invite/FTk2MvZwJH"
138143 target = "_blank"
@@ -189,7 +194,8 @@ const Home = () => {
189194 </ defs >
190195 </ svg >
191196 < span className = "text-sm" >
192- { formatCompactNumber ( discordWidget . presence_count ) }
197+ 15k+
198+ { /* {formatCompactNumber(discordWidget.presence_count)} */ }
193199 </ span >
194200 </ div >
195201 </ Button >
@@ -198,7 +204,7 @@ const Home = () => {
198204 </ div >
199205 </ div >
200206
201- < div className = "absolute w-full bottom-0 left-0 flex justify-center" >
207+ < div className = "absolute w-full - bottom-10 left-0 flex justify-center" >
202208 < img
203209 className = "abs animate-float scale-[175%] md:scale-100"
204210 src = { CuteRobotFlyingPNG . src }
@@ -448,9 +454,10 @@ const Home = () => {
448454 < div className = "flex items-center gap-1 ml-3" >
449455 < IoMdPeople className = "size-5" />
450456 < span className = "text-sm" >
451- { formatCompactNumber (
457+ 15k+
458+ { /* {formatCompactNumber(
452459 discordWidget.presence_count
453- ) }
460+ )} */ }
454461 </ span >
455462 </ div >
456463 </ Button >
@@ -483,9 +490,10 @@ const Home = () => {
483490 < div className = "flex items-center gap-1 ml-3" >
484491 < IoMdPeople className = "size-5" />
485492 < span className = "text-sm" >
486- { formatCompactNumber (
493+ 15k+
494+ { /* {formatCompactNumber(
487495 discordWidget.presence_count
488- ) }
496+ )} */ }
489497 </ span >
490498 </ div >
491499 </ Button >
0 commit comments