Components
A dark navigation bar with an animated expanding mega-menu dropdown and a light hero section, inspired by the xAI marketing layout.
Loading preview...
import NavbarSectionTwo from "@/components/ui/navbar-section-2";
export default function DemoNavbarSectionTwo() {
return (
<div className="w-full">
<NavbarSectionTwo />
</div>
);
}