"use client"; import React from "react"; export default function GridBackground() { return (
{/* Dynamic Ambient Glows */}
{/* Grid Pattern */}
{/* Decorative vertical lines */}
); }