Components
Animated 3d hero section with unique procedural glitch and ascii effects. Includes film grain and bloom post processing and a navbar
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/artificial-heroLoading preview...
import { Component } from "@/components/ui/artificial-hero";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };