Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative"> {/* Emerald Glow Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(125% 125% at 50% 10%, #ffffff 40%, #10b981 100%) `, backgroundSize: "100% 100%", }} /> {/* Your Content/Components */}</div>