Skip to content

Instantly share code, notes, and snippets.

@chase-cove
chase-cove / heroimage.tsx
Created July 15, 2022 17:15
Background Blur
const HeroImage = ({ imageUrl, siteName, userName }: HeroImageProps) => {
return (
<div
className="flex w-full relative z-40"
style={{
height: '15.79rem',
}}
>
<div
className="w-full h-full top-0 left-0 absolute bg-no-repeat bg-cover bg-center"