25 lines
713 B
JavaScript
25 lines
713 B
JavaScript
const SITE_CONFIG = {
|
|
googleTagManagerId: "GTM-WTMNS3J8",
|
|
siteUrl: "https://preprod.tutosportexpert.com",
|
|
siteUrlAliases: [
|
|
"https://tutosportexpert.com",
|
|
"https://preprod.tutosportexpert.com",
|
|
],
|
|
stripe: {
|
|
publishableKey:
|
|
"pk_test_51QblVdAVnr0yCjVxvGKVEnsFExwJ5MJHrfpZha3hUdu6M1boWMVfo69sBvsaMAKPsnusWqI4JoDzsxgxjYOnzEot00ESickqIW",
|
|
pricingTableIds: {
|
|
fr: "prctbl_1TihgyAVnr0yCjVxitGGF6te",
|
|
en: "prctbl_1Tif1XAVnr0yCjVxU6YR803D",
|
|
es: "prctbl_1Tif20AVnr0yCjVxkV0GyCMy",
|
|
pt: "prctbl_1TifbgAVnr0yCjVxxjJTNQfC",
|
|
},
|
|
},
|
|
socialLinks: {
|
|
instagram: "https://instagram.com/tutosportexpert",
|
|
facebook: "#",
|
|
tiktok: "#",
|
|
linkedin: "#",
|
|
},
|
|
};
|