background-wallpaper-1.tsx

src/components/background-wallpaper-1.tsx
import { clsx } from 'clsx'
interface BackgroundWallpaper1Props {
className?: string
}
export function BackgroundWallpaper1({ className }: BackgroundWallpaper1Props) {
return (
<svg
className={clsx(
'absolute inset-0 w-full h-full opacity-[0.04] z-0',
className
)}
aria-hidden="true"
>
<defs>
<pattern
id="cross-pattern"
width="60"
height="60"

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC