Components
Loading preview...
Hero sections are the first thing users see when they visit your site. They are a great way to showcase your product and its features.
@subhadeeproy3902
npx shadcn@latest add https://21st.dev/r/subhadeeproy3902/hero"use client"
import Globe3D from "@/components/blocks/hero"
export function Demo(){
return (
<Globe3D />
)
}