@@ -215,10 +215,16 @@ function HomeContent() {
215215 description = "더 게을러지기위해 더 똑똑해지기"
216216 extraContent = {
217217 < div className = "text-muted-foreground" >
218- < p >
218+ < p className = "mb-2" >
219219 세상을 게으르게 만들기 위해 발전하고 싶은 프론트엔드 개발자입니다.
220220 🚀
221221 </ p >
222+ < a href = "https://myhits.vercel.app" >
223+ < img
224+ src = "https://myhits.vercel.app/api/hit/https%3A%2F%2Flazy-dinosaur.github.io%2F?color=green& label = Hits & size = medium "
225+ alt = "Hits"
226+ />
227+ </ a >
222228 </ div >
223229 }
224230 />
@@ -262,7 +268,7 @@ function HomeContent() {
262268 exit = { { opacity : 0 , height : 0 } }
263269 transition = { {
264270 height : { duration : 0.3 , ease : "easeInOut" } ,
265- opacity : { duration : 0.2 }
271+ opacity : { duration : 0.2 } ,
266272 } }
267273 className = "overflow-hidden"
268274 >
@@ -373,9 +379,25 @@ function HomeContent() {
373379 ) : posts . length > 0 ? (
374380 < div className = "flex justify-center items-center min-h-[400px]" >
375381 < div className = "flex flex-col items-center gap-4" >
376- < svg className = "animate-spin h-12 w-12 text-primary" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" >
377- < circle className = "opacity-25" cx = "12" cy = "12" r = "10" stroke = "currentColor" strokeWidth = "4" > </ circle >
378- < path className = "opacity-75" fill = "currentColor" d = "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" > </ path >
382+ < svg
383+ className = "animate-spin h-12 w-12 text-primary"
384+ xmlns = "http://www.w3.org/2000/svg"
385+ fill = "none"
386+ viewBox = "0 0 24 24"
387+ >
388+ < circle
389+ className = "opacity-25"
390+ cx = "12"
391+ cy = "12"
392+ r = "10"
393+ stroke = "currentColor"
394+ strokeWidth = "4"
395+ > </ circle >
396+ < path
397+ className = "opacity-75"
398+ fill = "currentColor"
399+ d = "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
400+ > </ path >
379401 </ svg >
380402 < p className = "text-muted-foreground" > 포스트를 불러오는 중...</ p >
381403 </ div >
@@ -500,17 +522,35 @@ function HomeContent() {
500522
501523export default function Home ( ) {
502524 return (
503- < Suspense fallback = {
504- < div className = "flex justify-center items-center min-h-screen" >
505- < div className = "flex flex-col items-center gap-4" >
506- < svg className = "animate-spin h-16 w-16 text-primary" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" >
507- < circle className = "opacity-25" cx = "12" cy = "12" r = "10" stroke = "currentColor" strokeWidth = "4" > </ circle >
508- < path className = "opacity-75" fill = "currentColor" d = "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z" > </ path >
509- </ svg >
510- < p className = "text-lg text-muted-foreground" > 로딩 중...</ p >
525+ < Suspense
526+ fallback = {
527+ < div className = "flex justify-center items-center min-h-screen" >
528+ < div className = "flex flex-col items-center gap-4" >
529+ < svg
530+ className = "animate-spin h-16 w-16 text-primary"
531+ xmlns = "http://www.w3.org/2000/svg"
532+ fill = "none"
533+ viewBox = "0 0 24 24"
534+ >
535+ < circle
536+ className = "opacity-25"
537+ cx = "12"
538+ cy = "12"
539+ r = "10"
540+ stroke = "currentColor"
541+ strokeWidth = "4"
542+ > </ circle >
543+ < path
544+ className = "opacity-75"
545+ fill = "currentColor"
546+ d = "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
547+ > </ path >
548+ </ svg >
549+ < p className = "text-lg text-muted-foreground" > 로딩 중...</ p >
550+ </ div >
511551 </ div >
512- </ div >
513- } >
552+ }
553+ >
514554 < HomeContent />
515555 </ Suspense >
516556 ) ;
0 commit comments