Components
Loading preview...
Tailwind CSS Background Snippet
@bg.ibelick
npx shadcn@latest add https://21st.dev/r/bg.ibelick/tailwind-css-background-snippetimport { Hero } from "@/components/ui/tailwind-css-background-snippet";
export default function HeroDemo() {
return <Hero />;
}