Components
A visually polished 2D wave that brings a webpage to life. It supports light and dark themes and features dramatic, multi-point lighting.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/hero-sectionLoading preview...
import { HeroSection } from "@/components/ui/hero-section";
export default function DemoOne() {
return (
<div className="App">
<HeroSection />
</div>
);
}