fix(frontend): restore background image on landing page by removing gradient override
This commit is contained in:
@@ -4,7 +4,7 @@ import { LandingFeatures } from "./landing-features";
|
||||
|
||||
export function LandingPage() {
|
||||
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 */}
|
||||
<div
|
||||
className="landing-orb"
|
||||
|
||||
Reference in New Issue
Block a user