src/components/background-wallpaper-1.tsximport { clsx } from 'clsx'interface BackgroundWallpaper1Props {className?: string}export function BackgroundWallpaper1({ className }: BackgroundWallpaper1Props) {return (<svgclassName={clsx('absolute inset-0 w-full h-full opacity-[0.04] z-0',className)}aria-hidden="true"><defs><patternid="cross-pattern"width="60"height="60"
Showing the first 20 lines.
Get full code