import { cn } from "@/lib/utils"; import { ContainerScroll } from "@/components/ui/container-scroll-animation"; import { type LatestRelease } from "@/types/release"; export default function HeroSection({ release }: { release: LatestRelease }) { return (
{/* Radial gradient for the container to give a faded look */}

The next-gen truly cross-platform
Video Downloader

} release={release} > neodlp-mockup
); }