diff --git a/src/routes.ts b/src/routes.ts index e84355f..4c68388 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -13,7 +13,7 @@ export const routes: RouteRecordRaw[] = [ component: HomeView, }, { - path: 'about', + path: 'about-us', component: AboutView }, { @@ -22,7 +22,7 @@ export const routes: RouteRecordRaw[] = [ component: ProductsView }, { - path: 'contact', + path: 'contact-us', name: 'contact', component: ContactView },