diff --git a/src/locales/en.json b/src/locales/en.json index af21440..525acc5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -266,5 +266,7 @@ "FAQ": "FAQ", "Situations Novu.Link saves you from": "Situations Novu.Link saves you from", "How Novu.Link does even more": "How Novu.Link does even more", - "What our customers say": "What our customers say" + "What our customers say": "What our customers say", + "Get started": "Get started", + "Permanent QR codes exist as long as we’re around, and we don’t plan on going anywhere anytime soon.": "Permanent QR codes exist as long as we’re around, and we don’t plan on going anywhere anytime soon." } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index c118ff3..1c37f9b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -266,5 +266,7 @@ "FAQ": "FAQ", "Situations Novu.Link saves you from": "Situations où Novu.Link vous sauve", "How Novu.Link does even more": "Comment Novu.Link fait encore plus", - "What our customers say": "Ce que disent nos clients" + "What our customers say": "Ce que disent nos clients", + "Get started": "Commencer", + "Permanent QR codes exist as long as we’re around, and we don’t plan on going anywhere anytime soon.": "Les codes QR permanents existent tant que nous sommes là, et nous n'avons pas l'intention de partir de sitôt." } \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 26f762f..b8c3211 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -140,6 +140,23 @@ const scrollToTop = () => {

{{ faq.answer }}

+ + +
+
+

{{ $t("Get started") }}

+

+ {{ + $t( + "Permanent QR codes exist as long as we’re around, and we don’t plan on going anywhere anytime soon." + ) + }} +

+
+ + + +