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"> {/* Soft Rose Glow Dual Corners Background */} <div className="absolute inset-0 z-0 pointer-events-none" style={{ backgroundImage: ` radial-gradient(circle 850px at 10% 10%, #f984e5, transparent), radial-gradient(circle 850px at 90% 90%, #f984e5, transparent) `, }} /> {/* Your Content Here */} </div>