{"id":21314,"date":"2024-04-11T15:28:04","date_gmt":"2024-04-11T19:28:04","guid":{"rendered":"https:\/\/thegiveawayguy.biz\/?page_id=21314"},"modified":"2024-04-11T15:31:44","modified_gmt":"2024-04-11T19:31:44","slug":"smart-blocks","status":"publish","type":"page","link":"https:\/\/thegiveawayguy.biz\/smart-blocks\/","title":{"rendered":"smart-blocks"},"content":{"rendered":"<p style=\"text-align: center;\"><strong>Breakthrough AI Technology Automatically Creates Stunning Websites &amp; Mobile Apps Using Just A <\/strong><strong>Keyword In Flat 60 Seconds!<\/strong><\/p>\n<p style=\"text-align: center;\">CREATE &amp; SELL Websites &amp; Mobile Apps for Rabid Buyers in Real Estate, Airbnb, eCommerce, Spas, Restaurants, Daycares, Old Age Homes &amp; hundreds of other niches<\/p>\n<div\r\n    class=\"stealth-auto-player-wrapper\"\r\n    >\r\n    <div class=\"stealth-auto-player-inner stealth-auto-player-inner-16-by-9\">\r\n        <div id=\"stealth-auto-player\"><\/div>\r\n    <\/div>\r\n    <div class=\"stealth-auto-player-overlay\">\r\n        <div class=\"stealth-auto-player-overlay-background\"><\/div>\r\n        <div class=\"stealth-auto-player-overlay-content\">\r\n                                    <span class=\"animated infinite bounce\" style=\"display: inline-block;\">\r\n                    Click to un-mute!                <\/span>\r\n                    <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    (function(config){\r\n        var YouTubeAPI = function(){\r\n            var me = this;\r\n            me.player = false;\r\n\r\n            function play(id, muted=false){\r\n                me.player = new YT.Player(\r\n                    'stealth-auto-player', {\r\n                        videoId: id,\r\n                        playerVars: {\r\n                            autoplay: 1,\r\n                            controls: 1,\r\n                            showinfo: 0,\r\n                            modestbranding: 1,\r\n                            rel: 0,\r\n                            loop: 0,\r\n                            fs: 0,\r\n                            cc_load_policy: 0,\r\n                            iv_load_policy: 3,\r\n                            autohide: 1\r\n                        },\r\n                        events: {\r\n                            onReady: function(e) {\r\n                                if(muted) {\r\n                                    e.target.mute();\r\n                                }else{\r\n                                    e.target.unMute();\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                );\r\n            }\r\n\r\n            function unmute(){\r\n                me.player.unMute();\r\n            }\r\n            function destroy(){\r\n                if(me.player) {\r\n                    me.player.destroy();\r\n                    me.player = false;\r\n                }\r\n            }\r\n            me.play = play;\r\n            me.unmute = unmute;\r\n            me.destroy = destroy;\r\n\r\n            return me;\r\n        };\r\n\r\n        var VimeoAPI = function(){\r\n            var me = this;\r\n            me.player = false;\r\n\r\n            function play(id, muted=false){\r\n                var iframe = document.createElement('iframe');\r\n                iframe.style.border = 0;\r\n                iframe.setAttribute('allow', 'autoplay; fullscreen');\r\n                iframe.src = 'https:\/\/player.vimeo.com\/video\/' + id + '?autoplay=1&muted=' + (muted ? '1' : '0');\r\n                document.getElementById('stealth-auto-player').appendChild(iframe);\r\n\r\n                me.player = new Vimeo.Player(iframe);\r\n            }\r\n\r\n            function unmute(){\r\n                me.player.setVolume(1);\r\n            }\r\n\r\n            function destroy(){\r\n                if(me.player) {\r\n                    me.player.destroy();\r\n                    me.player = false;\r\n                }\r\n            }\r\n            me.play = play;\r\n            me.unmute = unmute;\r\n            me.destroy = destroy;\r\n\r\n            return me;\r\n        };\r\n\r\n        var ImageAPI = function(){\r\n            var me = this;\r\n            me.img = false;\r\n\r\n            function play(url){\r\n                var img = document.createElement('img');\r\n                img.src = url;\r\n                document.getElementById('stealth-auto-player').appendChild(img);\r\n                me.img = img;\r\n            }\r\n\r\n            function unmute(){\r\n            }\r\n\r\n            function destroy(){\r\n                if(me.img) {\r\n                    me.img.remove();\r\n                    me.img = false;\r\n                }\r\n            }\r\n\r\n            me.play = play;\r\n            me.unmute = unmute;\r\n            me.destroy = destroy;\r\n\r\n            return me;\r\n        };\r\n\r\n        var youtube_api = new YouTubeAPI();\r\n        var vimeo_api = new VimeoAPI();\r\n        var image_api = new ImageAPI();\r\n\r\n        var current_api = false;\r\n        var autoplay_allowed = null;\r\n\r\n        function play(video, muted){\r\n            youtube_api.destroy();\r\n            vimeo_api.destroy();\r\n\r\n            if(video.type === 'youtube'){\r\n                youtube_api.play(video.id, muted);\r\n                current_api = youtube_api;\r\n            }\r\n\r\n            if(video.type === 'vimeo'){\r\n                vimeo_api.play(video.id, muted);\r\n                current_api = vimeo_api;\r\n            }\r\n\r\n            if(video.type === 'image'){\r\n                image_api.play(video.url);\r\n                current_api = image_api;\r\n            }\r\n        }\r\n\r\n        function click(){\r\n            if(config.action === 'unmute'\r\n                && config.video.type === config.placeholder.type\r\n                && config.video.id === config.placeholder.id) {\r\n\r\n                current_api.unmute();\r\n            }else{\r\n                play(config.video, false);\r\n            }\r\n\r\n            if(config.target === 'all'){\r\n                target = document;\r\n            }else{\r\n                target = document.querySelector('.stealth-auto-player-overlay');\r\n            }\r\n            target.removeEventListener('click', click);\r\n            target.removeEventListener('contextmenu', click);\r\n            target.removeEventListener('keydown', click);\r\n            document.querySelector('.stealth-auto-player-overlay').remove();\r\n        }\r\n\r\n        function is_mobile() {\r\n            var mobile = false;\r\n            (function (a) {\r\n                if (\/(android|bb\\d+|meego).+mobile|avantgo|bada\\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino\/i.test(a) || \/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-\/i.test(a.substr(0, 4))) mobile = true;\r\n            })(navigator.userAgent || navigator.vendor || window.opera);\r\n\r\n            return mobile;\r\n        }\r\n\r\n        function ready(){\r\n            if(autoplay_allowed || is_mobile()){\r\n                play(config.video, false);\r\n                document.querySelector('.stealth-auto-player-overlay').remove();\r\n            }else{\r\n                play(config.placeholder, true);\r\n                document.querySelector('.stealth-auto-player-overlay').classList.add('stealth-auto-player-overlay-show');\r\n                if(config.target === 'all'){\r\n                    target = document;\r\n                }else{\r\n                    target = document.querySelector('.stealth-auto-player-overlay');\r\n                }\r\n                target.addEventListener('click', click);\r\n                target.addEventListener('contextmenu', click);\r\n                target.addEventListener('keydown', click);\r\n            }\r\n        }\r\n\r\n        function check_ready(){\r\n            var youtube = false;\r\n            try{\r\n                youtube = window.YT.loaded === 1;\r\n            }catch(e){}\r\n\r\n            var vimeo = false\r\n            try {\r\n                vimeo = !!Vimeo.Player;\r\n            }catch(e){}\r\n\r\n            if(youtube && vimeo){\r\n                clearInterval(check_ready.interval);\r\n                ready();\r\n            }\r\n        }\r\n\r\n        function detect_autoplay(){\r\n            var audio = new Audio('data:audio\/ogg;base64,T2dnUwACAAAAAAAAAAANawAAAAAAAMXfMzMBHgF2b3JiaXMAAAAAAUSsAAAAAAAAAHcBAAAAAAC4AU9nZ1MAAAAAAAAAAAAADWsAAAEAAADYhQ0dEDv\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/8kDdm9yYmlzKwAAAFhpcGguT3JnIGxpYlZvcmJpcyBJIDIwMTIwMjAzIChPbW5pcHJlc2VudCkAAAAAAQV2b3JiaXMpQkNWAQAIAAAAMUwgxYDQkFUAABAAAGAkKQ6TZkkppZShKHmYlEhJKaWUxTCJmJSJxRhjjDHGGGOMMcYYY4wgNGQVAAAEAIAoCY6j5klqzjlnGCeOcqA5aU44pyAHilHgOQnC9SZjbqa0pmtuziklCA1ZBQAAAgBASCGFFFJIIYUUYoghhhhiiCGHHHLIIaeccgoqqKCCCjLIIINMMumkk0466aijjjrqKLTQQgsttNJKTDHVVmOuvQZdfHPOOeecc84555xzzglCQ1YBACAAAARCBhlkEEIIIYUUUogppphyCjLIgNCQVQAAIACAAAAAAEeRFEmxFMuxHM3RJE\/yLFETNdEzRVNUTVVVVVV1XVd2Zdd2ddd2fVmYhVu4fVm4hVvYhV33hWEYhmEYhmEYhmH4fd\/3fd\/3fSA0ZBUAIAEAoCM5luMpoiIaouI5ogOEhqwCAGQAAAQAIAmSIimSo0mmZmquaZu2aKu2bcuyLMuyDISGrAIAAAEABAAAAAAAoGmapmmapmmapmmapmmapmmapmmaZlmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVmWZVlAaMgqAEACAEDHcRzHcSRFUiTHciwHCA1ZBQDIAAAIAEBSLMVyNEdzNMdzPMdzPEd0RMmUTM30TA8IDVkFAAACAAgAAAAAAEAxHMVxHMnRJE9SLdNyNVdzPddzTdd1XVdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVgdCQVQAABAAAIZ1mlmqACDOQYSA0ZBUAgAAAABihCEMMCA1ZBQAABAAAiKHkIJrQmvPNOQ6a5aCpFJvTwYlUmye5qZibc84555xszhnjnHPOKcqZxaCZ0JpzzkkMmqWgmdCac855EpsHranSmnPOGeecDsYZYZxzzmnSmgep2Vibc85Z0JrmqLkUm3POiZSbJ7W5VJtzzjnnnHPOOeecc86pXpzOwTnhnHPOidqba7kJXZxzzvlknO7NCeGcc84555xzzjnnnHPOCUJDVgEAQAAABGHYGMadgiB9jgZiFCGmIZMedI8Ok6AxyCmkHo2ORkqpg1BSGSeldILQkFUAACAAAIQQUkghhRRSSCGFFFJIIYYYYoghp5xyCiqopJKKKsoos8wyyyyzzDLLrMPOOuuwwxBDDDG00kosNdVWY4215p5zrjlIa6W11lorpZRSSimlIDRkFQAAAgBAIGSQQQYZhRRSSCGGmHLKKaegggoIDVkFAAACAAgAAADwJM8RHdERHdERHdERHdERHc\/xHFESJVESJdEyLVMzPVVUVVd2bVmXddu3hV3Ydd\/Xfd\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\/CgcA\/wcbVkc4KRoLLDRkJQAQDgAAGMOYc445Bh2EhinopIQOQgihQ0o5KCWEUEopKXNOSkqlpJRaSplzUlIqJaWWUuogpNRaSi211loHJaXWUmqttdY6CKW01FprrbXYQUgppdZaiy3GUEpKrbXYYow1hlJSaq3F2GKsMaTSUmwtxhhjrKGU1lprMcYYay0ptdZijLXGWmtJqbXWYos11loLAOBucACASLBxhpWks8LR4EJDVgIAIQEABEKMOeeccxBCCCFSijHnoIMQQgghREox5hx0EEIIIYSMMeeggxBCCCGEkDHmHHQQQgghhBA65xyEEEIIoYRSSuccdBBCCCGUUELpIIQQQgihhFJKKR2EEEIooYRSSiklhBBCCaWUUkoppYQQQgihhBJKKaWUEEIIpZRSSimllBJCCCGUUkoppZRSQgihlFBKKaWUUkoIIYRSSimllFJKCSGEUEoppZRSSikhhBJKKaWUUkoppQAAgAMHAIAAI+gko8oibDThwgNQaMhKAIAMAABx2GrrKdbIIMWchJZLhJByEGIuEVKKOUexZUgZxRjVlDGlFFNSa+icYoxRT51jSjHDrJRWSiiRgtJyrLV2zAEAACAIADAQITOBQAEUGMgAgAOEBCkAoLDA0DFcBATkEjIKDArHhHPSaQMAEITIDJGIWAwSE6qBomI6AFhcYMgHgAyNjbSLC+gywAVd3HUghCAEIYjFARSQgIMTbnjiDU+4wQk6RaUOAgAAAAAAAQAeAACSDSAiIpo5jg6PD5AQkRGSEpMTlAAAAAAA4AGADwCAJAWIiIhmjqPD4wMkRGSEpMTkBCUAAAAAAAAAAAAICAgAAAAAAAQAAAAICE9nZ1MABIAlAAAAAAAADWsAAAIAAAB4KuZFCySrr6aoqrS5tcDA5BRH8Kep9ZXVngZmRAmseunEi\/Xe\/9NtOzcy6IxUwqKvwFIF2mX8uNUPBAAwAFTqV2ktmBnAppWdTIfu+HQwJTsPYLRm3f\/ft81AWk6W+t0VEajwUO+1PlcH2897o\/EJOBUDyOtFgY6t79pmAg+VArHfE0sZu7M00VZgyxg\/VD531LqLYNfJ1DQJzxFPyTT2tl\/UgTb9N4dU9ec5JRxyn48jtA7\/sCI7ymr5fJaR4SrirZydGQnGl31q1cJq0oeuQhxwkyq+SOnMRY60aXcAnmW8b8d74QBAr5WTWGWjVUwBACCBCBovWgi\/7rPAR\/Ahn+fvtiB8nx8i5TAcVK8gzmCbNv9bHfBWCBfOgUA3CzBk31iQLh8KX35YWespl1gyHIW0+Y5Cq6+gj9pO38lTvPjAgvi5LZ7k1uK67Ae79GBpS0urucv04d7nTu3cU0aR0TLqrfFFI53INRvmQzS7q+DiynqS7od77naprKT5wyAC1s9EEav67FypomnZAN5lfF36NwgAIGj0q2QTYscMAAzSfN5hn5UtLH9YvWOSMz47i4NkTZtRA2lT4GOoYHsTxLumvEidusBhAwmdBy77yGb\/pczKisiIAyboh+GvosU9T2lOoxkvny+Kugn1zrNS66QxIzAVBGKQVXa\/9Mk\/jpSMAtc+tu+QF+g+iV5xT1\/XcoaIeeksMbV2mfVN\/UkEqKD68dpBMu6\/\/7rejbEohG66mgG+ZXxt+ztwACCcVLmK2glmAAAd\/oAxeV9e9hN1p\/tc2g8dYr53pXyAgZeH1ig3ag11b9Jr\/BTdPHYM6QXxJRXqMsYb2YZZebueUSyIV2v3yG24ZhZnNJ\/Dk6CDE2+OiEqmcbqCbYJnaCQ8pkYigDGly9TFDDFPn+b9fMBtwyrSmqcUVAgzt3bY1VCjW80NeYl7vOO+wtcOuhDbmoxl\/908C7KiU0z9gwneZXxf2rcIAGAAqFSW\/agFKwawaWUnBxMbUxLuhlTZtAkA2uSyrx+bLpZystTvGhHD\/VAvaH1ONqTlXSN+Ak7FQMrrohBheaWjgF9UIPZ7OJWxOzOkPpvS0WWofO6oH1wEu9WFnbXtpBFUhMbeRwuDcJ6+E2sMkx7PkZhQfAJHaJ3+hxXZUWn5uCbDR2xl9ZmR4Piyj22lsJoYsSEBarlnZnyRqHCRI23aHZ5lfF7aHQIAWAL0\/EqqtFOKKQCERKgRDwNmlpc60PZ1mdBn+oNLbm3Ft\/E4XoRecegK\/WlVyCo0zVIkUV9l0y06WfI0zWcZXd9Y43GUjZvbcwo9y4DaJb4PqS+r7Q5zoXzVRoTaTmzzhgeL82l7LZ7k1uhXBocL6EFkaXbDPZeTltvXWvWNuOzY6S9QJiBxZIbvvIcAml0qWEikatp8gdX7utecThERlpn+C6vMrv2u0pumAb5lfF76BwIAOAATqKqq0opZAYDc+Cn71OVxbU3ke\/19GIZrB3Q42JyU9V5u1OiDfhXsfJAo3lSz7kW+7SKcZ2buPwB3UA0DCLPk5P39pfiOU1854yVIP841MgDhqtFTevdCB9Bg\/fWrIe2hoB6pP07SkRReHxbyFA3pCXrRNTrhmkid2pWYc8o\/TkorN+2tvfqtYAFKzzcWWcD7cjELf\/aWSpa\/Gu6H+qSln9sbbKuZMzK58ONUwmwPnmV8nO0OAQCcq\/MdQLWVuNJKMwMAf3IvtUbzMc3u7Kq1JzK5OSBvK9u2n83TSv5GUaSjrCzhHEm58TGgWgYfmYVROp69kuWId2ZoRTNRqIiktu7lge6gL5rIogFTiV7bWz\/Aq7o1lJp\/8cI6KH8E7lzPzLDEJLFpaRz0h0uHsrt9XSYhdgBtqhvWkrY9jQJCuGbRUwuVatzm4m4\/a4M5FyTRnrCvrKKphfbBjfnlIuw5158zAZ5lvKbyZSygAM7iPLaXKxUgO4ZjEpMSigHQdy\/Ck\/XPDM1d\/vrYtvHe5d9f7T3pVh2OLBRJYZDtvy9taNMb2tll9eCPP5JMpKbWvbsPlO1Ph\/Sb\/z9njzaWiWm6u1sEBGQCaO3gpFRgPOz\/V1CL6nfL8LaXv02HTlT2MDFfkSA2SzMcaFkEQk9PbjaWGsAZ\/t9A0UGFVL1B5yxdSrwGwNd+YwkhJC449cFiAetL0cemzUmDwswMRRYqDJaWLX93AL5lfLb0k5sAcSbDBPbxQwSAcZzWKEJaOQqg2vhg7tODr4e4vPjvv\/9euZSV\/S+Pmx6XTT6tk8MrvlxxYH8cw+cQMPzHhU9YXBpVhNw\/YuQ6NnenwJc8SNM\/uHRHxVVFWVXrj8ePY7gv3Z0BRi0usgYUH6zzEgyT9Ku\/\/\/fX6yoAua\/X68eP1\/V3ijwFJg\/7OFUUKHw\/U5mioAhFqv3ddWsQgJcbE7+aTDGeCShTZYoBcDoO4KYvSy\/Aa3hoDGCDDQ==');\r\n            var promise = audio.play();\r\n            if(promise && promise.finally) {\r\n                promise.then(function () {\r\n                    \/\/TODO: swap back after testing\r\n                    autoplay_allowed = true;\r\n                }).catch(function (reason) {\r\n                    autoplay_allowed = false;\r\n                }).finally(function () {\r\n                    check_ready.interval = setInterval(check_ready, 10);\r\n                });\r\n            }else{\r\n                \/\/edge...\r\n                autoplay_allowed = true;\r\n                check_ready.interval = setInterval(check_ready, 10);\r\n            }\r\n        }\r\n\r\n        detect_autoplay();\r\n    })({\"video\":{\"type\":\"vimeo\",\"id\":\"933310602\"},\"placeholder\":{\"type\":\"vimeo\",\"id\":\"933310602\"},\"target\":\"all\",\"action\":\"unmute\"});\r\n\r\n<\/script>\r\n<style>\r\n    .stealth-auto-player-wrapper {\r\n        position: relative;\r\n        margin: auto;\r\n    }\r\n\r\n    .stealth-auto-player-inner {\r\n\r\n        height: 0;\r\n        overflow: hidden;\r\n        max-width: 100%;\r\n        background-color:black;\r\n    }\r\n\r\n    .stealth-auto-player-inner-16-by-9 {\r\n        padding-bottom: 56.25%;\r\n    }\r\n\r\n    .stealth-auto-player-inner-4-by-3 {\r\n        padding-bottom: 75%;\r\n    }\r\n\r\n    .stealth-auto-player-inner iframe,\r\n    .stealth-auto-player-inner object,\r\n    .stealth-auto-player-inner embed {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n    }\r\n\r\n    .stealth-auto-player-inner, .stealth-auto-player-inner iframe {\r\n        line-height: 0;\r\n        border: 0;\r\n        margin: 0;\r\n    }\r\n    .stealth-auto-player-overlay {\r\n        display: none;\r\n        position: absolute;\r\n        color: #ffffff;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        flex-direction: column;\r\n    }\r\n\r\n    .stealth-auto-player-overlay-background {\r\n        position: absolute;\r\n        background-color: #000000;\r\n        opacity: 0.8;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n    }\r\n    .stealth-auto-player-overlay-show {\r\n        display: flex;\r\n    }\r\n    .stealth-auto-player-overlay-content {\r\n        font-size: 32px;\r\n        font-family: 'Arial';\r\n        margin: auto 0;\r\n        text-align: center;\r\n        z-index: 10;\r\n     }\r\n    .stealth-auto-player-overlay-content > img {\r\n        max-width: 25%;\r\n        max-height: 25%;\r\n    }\r\n<\/style>\r\n\r\n<script async src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\r\n<script async src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\r\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/thegiveawayguy.biz\/wp-content\/plugins\/stealth-auto-player\/assets\/css\/animate.css\">\n<p style=\"text-align: center;\"><strong>INTRODUCING<\/strong><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"282\" data-init-width=\"1080\" height=\"105\" data-init-height=\"402\" loading=\"lazy\" src=\"https:\/\/i.imgur.com\/cEGa5Z1.png\" data-width=\"282\" data-height=\"105\" style=\"aspect-ratio: auto 1080 \/ 402;\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>The Ultimate Website &amp; Mobile App DesigningSoftware Powered By AI<\/strong><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"1140\" data-init-width=\"1824\" height=\"385\" data-init-height=\"616\" loading=\"lazy\" src=\"https:\/\/i.imgur.com\/XkgB1YA.png\" data-width=\"1140\" data-height=\"385\" style=\"aspect-ratio: auto 1824 \/ 616;\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>The Quickest Way To Create &amp; Sell Websites &amp;Mobile Apps To Businesses<\/strong><\/p>\n<p style=\"text-align: center; color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">IN JUST 3 EASY STEPS<strong><\/strong><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"658\" height=\"356\" data-init-height=\"424\" src=\"https:\/\/i.imgur.com\/tBLlVCW.png\" data-width=\"553\" data-height=\"356\" style=\"aspect-ratio: auto 658 \/ 424;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>STEP 1:&nbsp;Enter Keyword or Pick A Template<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Just enter a keyword or select your industry and hit \u2018Enter\u2019. The built-in AI creates a unique website &amp; PWA mobile app for you in real time. If you want you can also simply pick a template and get started.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"717\" height=\"336\" data-init-height=\"436\" src=\"https:\/\/i.imgur.com\/LyYs3GQ.png\" data-width=\"553\" data-height=\"336\" style=\"aspect-ratio: auto 717 \/ 436;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>STEP 2: Answer Questions<\/strong><strong><\/strong><\/p>\n<p style=\"\">Simply answer a few questions about your business type, color theme, logo, and contact details<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"684\" height=\"334\" data-init-height=\"413\" src=\"https:\/\/i.imgur.com\/aWOd4FJ.png\" data-width=\"553\" data-height=\"334\" style=\"aspect-ratio: auto 684 \/ 413;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>STEP 3: Publish &amp; Sell<\/strong><\/p>\n<p style=\"\">Publish the website &amp; PWA mobile app and get paid.<\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course<\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course + SmartBloks <\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$160.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 94.00%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $150.00<\/p>\n<p style=\"text-align: center;\"><strong>Just Name The Site &amp; SMARTBLOKS Will Create It For You Within Minutes!<\/strong><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Local Business Websites<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Boost your local business with a professional and effective website, attracting local customers and enhancing your online visibility.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"465\" height=\"538\" data-init-height=\"453\" src=\"https:\/\/i.imgur.com\/fQLxs7O.png\" data-width=\"553\" data-height=\"538\" style=\"aspect-ratio: auto 465 \/ 453;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Sales Pages<\/strong><\/p>\n<p style=\"\">Create impactful sales pages to drive conversions and increase revenue, turning visitors into satisfied customers.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"460\" height=\"562\" data-init-height=\"468\" src=\"https:\/\/i.imgur.com\/NxyLujk.png\" data-width=\"553\" data-height=\"562\" style=\"aspect-ratio: auto 460 \/ 468;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>E-commerce Websites \/ Stores<\/strong><\/p>\n<p style=\"\">Set up and manage online stores effortlessly, attracting customers and boosting sales, providing a seamless shopping experience.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"484\" height=\"535\" data-init-height=\"469\" src=\"https:\/\/i.imgur.com\/ch9LaW4.png\" data-width=\"553\" data-height=\"535\" style=\"aspect-ratio: auto 484 \/ 469;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Blogs<\/strong><\/p>\n<p style=\"\">Share your thoughts and ideas through a personalized and user-friendly blog, connecting with your audience on a personal level.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"374\" height=\"610\" data-init-height=\"413\" src=\"https:\/\/i.imgur.com\/DadhTmS.png\" data-width=\"553\" data-height=\"610\" style=\"aspect-ratio: auto 374 \/ 413;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Magazine \/ Info. Websites<\/strong><\/p>\n<p style=\"\">Build informative websites or online magazines with engaging content, becoming a go-to source for valuable information.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"514\" height=\"503\" data-init-height=\"468\" src=\"https:\/\/i.imgur.com\/GKNVIfS.png\" data-width=\"553\" data-height=\"503\" style=\"aspect-ratio: auto 514 \/ 468;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Mobile Apps<\/strong><\/p>\n<p style=\"\">Transform your website into a mobile app, providing a seamless experience for users on the go, expanding your reach across different devices.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"478\" height=\"452\" data-init-height=\"391\" src=\"https:\/\/i.imgur.com\/LARAy4N.png\" data-width=\"553\" data-height=\"452\" style=\"aspect-ratio: auto 478 \/ 391;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Portfolio Websites<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Showcase your work and projects with a stunning online portfolio that leaves a lasting impression on potential clients and collaborators.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"478\" height=\"415\" data-init-height=\"391\" src=\"https:\/\/i.imgur.com\/2GxCPOf.png\" data-width=\"553\" data-height=\"415\" style=\"aspect-ratio: auto 478 \/ 391;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Educational Websites<\/strong><\/p>\n<p style=\"\">Easily create websites for courses, training, and educational content, making learning accessible and engaging for your audience.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"564\" height=\"508\" data-init-height=\"519\" src=\"https:\/\/i.imgur.com\/fI0nkA3.png\" data-width=\"553\" data-height=\"508\" style=\"aspect-ratio: auto 564 \/ 519;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Non-Profit Websites<\/strong><\/p>\n<p style=\"\">Engage your audience with features for donations, volunteering, and raising awareness, fostering a community dedicated to your cause.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"561\" height=\"461\" data-init-height=\"468\" src=\"https:\/\/i.imgur.com\/zbctg13.png\" data-width=\"553\" data-height=\"461\" style=\"aspect-ratio: auto 561 \/ 468;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Event Websites<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Effectively promote and manage events, making organization a breeze, ensuring your events are memorable and well-attended.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"523\" height=\"494\" data-init-height=\"468\" src=\"https:\/\/i.imgur.com\/fEWjsCi.png\" data-width=\"553\" data-height=\"494\" style=\"aspect-ratio: auto 523 \/ 468;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Creative Websites<\/strong><\/p>\n<p style=\"\">Tailored for artists, musicians, and creative professionals to showcase their talents, providing a platform to express creativity effortlessly.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"568\" height=\"455\" data-init-height=\"468\" src=\"https:\/\/i.imgur.com\/n0yjLeJ.png\" data-width=\"553\" data-height=\"455\" style=\"aspect-ratio: auto 568 \/ 468;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Landing Pages<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Perfect for marketing campaigns and capturing leads with focused and compelling content, driving conversions with a captivating first impression.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"560\" height=\"500\" data-init-height=\"507\" src=\"https:\/\/i.imgur.com\/TxCU8Ds.png\" data-width=\"553\" data-height=\"500\" style=\"aspect-ratio: auto 560 \/ 507;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Health and Wellness Sites<\/strong><\/p>\n<p style=\"\">Create websites for healthcare professionals, clinics, and wellness coaches, promoting well-being in a digital space.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"527\" height=\"490\" data-init-height=\"467\" src=\"https:\/\/i.imgur.com\/M0O3W7U.png\" data-width=\"553\" data-height=\"490\" style=\"aspect-ratio: auto 527 \/ 467;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Real Estate Websites<\/strong><\/p>\n<p style=\"\">Showcase property listings, realtor profiles, and market trends for a robust online presence, helping clients find their dream properties.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"460\" height=\"652\" data-init-height=\"543\" src=\"https:\/\/i.imgur.com\/j8Kmcx1.png\" data-width=\"553\" data-height=\"652\" style=\"aspect-ratio: auto 460 \/ 543;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course<\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course + SmartBloks <\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$160.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 94.00%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $150.00<\/p>\n<p style=\"text-align: center;\"><strong>When It Comes To Web &amp; MobileApp Design Agencies\u2026<\/strong><\/p>\n<p style=\"\"><strong>Drag-n-Drop Interface<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">We\u2019re putting every beginner\u2019s worry at bay!You don\u2019t have to be a tech genius to simply drag and drop features to create your successful website and mobile app. Simply choose the block and drag to customize and add onto your site instantly!SMARTBLOKS is so easy because it is powered by our intuitive technology that knows your preferences and effortlessly builds the site and mobile app on your behalf.What\u2019s more is that SMARTBLOKS now features new design blocks that lets you build sleek websites that supports dropdown menu, video background, external page menu \u2013 on top of the basic web features you can add to your creation.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"651\" height=\"373\" data-init-height=\"440\" src=\"https:\/\/i.imgur.com\/IY7fYJW.png\" data-width=\"553\" data-height=\"373\" style=\"aspect-ratio: auto 651 \/ 440;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(237, 138, 29) !important; --tcb-applied-color: rgb(237, 138, 29) !important;\"><strong>Turn Existing Websites Into Progressive Web Apps (PWAs)<\/strong><\/p>\n<p style=\"\">Transform your websites into Progressive PWAs seamlessly within the SmartBloks app itself. It&#8217;s a game-changer, allowing you to create mobile apps for your clients with ease. Give your clients the best of both worlds \u2013 a sleek website and a user-friendly mobile app\u2026 This nearly doubles the profits you make per cllient<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"1479\" height=\"220\" data-init-height=\"589\" src=\"https:\/\/i.imgur.com\/afAm33r.png\" data-width=\"553\" data-height=\"220\" style=\"aspect-ratio: auto 1479 \/ 589;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Diverse Designs<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Unleash creativity with a wide array of fantastic templates. Find the perfect match for your needs, ensuring a visually stunning online presence.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"482\" height=\"506\" data-init-height=\"441\" src=\"https:\/\/i.imgur.com\/9gkcwSC.png\" data-width=\"553\" data-height=\"506\" style=\"aspect-ratio: auto 482 \/ 441;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Wide Choices<\/strong><\/p>\n<p style=\"\">Access a broad selection, ensuring you effortlessly find the perfect template to showcase your content or promote your services.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"727\" height=\"316\" data-init-height=\"416\" src=\"https:\/\/i.imgur.com\/lJCaLFV.png\" data-width=\"553\" data-height=\"316\" style=\"aspect-ratio: auto 727 \/ 416;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>AI Writer<\/strong><\/p>\n<p style=\"\">Say goodbye to writer&#8217;s block with our AI Writer! Instantly generate content for any section of your website in mere seconds. This feature ensures you never run out of words, making website creation a breeze.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"617\" height=\"317\" data-init-height=\"354\" src=\"https:\/\/i.imgur.com\/1DfZ6JI.png\" data-width=\"553\" data-height=\"317\" style=\"aspect-ratio: auto 617 \/ 354;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>100+ New &amp; Beautiful Design Blocks<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Never run out of design inspiration! Choose from over 100 design blocks to accelerate website development.These beautiful design blocks, categorized for convenience, enable you to create a full web-site in less than 3 minutes, making the process faster and more efficient.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"685\" height=\"396\" data-init-height=\"491\" src=\"https:\/\/i.imgur.com\/5p1w2bH.png\" data-width=\"553\" data-height=\"396\" style=\"aspect-ratio: auto 685 \/ 491;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>ALL-INCLUSIVE &amp; ADA COMPLIANT BY AI<\/strong><\/p>\n<p style=\"\">SMARTBLOKS has a full blown ADA widget for every website. Make all your sites all-inclusive and ADA (Americans with Disability Act) compliant.You can choose to turn the widget on or off right inside the editor.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"602\" height=\"377\" data-init-height=\"411\" src=\"https:\/\/i.imgur.com\/4AiaM4d.png\" data-width=\"553\" data-height=\"377\" style=\"aspect-ratio: auto 602 \/ 411;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>SEO Optimized<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">SMARTBLOKS websites have been designed to top the charts and make you #1. This can only happen when your website ranks within the top 3 on Google each time one searches.All our content is optimized to make you rank higher and make more profits. Rule search engines without paying an extra buck to external agencies!<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"911\" height=\"278\" data-init-height=\"458\" src=\"https:\/\/i.imgur.com\/sVYntYa.png\" data-width=\"553\" data-height=\"278\" style=\"aspect-ratio: auto 911 \/ 458;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Create Email Campaign<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Unleash the power of targeted communication with SmartBloks&#8217; robust Email Campaigns feature.Our platform provides intuitive tools for effortlessly creating and managing email campaigns.Whether you&#8217;re looking to engage your audience, promote new products, or drive conversions, our email campaign tools empower you to craft compelling messages and track their performance.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"769\" height=\"257\" data-init-height=\"358\" src=\"https:\/\/i.imgur.com\/LltiXIn.png\" data-width=\"553\" data-height=\"257\" style=\"aspect-ratio: auto 769 \/ 358;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>SMS &amp; Email Autoresponder<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Whatever device your clients are using, communicate seamlessly with SMARTBLOKS.You can now instantly reach out to your booked clients through SMS and email right inside the app\u2019s powerful dashboard.Get maximum reach with less the effort!<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"677\" height=\"258\" data-init-height=\"316\" src=\"https:\/\/i.imgur.com\/q26M6dd.png\" data-width=\"553\" data-height=\"258\" style=\"aspect-ratio: auto 677 \/ 316;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(237, 138, 29) !important; --tcb-applied-color: rgb(237, 138, 29) !important;\"><strong>Theme Ecosystem<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Finished with your website but want to change the theme? No problem.SMARTBLOKS is designed to instantly translate all your designs to fit into any template without any manual tinkering or adjusting.Get pixel perfect websites every single time \u2013 even with last-minute changes.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"769\" height=\"273\" data-init-height=\"380\" src=\"https:\/\/i.imgur.com\/8SbKk5w.png\" data-width=\"553\" data-height=\"273\" style=\"aspect-ratio: auto 769 \/ 380;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(237, 138, 29) !important; --tcb-applied-color: rgb(237, 138, 29) !important;\"><strong>Stock Images &amp; Videos<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Now you don\u2019t have to buy a subscription to any external site with stock graphics.We have you covered with our unlimited images and videos. High definition and perfect for every niche, these resources can be used within your site to enhance the visual appeal.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"711\" height=\"374\" data-init-height=\"481\" src=\"https:\/\/i.imgur.com\/usMK5Hh.png\" data-width=\"553\" data-height=\"374\" style=\"aspect-ratio: auto 711 \/ 481;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(237, 138, 29) !important; --tcb-applied-color: rgb(237, 138, 29) !important;\"><strong>In-Built Image Editor<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Don\u2019t spend another precious moment on an editing tool.You can edit your image using our in-built tool. It lets you enhance, crop and resize images to perfection and use them within your site instantly.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"703\" height=\"367\" data-init-height=\"467\" src=\"https:\/\/i.imgur.com\/a2RPodt.png\" data-width=\"553\" data-height=\"367\" style=\"aspect-ratio: auto 703 \/ 467;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Multiple Pages<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Sky\u2019s the limit with SMARTBLOKS.You can create multiple webpages as you like starting now. Single pages or sub-pages can be built instantly without any restrictions.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"696\" height=\"421\" data-init-height=\"530\" src=\"https:\/\/i.imgur.com\/hgfQmLf.png\" data-width=\"553\" data-height=\"421\" style=\"aspect-ratio: auto 696 \/ 530;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Embed Your Own Code<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\">Personalization is king at SMARTBLOKS. You can add your unique touch to the website.Simply insert your own code, edit the source code to your liking, or embed any code for your widgets in any language you prefer- CSS, Java or HTML.Once finished, you can safekeep your creation by downloading\/ee-porting your websites, including database types.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"666\" height=\"360\" data-init-height=\"434\" src=\"https:\/\/i.imgur.com\/MRiSur8.png\" data-width=\"553\" data-height=\"360\" style=\"aspect-ratio: auto 666 \/ 434;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Social Media Buttons<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Integrate your social media effortlessly by adding your profiles within SMARTBLOKS.Now make your content viral using your websites!<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"667\" height=\"375\" data-init-height=\"453\" src=\"https:\/\/i.imgur.com\/Uap1PEx.png\" data-width=\"553\" data-height=\"375\" style=\"aspect-ratio: auto 667 \/ 453;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Social Media Buttons<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Integrate your social media effortlessly by adding your profiles within SMARTBLOKS.Now make your content viral using your websites!<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"667\" height=\"375\" data-init-height=\"453\" src=\"https:\/\/i.imgur.com\/Uap1PEx.png\" data-width=\"553\" data-height=\"375\" style=\"aspect-ratio: auto 667 \/ 453;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Design Tools<\/strong><\/p>\n<p style=\"\">Elevate your design experience with a suite of powerful features, including autosave, ruler, custom fonts, and more. These tools are crafted to streamline your creative process, providing convenience and flexibility as you bring your vision to life.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"644\" height=\"361\" data-init-height=\"421\" src=\"https:\/\/i.imgur.com\/zWbMsbo.png\" data-width=\"553\" data-height=\"361\" style=\"aspect-ratio: auto 644 \/ 421;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Lead Capture Functionality<\/strong><\/p>\n<p style=\"\">Transform your website into a lead generation powerhouse with our effective tools. From customizable forms to engaging pop-ups, our lead capture functionality empowers you to build and expand your customer base effortlessly, ensuring you never miss out on valuable opportunities.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"565\" height=\"327\" data-init-height=\"334\" src=\"https:\/\/i.imgur.com\/RgOXQ8P.png\" data-width=\"553\" data-height=\"327\" style=\"aspect-ratio: auto 565 \/ 334;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Stock Image and Video Library<\/strong><\/p>\n<p style=\"\">Unleash your creativity with our extensive collection of high-quality images and videos. Access a diverse range of media resources to enhance the visual appeal of your website or mobile app. Say goodbye to the hassle of searching for external stock graphics\u2014we&#8217;ve got you covered with an abundance of stunning visuals for every niche.<\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"711\" height=\"374\" data-init-height=\"481\" src=\"https:\/\/i.imgur.com\/lc68oXH.png\" data-width=\"553\" data-height=\"374\" style=\"aspect-ratio: auto 711 \/ 481;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Intuitive Form Builder [Supports embedding]<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Not only can you place forms within your website and mobile app as per your preference.You can customize them to include any details that you may want to collect from your customers.SMARTBLOKS works seamlessly with top auto-responders and can be embedded onto your website using shortcode and onto your mobile app too.The recaptcha feature lets you secure your forms from robots inviting only real customers.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"864\" height=\"394\" data-init-height=\"616\" src=\"https:\/\/i.imgur.com\/6lzAoBC.png\" data-width=\"553\" data-height=\"394\" style=\"aspect-ratio: auto 864 \/ 616;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>E-commerce<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">SMARTBLOKS online store feature helps you level up your e-commerce game unimaginably.Now take stock of your product inventory, collect payments with PayPal\/Stripe, redeem coupons within this powerful feature. It takes care of every-thing from storefront design, shipping manage-ment, and even customizing email notifications for your store.Buying and selling through SMARTBLOKS is easy and 100% secure. Full robust module. All card transactions are secured with HTTPS protocols used by banks nationwide.So now you can increase your sales exponentially without blinking an eyelid.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"891\" height=\"376\" data-init-height=\"607\" src=\"https:\/\/i.imgur.com\/BkKfNKs.png\" data-width=\"553\" data-height=\"376\" style=\"aspect-ratio: auto 891 \/ 607;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Website Content Protection [Membership Sites Feature]<\/strong><\/p>\n<p style=\"\"><span style=\"--tcb-applied-color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;\">Build membership sites using SMARTBLOKS.There\u2019s nothing more enticing than exclusive content.SMARTBLOKS lets you protect pages or sections of website and app with password or completely hide some sections, letting you create exclusive features for membership content or secret content that can be unlocked by your customers.Create hype and unlockable content inside your website in a few clicks.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"641\" height=\"559\" data-init-height=\"649\" src=\"https:\/\/i.imgur.com\/7qgkzsr.png\" data-width=\"553\" data-height=\"559\" style=\"aspect-ratio: auto 641 \/ 649;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>AND SO MANY MORE POWERFUL FEATURES!<\/strong><\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course<\/p>\n<p style=\"text-align: center;\">Access To Proven Funnel Formula Course + SmartBloks <\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$160.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 94.00%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $150.00<\/p>\n<p><span tabindex=\"0\"><img decoding=\"async\" alt=\"Default Alt Tag for this page\" width=\"767\" data-init-width=\"860\" height=\"182\" data-init-height=\"204\" src=\"https:\/\/i.imgur.com\/8NirHpR.png\" data-width=\"767\" data-height=\"182\" style=\"aspect-ratio: auto 860 \/ 204;\" mt-d=\"0\" ml-d=\"0\" mt-m=\"0\" tabindex=\"0\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\" tabindex=\"0\"><strong><span tabindex=\"0\">100% <span tabindex=\"0\">FREE&nbsp;<\/span><\/span><\/strong><strong><span tabindex=\"0\">When You Claim&nbsp;<\/span><\/strong><strong><span tabindex=\"0\">SmartBloks<\/span><\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-6.png\" tabindex=\"0\"><img decoding=\"async\" alt=\"Default Alt Tag for this page\" data-id=\"35606\" width=\"223\" data-init-width=\"503\" height=\"54\" data-init-height=\"122\" title=\"bonus-1-3\" src=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-6.png\" data-width=\"223\" data-height=\"54\" data-link-wrap=\"true\" style=\"aspect-ratio: auto 503 \/ 122;\" ml-d=\"0\" mt-d=\"0\" tabindex=\"0\" loading=\"lazy\"><\/a><\/span><span><img decoding=\"async\" alt=\"\" width=\"1024\" data-init-width=\"1280\" height=\"576\" data-init-height=\"720\" src=\"https:\/\/imgur.com\/qaRb03D.png\" data-width=\"1024\" data-height=\"576\" style=\"aspect-ratio: auto 1280 \/ 720;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>Retail value: $17<\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-6.png\" tabindex=\"0\"><img decoding=\"async\" alt=\"Default Alt Tag for this page\" data-id=\"24462\" width=\"223\" data-init-width=\"503\" height=\"54\" data-init-height=\"122\" title=\"bonus-2\" src=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-2-29-2.png\" data-width=\"223\" data-height=\"54\" data-link-wrap=\"true\" style=\"aspect-ratio: auto 503 \/ 122;\" ml-d=\"0\" mt-d=\"0\" tabindex=\"0\" loading=\"lazy\"><\/a><\/span><span><img decoding=\"async\" alt=\"\" width=\"1024\" data-init-width=\"1280\" height=\"576\" data-init-height=\"720\" src=\"https:\/\/imgur.com\/5ClIhtm.png\" data-width=\"1024\" data-height=\"576\" style=\"aspect-ratio: auto 1280 \/ 720;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>Retail value: $19<\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-6.png\" tabindex=\"0\"><img decoding=\"async\" alt=\"\" data-id=\"62594\" width=\"223\" data-init-width=\"503\" height=\"54\" data-init-height=\"122\" title=\"bonus-3\" src=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-3-3-2.png\" data-width=\"223\" data-height=\"54\" data-link-wrap=\"true\" style=\"aspect-ratio: auto 503 \/ 122;\" ml-d=\"0\" mt-d=\"0\" tabindex=\"0\" loading=\"lazy\"><\/a><\/span><span><img decoding=\"async\" alt=\"\" width=\"1024\" data-init-width=\"1280\" height=\"576\" data-init-height=\"720\" src=\"https:\/\/i.imgur.com\/k4TcS2y.png\" data-width=\"1024\" data-height=\"576\" style=\"aspect-ratio: auto 1280 \/ 720;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>Retail value: $28<\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-6.png\" tabindex=\"0\"><img decoding=\"async\" alt=\"\" data-id=\"89440\" width=\"223\" data-init-width=\"503\" height=\"54\" data-init-height=\"122\" title=\"bonus-4-6-2-2-5\" src=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-4-6-2-2-5-1-5.png\" data-width=\"223\" data-height=\"54\" data-link-wrap=\"true\" style=\"aspect-ratio: auto 503 \/ 122;\" ml-d=\"0\" mt-d=\"0\" tabindex=\"0\" loading=\"lazy\"><\/a><\/span><span><img decoding=\"async\" alt=\"\" width=\"1024\" data-init-width=\"1280\" height=\"576\" data-init-height=\"720\" src=\"https:\/\/imgur.com\/Om2QjLD.png\" data-width=\"1024\" data-height=\"576\" style=\"aspect-ratio: auto 1280 \/ 720;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>Retail value: $47<\/strong><\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$160.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 94.00%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $150.00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Breakthrough AI Technology Automatically Creates Stunning Websites &amp; Mobile Apps Using Just A Keyword In Flat 60 Seconds! CREATE &amp; SELL Websites &amp; Mobile Apps for Rabid Buyers in Real Estate, Airbnb, eCommerce, Spas, Restaurants, Daycares, Old Age Homes &amp; hundreds of other niches INTRODUCING The Ultimate Website &amp; Mobile App DesigningSoftware Powered By AI [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"a79f3cf7fe0c7dcc4335f292805313a9","_tve_header":"0","_tve_footer":"0"},"folder":[],"class_list":["post-21314","page","type-page","status-publish","hentry","post-wrapper","thrv_wrapper"],"acf":[],"_links":{"self":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/pages\/21314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/comments?post=21314"}],"version-history":[{"count":0,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/pages\/21314\/revisions"}],"wp:attachment":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/media?parent=21314"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/folder?post=21314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}