@@ -153,6 +153,56 @@ export default function HomePage() {
153153 </ div >
154154 </ motion . div >
155155
156+ { /* Contributors */ }
157+ < div className = "px-4 mb-6" >
158+ < h2 className = "text-xl text-transparent bg-clip-text bg-gradient-to-r from-[#FF6B9D] to-[#FF8B5A] mb-4" >
159+ 🙌 만든 사람들
160+ </ h2 >
161+ < div className = "bg-white rounded-2xl p-5 shadow-lg border border-orange-100" >
162+ < div className = "mb-4" >
163+ < p className = "text-xs text-gray-500 mb-2" > Powered by</ p >
164+ < div className = "flex flex-wrap gap-2" >
165+ < span className = "px-3 py-1 bg-gradient-to-r from-purple-500 to-indigo-500 text-white text-xs rounded-full" > Claude Code</ span >
166+ < span className = "px-3 py-1 bg-gradient-to-r from-blue-500 to-cyan-500 text-white text-xs rounded-full" > Antigravity</ span >
167+ < span className = "px-3 py-1 bg-gradient-to-r from-pink-500 to-rose-500 text-white text-xs rounded-full" > Figma Make</ span >
168+ </ div >
169+ </ div >
170+ < div className = "border-t border-gray-100 pt-4" >
171+ < p className = "text-xs text-gray-500 mb-3" > Contributors</ p >
172+ < div className = "space-y-2 text-sm" >
173+ < div className = "flex justify-between items-center" >
174+ < span className = "font-medium text-gray-800" > 박수빈</ span >
175+ < span className = "text-xs text-gray-500" > 프론트엔드, UX/UI</ span >
176+ </ div >
177+ < div className = "flex justify-between items-center" >
178+ < span className = "font-medium text-gray-800" > 강신우</ span >
179+ < span className = "text-xs text-gray-500" > 백엔드, DB설계, QR & QnA 로직 </ span >
180+ </ div >
181+ < div className = "flex justify-between items-center" >
182+ < span className = "font-medium text-gray-800" > 조성진</ span >
183+ < span className = "text-xs text-gray-500" > 사용자 서명 이펙트</ span >
184+ </ div >
185+ < div className = "flex justify-between items-center" >
186+ < span className = "font-medium text-gray-800" > 김현</ span >
187+ < span className = "text-xs text-gray-500" > 퀴즈 설계</ span >
188+ </ div >
189+ < div className = "flex justify-between items-center" >
190+ < span className = "font-medium text-gray-800" > 홍민지</ span >
191+ < span className = "text-xs text-gray-500" > 지도 기능</ span >
192+ </ div >
193+ < div className = "flex justify-between items-center" >
194+ < span className = "font-medium text-gray-800" > 신현길</ span >
195+ < span className = "text-xs text-gray-500" > 개인 식별 방법</ span >
196+ </ div >
197+ < div className = "flex justify-between items-center" >
198+ < span className = "font-medium text-gray-800" > 조해창</ span >
199+ < span className = "text-xs text-gray-500" > 나머지 잔업</ span >
200+ </ div >
201+ </ div >
202+ </ div >
203+ </ div >
204+ </ div >
205+
156206 { /* Live Status */ }
157207 < div className = "px-4 mb-6 relative" >
158208 < div className = "absolute -top-10 -right-4 w-24 h-24 z-10" >
@@ -275,6 +325,7 @@ export default function HomePage() {
275325 </ h2 >
276326 < DigitalBadge />
277327 </ div >
328+
278329 </ div >
279330 ) ;
280331}
0 commit comments