"use client"; import React, { memo } from "react"; import { cls } from "@/lib/utils"; interface NoiseGradientBackgroundProps { className?: string; } const NoiseGradientBackground = ({ className = "" }: NoiseGradientBackgroundProps) => { return (