a animation which reveals glow text "Himawari" on hover
Loading preview...
import { Component } from "@/components/ui/slide-glow-button"; export default function DemoOne() { return <Component />; }