/** @jsxImportSource @emotion/react */ import { memo } from 'react'; const BlurLayer = memo(({ zIndex }: { zIndex?: number }) => { return (