import { MotionHighlight } from '@/registry/effects/motion-highlight'; const TABS = [ { value: 'tab-1', title: 'Tab 1', description: 'Tab 1 description', }, { value: 'tab-2', title: 'Tab 2', description: 'Tab 2 description', }, { value: 'tab-3', title: 'Tab 3', description: 'Tab 3 description', }, ]; export const MotionHighlightTabsHoverDemo = () => { return (