Components
Loading preview...
A modern hero section with tabs, animated border and crisp fading background lines framing the hero images.
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/hero-195-1import { Hero195 } from "@/components/ui/hero-195";
const DemoOne = () => {
return (
<Hero195 />
);
};
export { DemoOne };