From eb63644c53420be5cc07dd2b7b45d2e269914f03 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 7 Apr 2023 02:50:21 +0530 Subject: [PATCH] Added new floor and outlet --- assets/js/index.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/assets/js/index.js b/assets/js/index.js index e8a2de7..8a54c4b 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -369,7 +369,23 @@ const siteMap = [ ], } ], - }, + }, { + floor: 'El Salvador', + brief: ``, + outlets: [ + { + name: 'Token Room', + brief: `Token Room offers tokenized room rentals in El Salvador's Bitcoin Beach, El Zonte. Buy room nights without specifying dates and receive tokens in return. As the tokens appreciate, you can get more room nights or even resell your nights to other buyers. Join the Bitcoin revolution with Token Room.`, + outletLinks: [ + { + label: "Explore", + url: "https://ranchimall.github.io/reale/", + outbound: true, + } + ], + } + ] + } ]; function formatAmount(amount, currency = 'USD') {