Components
A modern dark-themed Text Flip Layout component featuring a smooth rotating word animation, glassy UI elements, and responsive layout design. Perfect for hero sections and landing pages.
Loading preview...
import { Component } from "@/components/ui/text-flip-layout";
export default function DemoOne() {
return <Component />;
}