Update Top.tsx

This commit is contained in:
암냥 2025-11-15 19:05:46 +09:00 committed by GitHub
commit 5a1cde43f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ export default function Top() {
} }
}} }}
> >
<Image {/* <Image
src={"/char.avif"} src={"/char.avif"}
alt="character" alt="character"
width={4096} width={4096}
@ -98,7 +98,7 @@ export default function Top() {
className="w-[50vh] lg:w-[30vw] translate-y-[10%] transition-transform duration-100 ease-out" className="w-[50vh] lg:w-[30vw] translate-y-[10%] transition-transform duration-100 ease-out"
unoptimized unoptimized
onClick={requestPermission} onClick={requestPermission}
/> /> */} {/* 이제 그런 애는 없어 */}
</div> </div>
</section> </section>
); );