An interactive services section with a hoverable list that swaps a visual preview and reveals the active service's description, ideal for agency and portfolio pages.
import Services from "@/components/ui/services-02"; export default function Default() { return <Services />; }