'use client' import { motion } from 'framer-motion' export function GradientBackground() { return (
) }