Components
Loading preview...
A modern hero section for your AI Platform
@mdadul
npx shadcn@latest add https://21st.dev/r/mdadul/a-modern-hero-sectionimport HeroSection from "@/components/ui/a-modern-hero-section";
const DemoOne = () => {
return <HeroSection />;
};
export { DemoOne };