@@ -37,42 +37,25 @@ export function HeroSection() {
3737 initial = { false }
3838 animate = { { opacity : 1 , y : 0 } }
3939 transition = { { duration : 0.5 , delay : 0.25 } }
40- className = "flex flex-col items-center mb-12 "
40+ className = "flex flex-col items-center"
4141 >
42- < div className = "flex flex-col items-center" >
43- < a
44- href = "https://peerlist.io/aashuu/project/enough-aashuu"
45- target = "_blank"
46- rel = "noreferrer"
47- className = "inline-block hover:scale-[1.02] transition-transform shadow-[0_0_30px_rgba(0,0,0,0.5)] rounded-xl"
48- aria-label = "Enough Aashuu Project Spotlight Badge"
49- data-umami-event = "click peerlist"
50- data-umami-event-source = "iconlogo"
51- >
52- < img
53- src = "https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
54- alt = "enough aashuu"
55- style = { { width : "auto" , height : "64px" } }
56- />
57- </ a >
58- < a
59- href = "https://peerlist.io/aashuu/project/enough-aashuu"
60- target = "_blank"
61- rel = "noreferrer"
62- className = "inline-block hover:scale-[1.02] transition-transform shadow-[0_0_30px_rgba(0,0,0,0.5)] rounded-xl mt-3"
63- aria-label = "Enough Aashuu on Peerlist"
64- data-umami-event = "click peerlist"
65- data-umami-event-source = "iconlogo"
66- >
67- < img
68- src = "https://peerlist.io/api/v1/projects/embed/PRJHNN7JQ6QA9KKLJ1OA9AK8O9AQP8?showUpvote=true& theme = dark "
69- alt = "enough aashuu"
70- style = { { width : "auto" , height : "72px" } }
71- />
72- </ a >
73- </ div >
42+ < a
43+ href = "https://peerlist.io/aashuu/project/enough-aashuu"
44+ target = "_blank"
45+ rel = "noreferrer"
46+ className = "mb-4"
47+ aria-label = "Enough Aashuu on Peerlist"
48+ data-umami-event = "click peerlist"
49+ data-umami-event-source = "iconlogo"
50+ >
51+ < img
52+ src = "https://peerlist.io/api/v1/projects/embed/PRJHNN7JQ6QA9KKLJ1OA9AK8O9AQP8?showUpvote=true& theme = dark "
53+ alt = "enough aashuu"
54+ style = { { width : "auto" , height : "72px" } }
55+ />
56+ </ a >
7457
75- < div className = "inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/10 text-sm md:text-base text-gray-300 mb-10 mt-8 " >
58+ < div className = "inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/10 text-sm md:text-base text-gray-300 mb-10" >
7659 < span className = "relative flex h-2 w-2" >
7760 < span className = "animate-ping absolute inline-flex h-full w-full rounded-full bg-orange-400 opacity-75" />
7861 < span className = "relative inline-flex rounded-full h-2 w-2 bg-orange-500" />
0 commit comments