25 lines
705 B
JavaScript
25 lines
705 B
JavaScript
const SITE_CONFIG = {
|
|
googleTagManagerId: "GTM-MFN88L24",
|
|
siteUrl: "https://www.tutosportexpert.com",
|
|
siteUrlAliases: [
|
|
"https://tutosportexpert.com",
|
|
"https://www.tutosportexpert.com",
|
|
],
|
|
stripe: {
|
|
publishableKey:
|
|
"pk_live_51QblVdAVnr0yCjVxfn0VB0H62Kjdpfly5Cg8mVenw34xBvSavUoWCmDZJISEYme3y3nf9SXrA2GUFngt5dHHPa0N00mCehFE2N",
|
|
pricingTableIds: {
|
|
fr: "prctbl_1TjY4mAVnr0yCjVxprPlzN6a",
|
|
en: "prctbl_1TjYLDAVnr0yCjVxbfn2vzkN",
|
|
es: "prctbl_1TjYM8AVnr0yCjVx3hmFKXx3",
|
|
pt: "prctbl_1TjYMtAVnr0yCjVxKNiktdBr",
|
|
},
|
|
},
|
|
socialLinks: {
|
|
instagram: "https://instagram.com/tutosportexpert",
|
|
facebook: "#",
|
|
tiktok: "#",
|
|
linkedin: "#",
|
|
},
|
|
};
|