Components
Loading preview...
Here is Hero Section component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/hero-section-4import HeroSection from "@/components/ui/hero-section-4";
export default function DemoOne() {
return <HeroSection />;
}