ok
This commit is contained in:
17
src/components/Candy.tsx
Normal file
17
src/components/Candy.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
'use client'
|
||||
|
||||
import Image from 'next/image'
|
||||
|
||||
export function Candy() {
|
||||
return (
|
||||
<div className="hidden lg:block absolute bottom-4 left-1/6 -translate-x-1/2">
|
||||
<Image
|
||||
src="/images/candy.gif"
|
||||
alt="Candy"
|
||||
width={600}
|
||||
height={600}
|
||||
unoptimized
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user