diff --git a/assets/fonts.css b/assets/fonts.css deleted file mode 100644 index 2085195..0000000 --- a/assets/fonts.css +++ /dev/null @@ -1,7 +0,0 @@ -@font-face { - font-family: "Bounded"; - src: url("/fonts/Bounded/Bounded-Variable.ttf") format("truetype"); - font-weight: 100 900; - font-style: normal; - font-display: swap; -} diff --git a/bun.lock b/bun.lock index 4bb130f..2bc6c6c 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,6 @@ "@tailwindcss/vite": "^4.1.8", "@vueuse/core": "^13.3.0", "nuxt": "^3.17.4", - "pocketbase": "^0.26.0", "tailwindcss": "^4.1.7", "vue": "^3.5.14", "vue-router": "^4.5.1", @@ -1827,8 +1826,6 @@ "pluralize": ["pluralize@8.0.0", "", {}, "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="], - "pocketbase": ["pocketbase@0.26.1", "", {}, "sha512-fjcPDpxyqTZCwqGUTPUV7vssIsNMqHxk9GxbhxYHPEf18RqX2d9cpSqbbHk7aas30jqkgptuKfG7aY/Mytjj3g=="], - "portfinder": ["portfinder@1.0.37", "", { "dependencies": { "async": "^3.2.6", "debug": "^4.3.6" } }, "sha512-yuGIEjDAYnnOex9ddMnKZEMFE0CcGo6zbfzDklkmT1m5z734ss6JMzN9rNB3+RR7iS+F10D4/BVIaXOyh8PQKw=="], "possible-typed-array-names": ["possible-typed-array-names@1.1.0", "", {}, "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg=="], diff --git a/components/CountryCurrencySelector.vue b/components/CountryCurrencySelector.vue index ce3d577..ad157c7 100644 --- a/components/CountryCurrencySelector.vue +++ b/components/CountryCurrencySelector.vue @@ -3,7 +3,7 @@ - {{ menuStore.selectedCountry }}/{{ menuStore.selectedCurrency?.iso_code }} + {{ $session.cookieData.value.country.iso_code }}/{{ $session.cookieData.value.currency.iso_code }}
@@ -15,7 +15,7 @@ class="bg-inherit w-full ring-0 cursor-pointer focus:ring-0 outline-none focus-visible:ring-0 space-y-1">
- {{ menuStore.selectedCountry }}
@@ -23,12 +23,9 @@
-

+ v-for="item in menuStore.countries" :key="item.iso_code"> {{ item?.name }}

@@ -41,7 +38,7 @@ class="bg-inherit w-full ring-0 cursor-pointer focus:ring-0 outline-none focus-visible:ring-0 space-y-1">
- {{ menuStore.selectedCurrency?.iso_code }}
@@ -49,12 +46,9 @@
-

+ v-for="item in menuStore.currencies" :key="item.iso_code"> {{ item?.name }}

@@ -69,6 +63,8 @@ diff --git a/components/MapBlock.vue b/components/MapBlock.vue index d5e5046..32d7228 100644 --- a/components/MapBlock.vue +++ b/components/MapBlock.vue @@ -1,251 +1,142 @@ diff --git a/components/section/AboutGoldMain.vue b/components/section/AboutGoldMain.vue index 34aec6d..562382a 100644 --- a/components/section/AboutGoldMain.vue +++ b/components/section/AboutGoldMain.vue @@ -11,7 +11,9 @@

{{ component.front_section_lang[0].data.description }}

- {{ $t('buy_gold') }} + + {{ $t('buy_gold') }} +

{{ component.front_section_lang[0].data.section_2.title }}

-

{{ item - }}

+

+ {{ item }} +

-

{{ component.front_section_lang[0].data.section_3.title }} +

{{ + component.front_section_lang[0].data.section_3.title }}

diff --git a/components/section/MainHero.vue b/components/section/MainHero.vue index 6ec8d44..29c0ed7 100644 --- a/components/section/MainHero.vue +++ b/components/section/MainHero.vue @@ -29,8 +29,7 @@ diff --git a/components/section/RegistrationMain.vue b/components/section/RegistrationMain.vue index 7edd626..3739dc5 100644 --- a/components/section/RegistrationMain.vue +++ b/components/section/RegistrationMain.vue @@ -1,7 +1,7 @@