-
-
+
+
+

+
+
+
\ No newline at end of file
diff --git a/src/pages/about-us/product.vue b/src/pages/about-us/title.vue
similarity index 55%
rename from src/pages/about-us/product.vue
rename to src/pages/about-us/title.vue
index 7472a97..3756260 100644
--- a/src/pages/about-us/product.vue
+++ b/src/pages/about-us/title.vue
@@ -16,15 +16,30 @@ defineExpose({})
const {} = toRefs(data);
-
-
- 1231312
- 1231312
-
+
\ No newline at end of file
diff --git a/src/pages/about-us/video.vue b/src/pages/about-us/video.vue
deleted file mode 100644
index 93eda4a..0000000
--- a/src/pages/about-us/video.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/routes.ts b/src/routes.ts
index 649fd3d..a6c60f2 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -1,7 +1,7 @@
import type { RouteRecordRaw } from 'vue-router'
-import AboutView from './pages/AboutView.vue'
+import AboutView from './pages/about-us/index.vue'
import ContactView from './pages/ContactView.vue'
-import HomeView from './pages/home/index.vue'
+import HomeView from './pages/HomeView.vue'
import ProductsView from './pages/ProductsView.vue'
export const routes: RouteRecordRaw[] = [