Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative overflow-hidden"> {/* Green Center Glow */} <div className="absolute inset-0 z-0 pointer-events-none" style={{ backgroundImage: ` radial-gradient(circle at center, #10b981, transparent) `, backgroundSize: `100% 100%` }} /> {/* Your Content Here */}</div>