Added new floor and outlet

This commit is contained in:
sairaj mote 2023-04-07 02:50:21 +05:30
parent ba86e14c14
commit eb63644c53

View File

@ -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') {