Text Animation component to make the shadow colors match the text color with lower opacity,
import { TextAnimation } from "@/components/ui/text-aimation"; export default function DemoOne() { return <TextAnimation text="21st.dev" />; }