Text Animation
import { Component } from "@/components/ui/text-animation"; const DemoOne = () => { return <Component />; }; export { DemoOne };