You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
300 B
23 lines
300 B
1 year ago
|
export const sidebarLinks = [
|
||
|
{
|
||
|
route: "/",
|
||
|
label: "About us",
|
||
|
},
|
||
|
{
|
||
|
route: "/service",
|
||
|
label: "Service",
|
||
|
},
|
||
|
{
|
||
|
route: "/customers",
|
||
|
label: "Customers",
|
||
|
},
|
||
|
{
|
||
|
route: "/cost",
|
||
|
label: "Cost",
|
||
|
},
|
||
|
{
|
||
|
route: "/contactUs",
|
||
|
label: "Contact us",
|
||
|
},
|
||
|
];
|