An interactive typography component featuring sliced diagonal light layers, horizontal seam accents, 3D character rotation, and re-triggerable Framer Motion physics.
// This is a file with a demo for your component// That's what users will see in the preview// Create new files in this directory to add more demosimport KineticText from "@/components/ui/kinetic-text";// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMOexport default function DemoOne() { return <KineticText />;}