import { MenuConfig } from "@/config/types";

export const MENU_HEADER: MenuConfig = [
  {
    title: 'Resources',
    path: '#'
  },
  {
    title: 'Support',
    path: '#'
  },
  {
    title: 'Pricing',
    path: '#'
  },
];
