From 17e976b8130862201a8b8b79a534a80b888e43d2 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 29 Apr 2024 11:38:27 +0000 Subject: [PATCH] feat: added more testimonials for restaurant --- src/data/testimonials/en.json | 12 ++++++++++++ src/data/testimonials/fr.json | 12 ++++++++++++ src/views/RestaurantView.vue | 4 +++- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/data/testimonials/en.json b/src/data/testimonials/en.json index 9e72bc8..50f93ff 100644 --- a/src/data/testimonials/en.json +++ b/src/data/testimonials/en.json @@ -23,6 +23,18 @@ "jobTitle": null, "industry": "startup" }, + { + "name": "Benjamin", + "description": "To provide people with the insentive to scan our magic link for our Insta page, we offer a free drink for every 100th person that scans. With the magic link we can easily redirect every 100th scan to a page that tells them they've won.", + "jobTitle": "O'Learys Pub Owner", + "industry": "food_and_beverage" + }, + { + "name": "Sophie", + "description": "As a café owner, using magic links on our loyalty cards has boosted customer engagement. By incentivizing scans, we offer exclusive rewards directly to smartphones, fostering loyalty and providing valuable insights for tailored experiences.", + "jobTitle": "Café Owner", + "industry": "food_and_beverage" + }, { "name": "Geraldine", "description": "Our magic links are setup so that people that scan the same property more than 2 times end up on a more personalised and direct contact page. It's been a great way to convert more real potential leads into buyers, and filter out those that are just curiously looking.", diff --git a/src/data/testimonials/fr.json b/src/data/testimonials/fr.json index 3d07857..2f8f65f 100644 --- a/src/data/testimonials/fr.json +++ b/src/data/testimonials/fr.json @@ -23,6 +23,18 @@ "jobTitle": null, "industry": "startup" }, + { + "name": "Benjamin", + "description": "Pour inciter les gens à scanner notre lien magique pour notre page Insta, nous offrons une boisson gratuite à chaque 100e personne qui scanne. Avec le lien magique, nous pouvons facilement rediriger chaque 100e scan vers une page qui leur dit qu'ils ont gagné.", + "jobTitle": "Propriétaire du Pub O'Learys", + "industry": "food_and_beverage" + }, + { + "name": "Sophie", + "description": "En tant que propriétaire de café, l'utilisation de liens magiques sur nos cartes de fidélité a stimulé l'engagement client. En incitant les scans, nous offrons des récompenses exclusives directement sur les smartphones, favorisant la fidélité et fournissant des informations précieuses pour des expériences sur mesure.", + "jobTitle": "Propriétaire de café", + "industry": "food_and_beverage" + }, { "name": "Géraldine", "description": "Nos liens magiques sont configurés de sorte que les personnes qui consultent la même propriété plus de 2 fois aboutissent sur une page de contact plus personnalisée et directe. Cela a été un excellent moyen de convertir davantage de véritables prospects en acheteurs, et de filtrer ceux qui ne font que regarder par simple curiosité.", diff --git a/src/views/RestaurantView.vue b/src/views/RestaurantView.vue index e0df420..88780a1 100644 --- a/src/views/RestaurantView.vue +++ b/src/views/RestaurantView.vue @@ -97,7 +97,9 @@ const assetUrl = (asset: string, extension = "png") =>