svg patternsvg fullpng fullcss gradientsvg blobsvg blend

svg blob in background

  1. add svg blob in the image component.
  2. make it absolute.
  3.  <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>