// cpanel - site_templates/countdown_medical/assets/config.js.tt Copyright(c) 2016 cPanel, Inc.
//                                                          All rights Reserved.
// copyright@cpanel.net                                        http://cpanel.net
// This code is subject to the cPanel license. Unauthorized copying is prohibited

window.cpanel = {
    data: {
        email: "hello@klinikpearlcity.com",
        logo: "Klinik Pearl City",
        social: [
            
            {
                icon: 'facebook',
                link: "https:\/\/www.facebook.com\/pearlcityclinic"
            },
            
            
            
            
            
            
        ]
    },
    style: {
        primary: "#fe0100",
    },
    slides: [
        {
            type: 'countdown',
            backgroundImage: "",
            backgroundColor: "#02fcfa",
            color: "",
            buttonText: "",
            buttonLink: "",
            endTime: '',
            content: "We are currently working on our new website. Please send us an email at hello @ klinikpearlcity.com if you have any questions.",
        }
    ]
};