{"id":21331,"date":"2024-04-11T15:36:03","date_gmt":"2024-04-11T19:36:03","guid":{"rendered":"https:\/\/thegiveawayguy.biz\/?page_id=21331"},"modified":"2024-04-11T15:43:30","modified_gmt":"2024-04-11T19:43:30","slug":"smartbloks-pro","status":"publish","type":"page","link":"https:\/\/thegiveawayguy.biz\/smartbloks-pro\/","title":{"rendered":"smartbloks-pro"},"content":{"rendered":"<p style=\"text-align: center; color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\"><strong>MAXIMIZE YOUR EXPERIENCE WITH OUR SOFTWARE BY UNLOCKINGTHE SUPERCHARGED VERSION OF SmartBloks \u2013 THE PRO EDITION<\/strong><\/p>\n<p style=\"text-align: center; color: rgb(252, 158, 11) !important; --tcb-applied-color: rgb(252, 158, 11) !important;\"><strong>10X YOUR SmartBloks RESULTS<\/strong><\/p>\n<p style=\"text-align: center;\"><strong>UNLOCK INTERNATIONAL FEATURES, NEW TEMPLATES &amp; SUPER FAST WEBSITES!<\/strong><\/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\":\"933328467\"},\"placeholder\":{\"type\":\"vimeo\",\"id\":\"933328467\"},\"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<ul>\n<li><span style=\"\">Remove SmartBloks Branding from ALL Website &amp; Apps<\/span><\/li>\n<li><span style=\"\">SuperFast Websites &#8211; Google Friendly<\/span><\/li>\n<li><span style=\"\">SuperFast Mobile Apps &#8211; iOS &amp; Android Support<\/span><\/li>\n<li><span style=\"\">Faster &amp; Advanced A.I. Content &amp; Graphics Creation<\/span><\/li>\n<li><span style=\"\">Access to Template Catalogue<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"\">Brand New Templates<\/span><\/li>\n<li><span style=\"\">Unlimited Access to New Design Blocks &amp; Widgets<\/span><\/li>\n<li><span style=\"\">International Features &#8211; AutoTranslate Website &amp; Apps<\/span><\/li>\n<li><span style=\"\">Tons of NEW Autoresponder Integrations<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center; color: rgb(252, 158, 11) !important; --tcb-applied-color: rgb(252, 158, 11) !important;\"><strong>THESE ADVANCED NEW FEATURES SUPERCHARGE YOUR ACCOUNT &amp; MAXIMIZE YOUR EARNING POTENTIAL<\/strong><\/p>\n<p style=\"text-align: center; color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Congratulations!<\/strong><\/p>\n<p style=\"color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\"><span style=\"font-size: 16px !important;\">You&#8217;re about to elevate your website and app development to a new level of professionalism.In today&#8217;s dynamic digital world, creating a unique and compelling online presence is key to standing out. That&#8217;s why we&#8217;re introducing an upgrade packed with features designed to enhance your brand and captivate your audience like never before.Have you ever wondered how to elevate your websites and iOS &amp; Android apps, achieving that elite status that attracts 10x the engagement, and doubles or even triples your conversion rates?Let&#8217;s pull the curtain on what&#8217;s been holding you back. While the version you currently have is powerful, imagine what you could achieve with even more professional tools at your fingertips.<\/span><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"463\" data-init-width=\"559\" height=\"485\" data-init-height=\"585\" src=\"https:\/\/i.imgur.com\/9ORQD8a.png\" data-width=\"463\" data-height=\"485\" style=\"aspect-ratio: auto 559 \/ 585;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>IMAGINE THIS<\/strong><\/p>\n<ul>\n<li><span style=\"\">No more SmartBloks branding on all your websites and mobile apps. Now, every site you create is a pure reflection of your brand, exuding a higher level of professionalism and uniqueness.<\/span><\/li>\n<li><span style=\"\">Experience the speed and efficiency of SuperFast Websites, optimized for Google, ensuing your sites not only look great but also perform exceptionally in search rankings.<\/span><\/li>\n<li><span style=\"\">Elevate your mobile presence with SuperFast Mobile Apps for both iOS and Android, pro-viding a seamless user experience that keeps your audience engaged and connected.<\/span><\/li>\n<li><span style=\"\">Discover a fresh array of Brand New Templates, each meticulously designed to ensure your websites and apps are not just functional, but visually stunning and trendsetting.<\/span><\/li>\n<li><span style=\"\">Go global effortlessly with International Features, including AutoTranslate for your wesites and mobile apps. Break language barriers and reach a wider audience with ease, making your content universally accessible.<\/span><\/li>\n<li><span style=\"\">Expand your communication capabilities with tons of NEW Autoresponder Integrations, streamlining your marketing efforts and enhancing your ability to connect with users across various platforms.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><strong>Curious about the game-changing solution that can skyrocket your online business and lead you to incredible success?<\/strong><\/p>\n<p style=\"text-align: center;\"><strong>INTRODUCING<\/strong><\/p>\n<p style=\"text-align: center; color: rgb(252, 158, 11) !important; --tcb-applied-color: rgb(252, 158, 11) !important;\"><strong>SmartBloks Professional<\/strong><\/p>\n<p><span><img decoding=\"async\" alt=\"\" width=\"1140\" data-init-width=\"1780\" height=\"387\" data-init-height=\"605\" src=\"https:\/\/i.imgur.com\/cs0ZYuP.png\" data-width=\"1140\" data-height=\"387\" style=\"aspect-ratio: auto 1780 \/ 605;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"text-align: center;\"><strong>SmartBloks Professional is a must-have upgrade that will leave you speechless! This isn&#8217;t just any old upgrade, but the golden ticket to unlocking a whole new world of benefits and professional features that will make you wonder how you ever lived without it.<\/strong><\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$200.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 95.0%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $190.00<\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Remove SmartBloks Branding from ALL Website &amp; Apps<\/strong><\/p>\n<ul>\n<li><span style=\"\">With SmartBloks Professional, you get the freedom to remove all SmartBloks branding from your websites and apps, making them completely yours.<\/span><\/li>\n<li><span style=\"\">This feature means your websites and apps will look totally professional and only show your own brand, not ours.<\/span><\/li>\n<li><span style=\"\">It&#8217;s perfect for making your site stand out and look more unique, as it will have only your logo and style.<\/span><\/li>\n<li><span style=\"\">This is really important if you want your website and apps to be all about your business or your personal brand.<\/span><\/li>\n<li><span style=\"\">Now, every site you create with SmartBloks Professional will be a clear reflection of you or your business, helping you to create a strong and distinct online identity.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"668\" height=\"504\" data-init-height=\"609\" src=\"https:\/\/i.imgur.com\/nKbFidH.png\" data-width=\"553\" data-height=\"504\" style=\"aspect-ratio: auto 668 \/ 609;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>SuperFast Websites &#8211; Google Friendly<\/strong><\/p>\n<ul>\n<li><span style=\"\">SmartBloks Professional takes your online presence to the next level with its &#8216;SuperFast Websites &#8211; Google Friendly&#8217; feature. This means every website you create is not just incredibly fast but also optimized to be Google friendly.<\/span><\/li>\n<li><span style=\"\">Faster websites keep visitors happy, reducing the chance they leave because it&#8217;s taking too long to load.<\/span><\/li>\n<li><span style=\"\">Being Google friendly is just as important &#8211; it helps your website show up better in search results, making it easier for new customers to find you.<\/span><\/li>\n<li><span style=\"\">Our platform ensures that your websites are built with the latest standards for speed and search engine optimization (SEO).<\/span><\/li>\n<li><span style=\"\">This combination of speed and visibility is a key factor in attracting more visitors and keeping them engaged.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"583\" height=\"591\" data-init-height=\"624\" src=\"https:\/\/i.imgur.com\/Y8eGMDv.png\" data-width=\"553\" data-height=\"591\" style=\"aspect-ratio: auto 583 \/ 624;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>SuperFast Mobile Apps &#8211; iOS &amp; Android Support<\/strong><\/p>\n<ul>\n<li><span style=\"\">This powerful capability ensures that the mobile apps you create are not only fast and responsive but also fully compatible with both iOS and Android platforms.<\/span><\/li>\n<li><span style=\"\">Imagine offering your audience or clients sleek, high-performance apps that work flawlessly on a wide range of devices, from iPhones to Android tablets.<\/span><\/li>\n<li><span style=\"\">This feature is crucial in today&#8217;s mobile-first world, where speed and accessibility are key to capturing and retaining user attention.<\/span><\/li>\n<li><span style=\"\">With SmartBloks Professional, you&#8217;re equipped to deliver top-tier app experiences, ensuring smooth, efficient, and engaging interra-tions for all users, regardless of their device choice.<\/span><\/li>\n<li><span style=\"\">This level of performance and compatibility is vital for staying ahead in the competitive digital marketplace, making your apps a preferred choice for users everywhere.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"545\" height=\"657\" data-init-height=\"648\" src=\"https:\/\/i.imgur.com\/62YJekW.png\" data-width=\"553\" data-height=\"657\" style=\"aspect-ratio: auto 545 \/ 648;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(253, 176, 58) !important; --tcb-applied-color: rgb(253, 176, 58) !important;\"><strong>Faster &amp; Advanced A.I. Content &amp; Graphics Creation<\/strong><\/p>\n<ul>\n<li><span style=\"\">This enhanced AI tool is designed to rapidly produce high-quality, engaging content and visually appealing graphics, tailored to your specific needs.<\/span><\/li>\n<li><span style=\"\">The AI algorithms efficiently generate unique and relevant articles, blog posts, and web copy, along with eye-catching images and graphics that resonate with your brand identity.<\/span><\/li>\n<li><span style=\"\">This feature not only accelerates the creative process but also ensures that the output is of a superior standard, engaging your audience more effectively.<\/span><\/li>\n<li><span style=\"\">Whether you&#8217;re looking to populate your websites with rich content or need captivating visuals to complement your text, SmartBloks Professional&#8217;s AI-driven creation tool delivers speed, quality, and creativity, making your content strategy more dynamic and impactful.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"598\" height=\"359\" data-init-height=\"389\" src=\"https:\/\/i.imgur.com\/Gz998H4.png\" data-width=\"553\" data-height=\"359\" style=\"aspect-ratio: auto 598 \/ 389;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Access to Template Catalogue<\/strong><\/p>\n<ul>\n<li><span style=\"\">This feature provides a wide range of choices for various website and mobile app designs, catering to diverse styles and industries.<\/span><\/li>\n<li><span style=\"\">Whether you need a sleek corporate layout, a vibrant blog theme, or an interactive e-commerce design, the Template Catalogue has it all.<\/span><\/li>\n<li><span style=\"\">Each template is crafted with attention to detail and usability, en-suring not only an aesthetically pleasing design but also a us-er-friendly experience.<\/span><\/li>\n<li><span style=\"\">With this extensive selection at your fingertips, you can quickly find and customize the perfect template for your project, saving time and streamlining your design process.<\/span><\/li>\n<li><span style=\"\">SmartBloks Professional&#8217;s Template Catalogue is a treasure for de-signers and developers seeking to create standout digital experi-ences with ease and efficiency.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"660\" height=\"311\" data-init-height=\"372\" src=\"https:\/\/i.imgur.com\/llJJvfQ.png\" data-width=\"553\" data-height=\"311\" style=\"aspect-ratio: auto 660 \/ 372;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Brand New Templates<\/strong><\/p>\n<ul>\n<li><span style=\"\">SmartBloks Professional brings an exciting array of Brand New Templates to the table, offering a fresh and modern approach to website and app design.<\/span><\/li>\n<li><span style=\"\">These templates are not just new; they are crafted with the latest design trends and user experience principles in mind.<\/span><\/li>\n<li><span style=\"\">Whether you&#8217;re creating a website for a business, a personal blog, or a mobile app, these templates provide a perfect starting point, ensuring your projects have a contemporary and professional look from the outset.<\/span><\/li>\n<li><span style=\"\">The variety and versatility of these templates mean you can easily find the perfect match for any project, catering to a wide range of styles and industries.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"577\" height=\"456\" data-init-height=\"476\" src=\"https:\/\/i.imgur.com\/iOC84mB.png\" data-width=\"553\" data-height=\"456\" style=\"aspect-ratio: auto 577 \/ 476;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Unlimited Access to New Design Blocks &amp; Widgets<\/strong><\/p>\n<ul>\n<li><span style=\"\">This feature provides an ever-expanding collection of design elements and functional widgets, giving you the tools to enhance the interactivity and aesthetic appeal of your websites.<\/span><\/li>\n<li><span style=\"\">From engaging call-to-action buttons to informative content blocks, and from interactive galleries to dynamic forms, the variety is endless.<\/span><\/li>\n<li><span style=\"\">These new design blocks and widgets are not only stylish but also user-friendly, ensuring that your websites are both visually striking and easy to navigate.<\/span><\/li>\n<li><span style=\"\">With unlimited access, you can experiment and implement different combinations, keeping your websites fresh, modern, and aligned with the latest design trends.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"706\" height=\"314\" data-init-height=\"401\" src=\"https:\/\/i.imgur.com\/3ZGnlyp.png\" data-width=\"553\" data-height=\"314\" style=\"aspect-ratio: auto 706 \/ 401;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Tons of NEW Autoresponder Integrations<\/strong><\/p>\n<ul>\n<li><span style=\"\">This expansion allows you to seamlessly integrate a wider range of leading autoresponder services directly into your websites and apps.<\/span><\/li>\n<li><span style=\"\">The benefit? You can now manage and automate your email ma-keting campaigns more effectively, reaching out to your audience with personalized, timely communications.<\/span><\/li>\n<li><span style=\"\">Whether it&#8217;s for nurturing leads, distributing newsletters, or send-ing targeted offers, these additional integrations provide the fleex-bility and efficiency needed to streamline your communication strategies.<\/span><\/li>\n<li><span style=\"\">With SmartBloks Professional, you&#8217;re not just building websites and apps; you&#8217;re creating powerful marketing platforms that are equipped to engage and convert your audience more effectively, thanks to a broader and more versatile suite of autoresponder tools.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"583\" height=\"409\" data-init-height=\"432\" src=\"https:\/\/i.imgur.com\/ElOWqo5.png\" data-width=\"553\" data-height=\"409\" style=\"aspect-ratio: auto 583 \/ 432;\" loading=\"lazy\"><\/span><\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$200.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 95.0%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $190.00<\/p>\n<p style=\"text-align: center; color: rgb(252, 158, 11) !important; --tcb-applied-color: rgb(252, 158, 11) !important;\"><strong>OH, THERE\u2019S MOOOOREEEEEE!<\/strong><\/p>\n<p style=\"text-align: center; color: rgb(255, 255, 255) !important; --tcb-applied-color: rgb(255, 255, 255) !important;\"><strong>Let me over-deliver one more time\u2026 When you lock in your SmartBloks Professional Upgrade, you\u2019ll experience the power of efficiency and maximize your results with website and iOS &amp; Android mobile app creation that captivate, engage, and convert. On top of that, you\u2019ll also get these features as extra add-ons:<\/strong><\/p>\n<p style=\"\"><strong>Publish the Mobile Apps on Google Play Store<\/strong><\/p>\n<ul>\n<li><span style=\"\">You can publish your mobile apps directly on the Google Play Store. This feature streamlines the process of making your Android apps available to a vast audience worldwide.<\/span><\/li>\n<li><span style=\"\">It&#8217;s a game-changer for businesses and developers seeking to maxi-mize their reach and impact. The ease of publishing on Google Play Store means you can quickly get your apps into the hands of users, enhancing visibility and user engagement.<\/span><\/li>\n<li><span style=\"\">Whether it&#8217;s for e-commerce, informational, or entertainment pur-poses, having your app on one of the world&#8217;s largest app platforms significantly boosts your credibility and allows for greater discove-ability.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"656\" height=\"305\" data-init-height=\"362\" src=\"https:\/\/i.imgur.com\/ji2mdVA.png\" data-width=\"553\" data-height=\"305\" style=\"aspect-ratio: auto 656 \/ 362;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"\"><strong>Unlimited Websites Leads<\/strong><\/p>\n<ul>\n<li><span style=\"\">This function is a game-changer for those looking to expand their customer base and generate more business.<\/span><\/li>\n<li><span style=\"\">It enables you to capture an unlimited number of leads directly from your websites, providing a continuous stream of potential clients and opportunities.<\/span><\/li>\n<li><span style=\"\">Whether you&#8217;re running marketing campaigns, offering subscriptions, or gathering inquiries, this feature ensures that no lead is missed.&nbsp;<\/span><\/li>\n<li><span style=\"\">The ability to collect unlimited leads is vital in today&#8217;s competitive digital landscape, helping you to continuously grow your audience, understand customer needs, and tailor your services accordingly.<\/span><\/li>\n<li><span style=\"\">Your websites become not just a showcase of your work but a dynamic tool for connecting with and expanding your clientele, driv-ing your business forward with every visitor.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"663\" height=\"318\" data-init-height=\"381\" src=\"https:\/\/i.imgur.com\/6e2gf3K.png\" data-width=\"553\" data-height=\"318\" style=\"aspect-ratio: auto 663 \/ 381;\" loading=\"lazy\"><\/span><\/p>\n<p style=\"color: rgb(255, 216, 0) !important; --tcb-applied-color: rgb(255, 216, 0) !important;\"><strong>Unlimited Stock Images &amp; Videos<\/strong><\/p>\n<ul>\n<li><span style=\"\">This feature provides access to a vast library of high-quality, royalty-free images and videos, perfect for enriching your websites and mobile apps.<\/span><\/li>\n<li><span style=\"\">No longer will you be limited by a lack of visual content or the need to purchase expensive stock media.<\/span><\/li>\n<li><span style=\"\">Whether you&#8217;re looking for stunning landscapes, professional business scenes, or engaging lifestyle shots, the unlimited selection ensures you&#8217;ll find the perfect visuals to complement your projects.<\/span><\/li>\n<li><span style=\"\">These resources are invaluable for adding a professional touch to your designs, making your websites and apps more visually appealing and engaging.<\/span><\/li>\n<\/ul>\n<p><span><img decoding=\"async\" alt=\"\" width=\"553\" data-init-width=\"664\" height=\"317\" data-init-height=\"381\" src=\"https:\/\/i.imgur.com\/aSgMR5f.png\" data-width=\"553\" data-height=\"317\" style=\"aspect-ratio: auto 664 \/ 381;\" loading=\"lazy\"><\/span><\/p>\n<h6 style=\"text-align: center;\" tabindex=\"0\"><strong>Actual Retail Price Including Bonuses- <span style=\"text-decoration: line-through;\" tabindex=\"0\">$200.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 95.0%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $190.00<\/p>\n<p><span tabindex=\"0\"><img decoding=\"async\" alt=\"Default Alt Tag for this page\" width=\"701\" data-init-width=\"860\" height=\"166\" data-init-height=\"204\" src=\"https:\/\/i.imgur.com\/8NirHpR.png\" data-width=\"701\" data-height=\"166\" 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 <\/span><\/strong><strong><span tabindex=\"0\">SmartBloks Professional Today<\/span><\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-8.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-8.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=\"1080\" data-init-width=\"1280\" height=\"608\" data-init-height=\"720\" loading=\"lazy\" src=\"https:\/\/imgur.com\/ETKpixL.png\" data-width=\"1080\" data-height=\"608\" style=\"aspect-ratio: auto 1280 \/ 720;\"><\/span><\/p>\n<p style=\"text-align: center;\" tabindex=\"0\"><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-8.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-3.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=\"1080\" data-init-width=\"1280\" height=\"608\" data-init-height=\"720\" loading=\"lazy\" src=\"https:\/\/i.imgur.com\/Ma1bssb.png\" data-width=\"1080\" data-height=\"608\" style=\"aspect-ratio: auto 1280 \/ 720;\"><\/span><\/p>\n<p style=\"text-align: center; color: rgb(28, 177, 46) !important; --tcb-applied-color: rgb(28, 177, 46) !important;\" tabindex=\"0\"><strong>Retail Value: $27<\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-8.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-3.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=\"1080\" data-init-width=\"1280\" height=\"608\" data-init-height=\"720\" loading=\"lazy\" src=\"https:\/\/imgur.com\/i6qWoMG.png\" data-width=\"1080\" data-height=\"608\" style=\"aspect-ratio: auto 1280 \/ 720;\"><\/span><\/p>\n<p style=\"text-align: center;\" tabindex=\"0\"><strong>Retail Value: $42<\/strong><\/p>\n<p><span tabindex=\"0\"><a href=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-1-3-1-2-8.png\" tabindex=\"0\"><img decoding=\"async\" alt=\"\" data-id=\"76890\" width=\"223\" data-init-width=\"503\" height=\"122\" data-init-height=\"122\" title=\"bonus-4-6-2\" src=\"https:\/\/thegiveawayguy.biz\/wp-content\/uploads\/2024\/04\/bonus-4-6-2-2.png\" data-width=\"223\" 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=\"1080\" data-init-width=\"1280\" height=\"608\" data-init-height=\"720\" loading=\"lazy\" src=\"https:\/\/imgur.com\/teOr99C.png\" data-width=\"1080\" data-height=\"608\" style=\"aspect-ratio: auto 1280 \/ 720;\"><\/span><\/p>\n<p style=\"text-align: center;\" tabindex=\"0\"><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\">$200.00<\/span><\/strong><\/h6>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Discount Applied = 95.0%<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\">Total Savings = $190.00<\/p>\n<p style=\"text-align: center;\" tabindex=\"0\"><span style=\"text-decoration: underline;\" tabindex=\"0\">No thanks, I don&#8217;t want to take advantage of this offer<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MAXIMIZE YOUR EXPERIENCE WITH OUR SOFTWARE BY UNLOCKINGTHE SUPERCHARGED VERSION OF SmartBloks \u2013 THE PRO EDITION 10X YOUR SmartBloks RESULTS UNLOCK INTERNATIONAL FEATURES, NEW TEMPLATES &amp; SUPER FAST WEBSITES! Remove SmartBloks Branding from ALL Website &amp; Apps SuperFast Websites &#8211; Google Friendly SuperFast Mobile Apps &#8211; iOS &amp; Android Support Faster &amp; Advanced A.I. Content [&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-21331","page","type-page","status-publish","hentry","post-wrapper","thrv_wrapper"],"acf":[],"_links":{"self":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/pages\/21331","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=21331"}],"version-history":[{"count":0,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/pages\/21331\/revisions"}],"wp:attachment":[{"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/media?parent=21331"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/thegiveawayguy.biz\/v\/wp\/v2\/folder?post=21331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}