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 Blue Radial Background */} <div className="absolute inset-0 z-0" style={{ background: "#ffffff", backgroundImage: ` radial-gradient(circle at top center, rgba(59, 130, 246, 0.5),transparent 70%) `, }} /> {/* Your Content Here */}</div>