fix(frontend): restore background image on landing page by removing gradient override

This commit is contained in:
2026-05-29 00:59:07 +02:00
parent a97507cc15
commit 95ea633e78

View File

@@ -4,7 +4,7 @@ import { LandingFeatures } from "./landing-features";
export function LandingPage() { export function LandingPage() {
return ( return (
<div className="landing-bg min-h-screen relative overflow-hidden font-sans"> <div className="min-h-screen relative overflow-hidden font-sans">
{/* Ambient orbs */} {/* Ambient orbs */}
<div <div
className="landing-orb" className="landing-orb"