import type React from "react" import { cn } from "@/lib/utils" interface BackgroundWrapperProps { children: React.ReactNode } export default function BackgroundWrapper({ children }: BackgroundWrapperProps) { return (