Components
Sleek designed Fully responsive hero section and navbar dark designed smooth animations
Loading preview...
import HeroWithNavbar from "@/components/ui/hero";
export default function DemoOne() {
return (
<div className='min-h-screen h-full w-full overflow-hidden'>
<HeroWithNavbar/>
</div>
);
}
Part of shadway — browse the full library on 21st.dev.