/**
* PageBackground - Reusable yellow-to-purple gradient background for main pages
* The sidebar keeps its dark textured look, but content pages get this vibrant gradient
*/
export function PageBackground() {
return (
{/* Main gradient from yellow through purple */}
{/* Radial gradient for depth */}
{/* Subtle bottom fade to keep it clean */}