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() {
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user