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