diff --git a/src/components/ContextMenu.astro b/src/components/ContextMenu.astro new file mode 100644 index 0000000..601ba55 --- /dev/null +++ b/src/components/ContextMenu.astro @@ -0,0 +1,429 @@ +--- +// Context-aware custom right-click menu +const navItems = [ + { href: '/', label: 'Home' }, + { href: '/dev', label: 'Dev' }, + { href: '/blog', label: 'Blog' }, + { href: '/hubert', label: 'Hubert' }, + { href: '/contact', label: 'Contact' }, +]; +--- + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +