const SITE_CONFIG = {
siteName: "leaksdaily",
siteIcon: "", // Empty to use the actual logo image instead of icon
api: {
// Auto-detect API base URL
baseUrl: window.location.origin,
endpoints: {
models: '/leaksdaily',
modelsApi: '/api/models',
trackView: '/api/track-view',
trackClick: '/api/track-click',
clickStatus: '/api/click-status',
redeemKey: '/api/redeem-key',
checkKey: '/api/check-key',
creators: '/api/models/creators',
adminLogin: '/api/admin/login',
adminDashboard: '/api/admin/dashboard',
adminBanKey: '/api/admin/ban-key',
adminUnbanKey: '/api/admin/unban-key',
advancedSearch: '/api/models/advanced-search',
category: '/api/models/category'
}
},
navigation: {
primaryLinks: [
{
text: "Buy",
icon: "fas fa-shopping-cart",
url: "/pricing",
target: "_self"
},
{
text: "Terms",
icon: "fas fa-file-contract",
url: "/terms",
target: "_self"
}
],
specialButton: {
text: "Premium",
icon: "fas fa-star",
url: "/pricing",
target: "_self"
}
},
language: {
current: "English",
flag: "fas fa-flag"
},
ageModal: {
title: "This site is for adults only!",
description: "By entering this website, I confirm that I am 18 years of age or older and I agree to the Terms of Service.",
buttons: {
language: "English",
login: "Login",
confirm: "I am 18 or older"
},
termsUrl: "#terms"
},
searchPlaceholder: "Search & Filter",
tabs: [
{
id: "new",
text: "New",
icon: "fas fa-clock",
active: true
},
{
id: "talents",
text: "Talents",
icon: "fas fa-star",
active: false
}
],
contentData: [],
theme: {
primary: "#ff4757",
secondary: "#4a90e2",
accent: "#2a2a3e",
background: "linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)",
text: "#ffffff",
textSecondary: "#cccccc"
},
socialLinks: [
{
platform: "telegram",
icon: "fas fa-paper-plane",
url: "https://t.me/leaksup"
}
],
seo: {
title: "leaksdaily - Premium Content Platform",
description: "Access exclusive premium content on leaksdaily platform",
keywords: "premium,content,platform,exclusive"
}
};
if (typeof module !== 'undefined' && module.exports) {
module.exports = SITE_CONFIG;
}