Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative bg-white"> {/* Soft Green Glow */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle at center, #8FFFB0, transparent) `, }} /> {/* Your Content/Components */}</div>