{"id":381,"date":"2022-08-19T13:17:14","date_gmt":"2022-08-19T13:17:14","guid":{"rendered":"https:\/\/jemaniblue.com\/home-page\/"},"modified":"2024-02-20T16:14:35","modified_gmt":"2024-02-20T16:14:35","slug":"home-page","status":"publish","type":"page","link":"https:\/\/jemaniblue.com\/en\/","title":{"rendered":"Home page"},"content":{"rendered":"<section id=\"anchor-block_998f0120d584f5b157cfe41c55d0cea8\" class=\"block-1-hero \">\n    <div class=\"picture_wrapper slider\">\n        <div class=\"galerie imgs\">\n                            <div class=\"img\"><\/div>\n\n                            <div class=\"img\"><\/div>\n\n                    <\/div>\n                <div class=\"dots\"><\/div>\n    <\/div>\n    <\/section>\n\n<style>\n        .slider .img:nth-of-type(1) { background: url(\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/05\/Hero-2-2048x640.jpg\"); }\n        .slider .img:nth-of-type(2) { background: url(\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/09\/LUX_Banner-KOPIE.jpg\"); }\n    <\/style>\n\n\n<script>\n    {\n        const sliders = document.querySelectorAll(\".slider\");\n        \/\/ interval between switching images\n        \/\/ can't be less than your animation duration in css!\n        const interval = 5000;\n        \/\/ if you don't want to first animation last longer than other animations\n        \/\/ set animDuration (in miliseconds) to your value of animation duration in css\n        const animDuration = 600;\n\n        for (let i = 0; i < sliders.length; ++i) {\n            var slider = sliders[i];\n            var dots = slider.querySelector(\".dots\");\n            var sliderImgs = slider.querySelectorAll(\".img\");\n\n            var currImg = 0;\n            var prevImg = sliderImgs.length - 1;\n            var intrvl;\n            var timeout;\n\n            \/\/ Creates dots and add listeners to them\n            for (let i = 0; i < sliderImgs.length; ++i) {\n                const dot = document.createElement(\"div\");\n                dot.classList.add(\"dot\");\n                dots.appendChild(dot);\n                dot.addEventListener(\"click\", dotClick.bind(null, i), false);\n            }\n\n            var allDots = dots.querySelectorAll(\".dot\");\n            allDots[0].classList.add(\"active-dot\");\n\n            sliderImgs[0].style.left = \"0\";\n            timeout = setTimeout(() => {\n                animateSlider();\n                sliderImgs[0].style.left = \"\";\n                intrvl = setInterval(animateSlider, interval);\n            }, interval - animDuration);\n\n            \/**\n             * Animates images\n             * @param {number} [nextImg] - index of next image to show\n             * @param {boolean} [right = false] - animate to right\n             *\/\n            function animateSlider(nextImg, right) {\n                if (!nextImg)\n                    nextImg = currImg + 1 < sliderImgs.length ? currImg + 2 : 1;\n\n                --nextImg;\n                sliderImgs[prevImg].style.animationName = \"\";\n\n                if (!right) {\n                    sliderImgs[nextImg].style.animationName = \"leftNext\";\n                    sliderImgs[currImg].style.animationName = \"leftCurr\";\n                }\n                else {\n                    sliderImgs[nextImg].style.animationName = \"rightNext\";\n                    sliderImgs[currImg].style.animationName = \"rightCurr\";\n                }\n\n                prevImg = currImg;\n                currImg = nextImg;\n\n                currDot = allDots[currImg];\n                currDot.classList.add(\"active-dot\");\n                prevDot = allDots[prevImg];\n                prevDot.classList.remove(\"active-dot\");\n            }\n\n            \/**\n             * Decides if animate to left or right and highlights clicked dot\n             * @param {number} num - index of clicked dot\n             *\/\n            function dotClick(num) {\n                if (num == currImg)\n                    return false;\n\n                clearTimeout(timeout);\n                clearInterval(intrvl);\n\n                if (num > currImg)\n                    animateSlider(num + 1);\n                else\n                    animateSlider(num + 1, true);\n\n                intrvl = setInterval(animateSlider, interval);\n            }\n        }\n    }\n<\/script>\n\n<section id=\"anchor-block_9eaa199b2612aa1bc905c8cfc3308524\" class=\"block-2-text\">\n    <div class=\"container\">\n        <div class=\"subueberschrift\">\n            JEMANI BLUE AG        <\/div>\n        <h1 class=\"hauptueberschrift\">\n\t        MODULAR SHOWER SYSTEMS FOR ALL NEEDS        <\/h1>\n        <div class=\"text\">\n\t        <p>When you get into the shower after a long day, everything should be just right &#8211; the temperature, the water pressure and the height of the shower head. Depending on your individual needs, the water jet needs to invigorate, relax or cleanse optimally. Small and tall, slim and curvy shower users want to get their money&#8217;s worth. We ensure this with our customized shower systems for your customers.<\/p><br \/>\n<p>Our showers use the latest technology for increased energy efficiency, environmental compatibility and durability.<\/p><br \/>\n        <\/div>\n            <\/div>\n<\/section>\n\n\n<section id=\"anchor-block_2747a74f94d20ac1878aed6d044612ad\" class=\"block-3-bild-link-grid\">\n    <div class=\"container\">\n        <div class=\"subueberschrift\">\n\t\t\tOUR PRODUCTS        <\/div>\n        <h2 class=\"hauptueberschrift\">\n\t\t\tMATCHING BATHROOM IDEAS        <\/h2>\n        <div class=\"row\">\n\t                    <div class=\"col-sm-12 col-md-6\">\n                <a href=\"https:\/\/jemaniblue.com\/Produkte\/duschen\/\">\n                    <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/06\/Kat-Duschen-800x465.jpg\">\n                    <span class=\"grid_picture_title\">\n                        PRODUCTS                    <\/span>\n                <\/a>\n            <\/div>\n\t        \n\t                    <div class=\"col-sm-12 col-md-6\">\n                <a href=\"https:\/\/jemaniblue.com\/Produkte\/serien-linien\/\">\n                    <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/06\/Kat-Serien-800x465.jpg\">\n                    <span class=\"grid_picture_title\">\n                        SERIES\/LINES                    <\/span>\n                <\/a>\n            <\/div>\n\t        \n           \n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section id=\"anchor-block_b4a7a2ef646886e0d9bf8a5a1d949230\" class=\"block-2-text\">\n    <div class=\"container\">\n        <div class=\"subueberschrift\">\n            YOUR ADDED VALUE        <\/div>\n        <div class=\"hauptueberschrift\">\n\t        YOUR BENEFITS AT A GLANCE        <\/div>\n        <div class=\"row usps\">\n                            <div class=\"col-sm-12 col-md-6\">\n                    <div class=\"row\">\n                        <div class=\"col-xs-2 col-sm-2\">\n                            <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/03\/bulletpoint-blue.svg\">\n                        <\/div>\n                        <div class=\"col-xs-10 col-sm-10\">\n                            <div class=\"usp_title\">LARGE SELECTION<\/div>\n                            <div class=\"usp_text\">The wide Jemani Blue range enables the modular composition of market-specific shower systems that meet the needs of your customers.<\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n                            <div class=\"col-sm-12 col-md-6\">\n                    <div class=\"row\">\n                        <div class=\"col-xs-2 col-sm-2\">\n                            <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/03\/bulletpoint-blue.svg\">\n                        <\/div>\n                        <div class=\"col-xs-10 col-sm-10\">\n                            <div class=\"usp_title\">PERSONALIZED WITH YOUR LOGO<\/div>\n                            <div class=\"usp_text\">The permanent labeling of the shower fittings and showers and the packaging design are carried out according to your corporate design requirements.<\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n                            <div class=\"col-sm-12 col-md-6\">\n                    <div class=\"row\">\n                        <div class=\"col-xs-2 col-sm-2\">\n                            <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/03\/bulletpoint-blue.svg\">\n                        <\/div>\n                        <div class=\"col-xs-10 col-sm-10\">\n                            <div class=\"usp_title\">HIGH QUALITY FOR EVERY BUDGET<\/div>\n                            <div class=\"usp_text\">Does your customer segment long for luxury showers or do you want the bathroom to look good on a small budget? We have the right shower system for every budget and every taste!<\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n                            <div class=\"col-sm-12 col-md-6\">\n                    <div class=\"row\">\n                        <div class=\"col-xs-2 col-sm-2\">\n                            <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/03\/bulletpoint-blue.svg\">\n                        <\/div>\n                        <div class=\"col-xs-10 col-sm-10\">\n                            <div class=\"usp_title\">ENERGY AND WATER SAVING<\/div>\n                            <div class=\"usp_text\">The latest technology in Jemani Blue shower systems allows the water and energy consumption of the appliances to be precisely controlled. Low water pressure and a small household budget are no reason to miss out on a revitalizing shower experience.<\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n                            <div class=\"col-sm-12 col-md-6\">\n                    <div class=\"row\">\n                        <div class=\"col-xs-2 col-sm-2\">\n                            <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/03\/bulletpoint-blue.svg\">\n                        <\/div>\n                        <div class=\"col-xs-10 col-sm-10\">\n                            <div class=\"usp_title\">EUROPE-WIDE DISTRIBUTION<\/div>\n                            <div class=\"usp_text\">Our headquarters in Switzerland and our EU central warehouse in Germany guarantee prompt delivery times and distribution on your terms.<\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n\n<section id=\"anchor-block_ac33cce92bc96e0965129db7bd5a360a\" class=\"block-6-text-bild\">\n    <div class=\"container\">\n        <div class=\"subueberschrift\">\n\t\t\tJEMANI BLUE AG        <\/div>\n        <h2 class=\"hauptueberschrift\">\n\t\t\tPRODUCTS FOR DIFFERENT NEEDS        <\/h2>\n    <\/div>\n\n    <div class=\"grey-section\">\n        <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-xs-12 col-sm-6\">\n                    <div class=\"box\">\n                        <h3 class=\"textueberschrift\">Respond to the likes and needs of your customers<\/h3>\n                        <div class=\"text\">\n\t\t                    Respond to the preferences and needs of your customers: Thanks to our modular range, we can put together shower systems for your market that are perfectly adapted to country-specific conditions and regulations. In Germany we are the leading retail brand. Of course, our shower systems also meet the requirements of the new Drinking Water Ordinance (KTW approval). <br \/>\n<br \/>\nWe serve different price segments without sacrificing quality. Taking water pressure and energy requirements into account, we enable the best shower experience for every bathroom.                        <\/div>\n\t                                                <a href=\"https:\/\/jemaniblue.com\" class=\"btn btn-outline-primary\">Erfahre mehr<\/a>\n\t                                        <\/div>\n                <\/div>\n                <div class=\"col-xs-12 col-sm-6\">\n                                    <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2022\/08\/Impression-1-1-768x768.jpg\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n<\/section>\n\n\n<section id=\"anchor-block_83388dccc4f7572f5add79014535e8b8\" class=\"block-5-bild-volle-breite\">\n    <div class=\"vollbreites-bild\">\n        <img decoding=\"async\" src=\"https:\/\/jemaniblue.com\/wp-content\/uploads\/2023\/02\/Impression-8.jpg\">\n    <\/div>\n    <div class=\"subueberschrift\">\n\t\t    <\/div>\n    <div class=\"hauptueberschrift\">\n\t\t    <\/div>\n\t<\/section>\n\n\n<section id=\"anchor-block_17e623370f6e814bcc61186ae20faab7\" class=\"block-7-kontaktinfo-mit-bild \">\n\t            <div class=\"container\">\n                <div class=\"vollbreites-bild-fallback\"  style=\"background-image: url('https:\/\/jemaniblue.com\/wp-content\/uploads\/2022\/08\/Impression-1-1024x317.jpg');     background-size: cover;\" >\n\n                <\/div>\n            <\/div>\n\t    <div class=\"container\">\n        <div class=\"kontakt-box\">\n            <div class=\"row\">\n\n                <div class=\"col-xs-12 col-md-8\">\n                    <div class=\"subueberschrift\">\n\t\t\t\t\t\tJEMANI BLUE AG                    <\/div>\n                    <div class=\"hauptueberschrift\">\n\t                    WOULD YOU LIKE TO KNOW MORE ABOUT OUR OFFER?                    <\/div>\n\n                    <div class=\"text\">\n\t                    We would be happy to advise you<br>\n                        <strong>F<\/strong> +41 61 &#8211; 981 22 24 <strong class=\"ml-1\">M<\/strong> info@jemani-blue.ch                    <\/div>\n\n\t\t\t\t\t                        <a href=\"https:\/\/jemaniblue.com\/jemani-blue-ag\/\"\n                           class=\"btn btn-outline-primary\">Find out more about us here<\/a>\n\t\t\t\t\t                <\/div>\n                <div class=\"col-md-4\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/mh_6\/assets\/images\/JB_Logo-grey.svg\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-381","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/pages\/381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/comments?post=381"}],"version-history":[{"count":21,"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/pages\/381\/revisions"}],"predecessor-version":[{"id":2141,"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/pages\/381\/revisions\/2141"}],"wp:attachment":[{"href":"https:\/\/jemaniblue.com\/en\/wp-json\/wp\/v2\/media?parent=381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}