item.id === 11),
- )
- " />
+ menuStore.navigateToItem(menuStore.menuItems?.find((item:any) => item.id === 11)) " />
{{ userStore.user }}
@@ -122,10 +119,7 @@
item.id === 11),
- )
- " />
+ menuStore.navigateToItem(menuStore.menuItems?.find((item:any) => item.id === 11)) " />
{{ userStore.user }}
@@ -195,12 +189,7 @@
- item.id === 11),
- )
- " />
+ item.id === 11)) " />
diff --git a/components/section/FooterBlock.vue b/components/section/FooterBlock.vue
index f5ce3a1..da816c1 100644
--- a/components/section/FooterBlock.vue
+++ b/components/section/FooterBlock.vue
@@ -12,7 +12,7 @@
{{ item }}
-
{{ $t("Footer.Lei") }}
+
{{ $t("footer_lei") }}
diff --git a/components/section/InvestmentBlock.vue b/components/section/InvestmentBlock.vue
new file mode 100644
index 0000000..4f57da0
--- /dev/null
+++ b/components/section/InvestmentBlock.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+ {{ component.front_section_lang.at(0).data.drawing_up_a_proposal_for_asave_contract }}
+
+
+
+
+
+ {{ component.front_section_lang.at(0).data.simulation_of_the_contract_proposal }}
+
+
{{ component.front_section_lang.at(0).data.monthly_savings }}
+
+
+ {{ formater.price(store.monthlySavings) }}
+
+
+
+
+
+ {{ store.storagePeriod }}
+
+
+
+
+
+
+
+ {{ component.front_section_lang.at(0).data.details_of_the_contract_proposal }}
+
+
+ {{ component.front_section_lang.at(0).data.current_price_per_bar }}
+ {{ formater.price(investmentStore.calculationResult.calculator_output.investment_piece.price) }}
+
+
+
+ {{ component.front_section_lang.at(0).data.money_for_spend }}
+ {{ formater.price(investmentStore.calculationResult.calculator_output.money_spent) }}
+
+
+ {{ component.front_section_lang.at(0).data.weight_per_bar }}
+ {{ getWeight }}
+
+
+ {{ component.front_section_lang.at(0).data.count }}
+ {{ investmentStore.calculationResult.calculator_output.max_pieces_in_package }}
+
+
+
+ {{ component.front_section_lang.at(0).data.contract_type }}
+ 50/50
+
+
+ {{ component.front_section_lang.at(0).data.special_fee }}
+ {{ formater.price(investmentStore.calculationResult.calculator_output.total_input_price_increase) }}
+
+
+
+
+
+
+
+
+
+ {{ component.front_section_lang.at(0).data.graphic_simulation_of_future_profits }}
+
+
+
+
+
+
+
+
+ {{ component.front_section_lang.at(0).data.summary_of_the_contract_proposal }}
+
+
+
+ {{ component.front_section_lang.at(0).data.save }}
+ {{ component.front_section_lang.at(0).data.expected_value_of_savings }}
+
+
+
+ {{ formater.price(investmentStore.calculationResult.calculator_output.total_investement_value)
+ }}
+
+
+
![]()
+
{{ investmentStore.calculationResult.calculator_output.investment_piece.name }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/section/InvestmentZone.vue b/components/section/InvestmentZone.vue
index 8461bb6..0ec91a4 100644
--- a/components/section/InvestmentZone.vue
+++ b/components/section/InvestmentZone.vue
@@ -73,22 +73,11 @@
{{ $t("monthly_savings") }}
-
- {{ store.monthlySavings }}
- {{ menuStore.selectedCurrency?.sign }}
+
+ {{ formater.price(store.monthlySavings) }}
-
+
- {{ menuStore.selectedCurrency?.sign }} {{ store.totalInvestment }}
+ {{ formater.price(store.totalInvestment) }}
-
- {{
- component.front_section_lang[0].data.button
- }}
-
+
+
+ {{ component.front_section_lang[0].data.button }}
+
+