Components
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.
Loading preview...
"use client"
import Globe3D from "@/components/blocks/hero"
export function Demo(){
return (
<Globe3D />
)
}