@@ -73,7 +73,7 @@ export default function Home() {
7373 < div className = "mt-3" >
7474 < Banners />
7575 < div className = "mt-3 flex flex-row flex-wrap items-center justify-center gap-4" >
76- < a
76+ < a
7777 href = "https://instagram.com/romanroman.nya"
7878 target = "_blank"
7979 rel = "noopener noreferrer"
@@ -97,7 +97,11 @@ export default function Home() {
9797 height = { 24 }
9898 />
9999 </ a >
100- < a href = "https://www.tiktok.com/@romanroman.nya" target = "_blank" rel = "noopener noreferrer" >
100+ < a
101+ href = "https://www.tiktok.com/@romanroman.nya"
102+ target = "_blank"
103+ rel = "noopener noreferrer"
104+ >
101105 < Image src = { tiktok } alt = "TikTok" width = { 24 } height = { 24 } />
102106 </ a >
103107 < a
@@ -112,7 +116,11 @@ export default function Home() {
112116 height = { 24 }
113117 />
114118 </ a >
115- < a href = "https://github.com/lrmn7" target = "_blank" rel = "noopener noreferrer" >
119+ < a
120+ href = "https://github.com/lrmn7"
121+ target = "_blank"
122+ rel = "noopener noreferrer"
123+ >
116124 < Image src = { github } alt = "GitHub" width = { 24 } height = { 24 } />
117125 </ a >
118126 < a
@@ -140,7 +148,7 @@ export default function Home() {
140148 />
141149 </ a >
142150 < a
143- href = "https://www.youtube.com/@lrmn_vp "
151+ href = "https://www.youtube.com/@lrmn_music "
144152 target = "_blank"
145153 rel = "noopener noreferrer"
146154 >
@@ -151,7 +159,11 @@ export default function Home() {
151159 height = { 24 }
152160 />
153161 </ a >
154- < a href = "https://medium.com/@lrmn" target = "_blank" rel = "noopener noreferrer" >
162+ < a
163+ href = "https://medium.com/@lrmn"
164+ target = "_blank"
165+ rel = "noopener noreferrer"
166+ >
155167 < Image src = { medium } alt = "Medium" width = { 24 } height = { 24 } />
156168 </ a >
157169
@@ -202,7 +214,7 @@ export default function Home() {
202214
203215 < div className = "bg-animate group mb-1 w-full cursor-pointer rounded bg-gradient-to-r from-zinc-900 via-zinc-600 to-zinc-900 text-sm text-zinc-400 shadow transition-all" >
204216 < a
205- href = "https://vp.lrmn.fun "
217+ href = "https://vp.lrmn.link/ "
206218 target = "_blank"
207219 rel = "noopener noreferrer nofollow"
208220 className = "w-full transition-all sm:hover:opacity-70"
@@ -245,8 +257,8 @@ export default function Home() {
245257 </ div >
246258
247259 < div className = "bg-animate group mb-1 w-full cursor-pointer rounded bg-gradient-to-r from-zinc-900 via-zinc-600 to-zinc-900 text-sm text-zinc-400 shadow transition-all" >
248- < a
249- href = "https://music.is-a.fun /"
260+ < a
261+ href = "https://music.lrmn.link /"
250262 target = "_blank"
251263 rel = "noopener noreferrer nofollow"
252264 className = "w-full transition-all sm:hover:opacity-70"
@@ -262,7 +274,7 @@ export default function Home() {
262274 title = "Nothing"
263275 className = "text-ellipsis text-[16px] text-zinc-400"
264276 >
265- Listen to My Music
277+ Music
266278 </ span >
267279 < span
268280 title = ""
@@ -431,17 +443,17 @@ export default function Home() {
431443 </ div >
432444 </ div >
433445 </ div >
434- < div className = "mb-4 flex justify-center" >
435- < div className = "flex items-center justify-center rounded-full bg-primary bg-opacity-90 text-xs font-medium text-banner " >
436- < footer >
437- < div className = "container mx-auto text-center" >
438- Made by TRAGIC in BOGOR
439- < p className = "text-gray text-s" >
440- © { new Date ( ) . getFullYear ( ) } L RMN. All rights reserved.
441- </ p >
442- </ div >
443- </ footer >
444- </ div >
446+ </ div >
447+ < div className = "mb-4 flex justify-center bg-primary" >
448+ < div className = "flex items-center justify-center rounded-full bg-primary bg-opacity-90 text-xs font-medium text-banner" >
449+ < footer >
450+ < div className = "container mx-auto text-center" >
451+ ✦ born from silence, built with purpose ✦
452+ < p className = "text-gray text-s" >
453+ { new Date ( ) . getFullYear ( ) } L RMN. All rights reserved.
454+ </ p >
455+ </ div >
456+ </ footer >
445457 </ div >
446458 </ div >
447459 </ div >
0 commit comments