Components
A visually rich hero section with animated typing text, glowing orbs, floating particles, and subtle 3D mouse interaction. Designed for modern landing pages to create an engaging first impression.
Loading preview...
import { Component } from "@/components/ui/animated-text-hero";
export default function DemoOne() {
return <Component />;
}