A staggered OSS hero with glowing orbs, metrics, and spring-blur enter, from the official Motion examples catalog.
"use client" import HeroStagger from "@/components/ui/motion-hero-stagger" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-6"> <HeroStagger /> </div> ) }