"use client"; import React from "react"; const Background = () => { return (
{/* Decorative glows */}
); }; export default Background;