A blue “HOVER” button that, on hover, animates into a black-and-white theme while changing its text to the word “WORLD” in a dynamic transition.
import { Component } from "@/components/ui/hover-blocks"; export default function DemoOne() { return <Component />; }