Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative"> {/* Dual Gradient Overlay Swapped Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` linear-gradient(to right, rgba(229,231,235,0.8) 1px, transparent 1px), linear-gradient(to bottom, rgba(229,231,235,0.8) 1px, transparent 1px), radial-gradient(circle 500px at 20% 20%, rgba(139,92,246,0.3), transparent), radial-gradient(circle 500px at 80% 80%, rgba(59,130,246,0.3), transparent) `, backgroundSize: "48px 48px, 48px 48px, 100% 100%, 100% 100%", }} /> {/* Your Content/Components */}</div>