eny.space Landingpage
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hero): remove doubled layer

-2
-2
app/components/hero/hero.tsx
··· 1 1 import Image from "next/image"; 2 - import { HeroBackground } from "./hero-background"; 3 2 import { HeroLeft } from "./hero-left"; 4 3 import { HeroRight } from "./hero-right"; 5 4 6 5 export function Hero() { 7 6 return ( 8 7 <section className="relative flex min-h-[calc(100vh-3.5rem)] w-full flex-col justify-end overflow-hidden px-4 pb-12 pt-16 sm:px-6 sm:pt-24"> 9 - <HeroBackground /> 10 8 {/* Centered hero logo, moved higher with -mt-24 (negative margin top) */} 11 9 <div 12 10 className="pointer-events-none absolute inset-0 flex items-center justify-center opacity-15 -mt-24"