This component renders a modern, animated dock with icon tooltips and a reflection effect, inspired by macOS.
import MinimalistDock from "@/components/ui/minimal-dock"; export default function DemoOne() { return <MinimalistDock />; }