svg blob in background
- add svg blob in the image component.
- make it absolute.
<h1 className='relative mx-auto py-10 text-center font-mono lowercase text-[] first-letter:capitalize lg:whitespace-nowrap'>
svg blob in background
<Image
alt=''
src={blob}
className='absolute -left-44 -top-20 scale-150'
/>
</h1>