diff --git a/front/components.d.ts b/front/components.d.ts index 0c227c8..b8680fa 100644 --- a/front/components.d.ts +++ b/front/components.d.ts @@ -10,7 +10,7 @@ declare module 'vue' { Composer: typeof import('./src/components/Promo/composer.vue')['default'] Env: typeof import('./src/components/Promo/env.vue')['default'] Floorplan: typeof import('./src/components/Floorplan/index.vue')['default'] - Gallery: typeof import('./src/components/Gallery/gallery.vue')['default'] + Gallery: typeof import('./src/components/Gallery/index.vue')['default'] Game: typeof import('./src/components/Game.vue')['default'] Home: typeof import('./src/components/Home.vue')['default'] IIconMdiHomeOutline: typeof import('~icons/ic/on-mdi-home-outline')['default'] @@ -32,7 +32,7 @@ declare module 'vue' { IMdiPlusCircle: typeof import('~icons/mdi/plus-circle')['default'] IMdiShop: typeof import('~icons/mdi/shop')['default'] IMdiVideo3d: typeof import('~icons/mdi/video3d')['default'] - Item: typeof import('./src/components/Floorplan/item.vue')['default'] + Item: typeof import('./src/components/Gallery/item.vue')['default'] IUilAngleLeft: typeof import('~icons/uil/angle-left')['default'] IUilAngleLeftB: typeof import('~icons/uil/angle-left-b')['default'] IUilAngleRightB: typeof import('~icons/uil/angle-right-b')['default'] diff --git a/front/src/assets/pointer/0.png b/front/src/assets/pointer/0.png new file mode 100644 index 0000000..dba1927 Binary files /dev/null and b/front/src/assets/pointer/0.png differ diff --git a/front/src/assets/pointer/1.png b/front/src/assets/pointer/1.png new file mode 100644 index 0000000..eccee1c Binary files /dev/null and b/front/src/assets/pointer/1.png differ diff --git a/front/src/assets/pointer/2.png b/front/src/assets/pointer/2.png new file mode 100644 index 0000000..adcc0e7 Binary files /dev/null and b/front/src/assets/pointer/2.png differ diff --git a/front/src/assets/pointer/3.png b/front/src/assets/pointer/3.png new file mode 100644 index 0000000..8b9ebb8 Binary files /dev/null and b/front/src/assets/pointer/3.png differ diff --git a/front/src/assets/pointer/4.png b/front/src/assets/pointer/4.png new file mode 100644 index 0000000..52a441b Binary files /dev/null and b/front/src/assets/pointer/4.png differ diff --git a/front/src/assets/pointer/5.png b/front/src/assets/pointer/5.png new file mode 100644 index 0000000..ae9e627 Binary files /dev/null and b/front/src/assets/pointer/5.png differ diff --git a/front/src/assets/pointer/Point_isom_1.png b/front/src/assets/pointer/Point_isom_1.png new file mode 100644 index 0000000..614d20a Binary files /dev/null and b/front/src/assets/pointer/Point_isom_1.png differ diff --git a/front/src/components/Gallery/index.vue b/front/src/components/Gallery/index.vue index f253a71..253da1d 100644 --- a/front/src/components/Gallery/index.vue +++ b/front/src/components/Gallery/index.vue @@ -1,7 +1,7 @@