Components
Hero section with floating side panel navigation and an animated dynamic abstract background
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/revolution-heroLoading preview...
import { Component } from "@/components/ui/revolution-hero";
export default function DemoOne() {
return <Component />;
}