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