export const links = [ { name: "Pigeon Map", url: "/pigeon-map", sublinks: [ { name: "Pigeon Map Test", url: "/pigeon-map/test" } ] }, { name: "Mapbox", url: "/mapbox", sublinks: [ { name: "Mapbox Test", url: "/mapbox/test" } ] }, { name: "Map GL", url: "/map-gl", sublinks: [ { name: "Map GL Test", url: "/map-gl/test" } ] }, { name: "Leaflet Map", url: "/leaflet", sublinks: [ { name: "Leaflet Map Test", url: "/leaflet/test" } ] }, { name: "Google Map", url: "/google-map", sublinks: [ { name: "Google Map Test", url: "/google-map/test" } ] }, ];