Components
A vibrant dark-mode hero section with a job search form, gradient effects, responsive nav, and mobile toggle support. Ideal for hiring platforms and AI-assisted marketplaces.
Loading preview...
import { HeroGradientSearch } from "@/components/ui/hero-gradient-with-search";
export default function DemoOne() {
return <HeroGradientSearch />;
}