"use client"; /** * Reusable soft gradient background (glassmorphism / ethereal). * Soft gradient base + blurred blobs (cyan, lavender, teal) for frosted glow. * Use with a parent that has page-soft-bg and relative overflow-hidden. * Wrap page content in a container with relative z-10. */ export function Background() { return (
{/* Top-left: light airy blue / cyan */}
{/* Mid / center-right: subtle lavender */}
{/* Bottom-right: soft green / teal */}
); }