Components
Hero component is an interactive landing-section built with React, Framer Motion, and a custom mask-based reveal system. It creates a dynamic, spotlight-style hover effect that reveals alternate content inside a circular mask that follows the user’s cursor (or touch position on mobile)
Loading preview...
import { Hero } from "@/components/ui/mask-reveal-hero";
export default function DemoOne() {
return <Hero />;
}