{"id":7727,"date":"2026-01-27T14:43:53","date_gmt":"2026-01-27T09:13:53","guid":{"rendered":"http:\/\/staging.q-dees.com\/?post_type=explore-and-discover&#038;p=7727"},"modified":"2026-02-04T12:03:08","modified_gmt":"2026-02-04T06:33:08","slug":"chinese-new-year-2026","status":"publish","type":"explore-and-discover","link":"https:\/\/www.q-dees.com\/bm\/explore-and-discover\/chinese-new-year-2026\/","title":{"rendered":"Tahun Baru Cina 2026"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-61px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/01\/cover-photo-03-scaled.jpg&#8221; alt=&#8221;Chinese New Year cover photo for Q-dees for the year 2025. It is the year of the snake. There is chibi versions of Q-dees characters having fun, set in an ancient China background.&#8221; title_text=&#8221;CNY 2026 Cover&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;145px||32px||false|false&#8221; custom_margin_tablet=&#8221;78px||||false|false&#8221; custom_margin_phone=&#8221;66px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;RockoUltraFLF||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;45px&#8221; text_letter_spacing=&#8221;4px&#8221; header_font=&#8221;RockoFLF||||||||&#8221; header_text_align=&#8221;center&#8221; header_2_font=&#8221;RockoFLF||||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;37px&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; text_orientation=&#8221;center&#8221; text_font_size_tablet=&#8221;30px&#8221; text_font_size_phone=&#8221;30px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;37px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Chinese New Year 2026<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<script><!-- [et_pb_line_break_holder] -->jQuery(function($) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Find ANY element whose class contains \"Event_\"<!-- [et_pb_line_break_holder] -->    $('[class*=\"Event_\"]').each(function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        let btn = $(this);<!-- [et_pb_line_break_holder] -->        let className = btn.attr('class') || \"\";<!-- [et_pb_line_break_holder] -->        let elementID = btn.attr('id') || \"NoID\";<!-- [et_pb_line_break_holder] -->        let elementText = btn.text().trim() || \"\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Extract the Event_* class<!-- [et_pb_line_break_holder] -->        let eventClass = className.split(\/\\s+\/).find(c => c.startsWith(\"Event_\"));<!-- [et_pb_line_break_holder] -->        if (!eventClass) return; \/\/ skip if not found<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Example: eventClass = \"Event_Bonanza_2025\"<!-- [et_pb_line_break_holder] -->        let eventName = eventClass;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Detailed activity name<!-- [et_pb_line_break_holder] -->        let activityName = `${eventName}_${elementID}`;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Attach click listener<!-- [et_pb_line_break_holder] -->        btn.on('click', function () {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            window.dataLayer = window.dataLayer || [];<!-- [et_pb_line_break_holder] -->            window.dataLayer.push({<!-- [et_pb_line_break_holder] -->                event: eventName,               \/\/ Main custom event for triggering GTM<!-- [et_pb_line_break_holder] -->                activity_name: activityName,    \/\/ More descriptive action name<!-- [et_pb_line_break_holder] -->                element_id: elementID,<!-- [et_pb_line_break_holder] -->                element_text: elementText<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            console.warn(\"Event Fired:\", {<!-- [et_pb_line_break_holder] -->                event: eventName,<!-- [et_pb_line_break_holder] -->                activity_name: activityName,<!-- [et_pb_line_break_holder] -->                element_id: elementID,<!-- [et_pb_line_break_holder] -->                element_text: elementText<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiJhY2ZkZmY4Yy1hZDVmLTRhMzMtOTYwNC1hNmIyN2Y1MTZjM2MiLCJjb25kaXRpb24iOiJkYXRlVGltZSIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoiaXNBZnRlciIsImRhdGUiOiIyMDI1LTAxLTEzIiwidGltZSI6IjAwOjAwIiwid2Vla2RheXMiOiJ8IiwiYWxsRGF5Ijoib24iLCJmcm9tVGltZSI6IjAwOjAwIiwidW50aWxUaW1lIjoiMDA6MDAiLCJyZXBlYXQiOiJvZmYiLCJyZXBlYXRGcmVxdWVuY3kiOiJtb250aGx5IiwicmVwZWF0RnJlcXVlbmN5U3BlY2lmaWNEYXlzIjoid2Vla2x5IiwicmVwZWF0RW5kIjoibmV2ZXIiLCJyZXBlYXRVbnRpbERhdGUiOiIyMDI1LTEtOSIsInJlcGVhdFRpbWVzIjoiMyIsImFkbWluTGFiZWwiOiJEYXRlICYgVGltZSIsImVuYWJsZUNvbmRpdGlvbiI6Im9uIn0sIm9wZXJhdG9yIjoiT1IifV0=&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/01\/FB_Posting.jpg-scaled.jpeg&#8221; title_text=&#8221;CNY 2026 Contest Cover&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;RockoFLF||||||||&#8221; text_font_size=&#8221;18px&#8221; custom_padding=&#8221;15px|||||&#8221; hover_enabled=&#8221;0&#8243; text_font_size_tablet=&#8221;18px&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 16px;\">\ud83c\udf89<\/span><span style=\"font-size: 16px;\">\u00a0<\/span><strong>Q-dees CNY 2026 Contest\u00a0<\/strong><span style=\"font-size: 16px;\">\ud83c\udf89<\/span><\/h3>\n<p><span>Chinese New Year is almost here, and what better way to celebrate the upcoming Year of the Horse than with a contest!\u00a0<\/span><\/p>\n<p><span><span class=\"_fadeIn_m1hgl_8\">Whether it\u2019s colouring with flair or expressing unique styles, this contest is all about celebrating kids\u2019 creativity, so what are you waiting for? Join us for more exciting fun!<\/span><\/span><span><\/span><\/p>\n<p><span><span class=\"_fadeIn_m1hgl_8\">This time, there&#8217;s no age limit! We welcome children, teens, adults and even senior citizens to join. The sky&#8217;s the limit! Make this a whole family activity for you and your loved ones this CNY season.<\/span><\/span><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<p class=\"has-medium-font-size\" style=\"text-align: left;\"><!-- \/divi:paragraph --> <!-- \/divi:paragraph --><\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/staging.q-dees.com\/cny2026\/submission\/&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Submit Your Entry!&#8221; button_alignment=&#8221;center&#8221; module_id=&#8221;Submission&#8221; module_class=&#8221;Event_CNY_2026&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#F0B800&#8243; button_border_width=&#8221;3px&#8221; button_border_radius=&#8221;49px&#8221; button_font=&#8221;RockoUltraFLF||||||||&#8221; button_icon=&#8221;&#xf135;||fa||900&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;RockoFLF||||||||&#8221; text_font_size=&#8221;18px&#8221; custom_padding=&#8221;15px|||||&#8221; text_font_size_tablet=&#8221;18px&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<h3 style=\"text-align: center;\"><strong>\ud83c\udfc6<span> <\/span><\/strong>Prizes <strong>\ud83c\udfc6<\/strong><\/h3>\n<p>We know what everyone is interested in, prizes! So here they are!<\/p>\n<p>Stand a chance to win exclusive Q-dees Chinese New Year angpao packets! Our top 10 winners also win mystery prizes that will be delivered straight to their doorstep!<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><strong>Top 10:<\/strong> 50 Angpao Packets + Mystery Prizes<\/li>\n<li><strong>Consolation Prizes x 50<\/strong>: 30 Angpao Packets<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Wow! So many prizes up for grabs! What a prosperous new year!<\/p>\n<p><strong>BONUS: <\/strong>All participants will also receive a e-certificate of participation with their name on it!<\/p>\n<p class=\"has-medium-font-size\" style=\"text-align: left;\"><!-- \/divi:paragraph --> <!-- \/divi:paragraph --><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/01\/Cny_campaign-08.jpg&#8221; title_text=&#8221;CNY 2026 prizes&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; display_conditions=&#8221;W3siaWQiOiI0Y2IwMTliZC1mM2M1LTRmZWUtYTBmNy0yMWEwN2MyZWM2NmQiLCJjb25kaXRpb24iOiJkYXRlVGltZSIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoiaXNBZnRlciIsImRhdGUiOiIyMDI1LTAxLTIwIiwidGltZSI6IjAwOjAwIiwid2Vla2RheXMiOiJ8IiwiYWxsRGF5Ijoib24iLCJmcm9tVGltZSI6IjAwOjAwIiwidW50aWxUaW1lIjoiMDA6MDAiLCJyZXBlYXQiOiJvZmYiLCJyZXBlYXRGcmVxdWVuY3kiOiJtb250aGx5IiwicmVwZWF0RnJlcXVlbmN5U3BlY2lmaWNEYXlzIjoid2Vla2x5IiwicmVwZWF0RW5kIjoibmV2ZXIiLCJyZXBlYXRVbnRpbERhdGUiOiIyMDI1LTEtOSIsInJlcGVhdFRpbWVzIjoiMyIsImFkbWluTGFiZWwiOiJEYXRlICYgVGltZSIsImVuYWJsZUNvbmRpdGlvbiI6Im9uIn0sIm9wZXJhdG9yIjoiT1IifV0=&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/01\/Cny_campaign-07-scaled.jpg&#8221; title_text=&#8221;CNY 2026 Colouring&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;RockoFLF||||||||&#8221; text_font_size=&#8221;18px&#8221; custom_padding=&#8221;15px|||||&#8221; hover_enabled=&#8221;0&#8243; text_font_size_tablet=&#8221;18px&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<h3 style=\"text-align: center;\"><strong>\u270f\u00a0<\/strong>How to Join &#8211; Colouring Category <strong>\u270f\u00a0<\/strong><\/h3>\n<ol>\n<li><span><strong>Download &amp; Print<\/strong><\/span><span>\u00a0<\/span>your favourite colouring sheet.<\/li>\n<li><span><strong>Colour<\/strong>\u00a0<\/span>the sheet in your own unique style.<\/li>\n<li><span><strong>Post<\/strong>\u00a0<\/span>your entry on Facebook or Instagram with<span>\u00a0<strong>#QdeesCNY2026<\/strong><\/span><span>\u00a0<\/span>and tag us<span>\u00a0<\/span><span><strong>@qdees_official.<\/strong><\/span><strong><\/strong><strong><span class=\"_fadeIn_m1hgl_8\"><\/span><\/strong><strong><span class=\"_fadeIn_m1hgl_8\"><\/span><\/strong><\/li>\n<li><span><a href=\"http:\/\/staging.q-dees.com\/cny2026\/submission\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"text-decoration: underline;\">Submit\u00a0<\/span><\/strong><\/a>your entry via the form at the top of this page to officially enter the contest!<\/span><\/li>\n<\/ol>\n<p><span><strong><span class=\"_fadeIn_m1hgl_8\">\u26a0\ufe0f\u00a0<\/span><\/strong><span class=\"_fadeIn_m1hgl_8\"><span style=\"text-decoration: underline;\"><strong>Important<\/strong><\/span>: Make sure your profile is set to\u00a0<strong>public<\/strong>\u00a0until the winner announcement. If it\u2019s private, we won\u2019t be able to see your entry!<\/span><\/span><\/p>\n<p><span><span class=\"_fadeIn_m1hgl_8\">You will need to post on social media AND submit through the form for a successful entry into the contest.\u00a0<\/span><\/span><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<p class=\"has-medium-font-size\" style=\"text-align: left;\"><!-- \/divi:paragraph --> <!-- \/divi:paragraph --><\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/01\/CNY-colouring-sheets.pdf&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Download Artwork&#8221; button_alignment=&#8221;center&#8221; module_id=&#8221;Artwork&#8221; module_class=&#8221;Event_CNY_2026&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#F0B800&#8243; button_border_width=&#8221;3px&#8221; button_border_radius=&#8221;49px&#8221; button_font=&#8221;RockoUltraFLF||||||||&#8221; button_icon=&#8221;&#xf135;||fa||900&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;RockoFLF||||||||&#8221; text_font_size=&#8221;18px&#8221; custom_padding=&#8221;15px|||||&#8221; hover_enabled=&#8221;0&#8243; text_font_size_tablet=&#8221;18px&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<h3 style=\"text-align: center;\"><strong>\u270f\u00a0<\/strong>How to Join &#8211; Dancing Category <strong>\u270f\u00a0<\/strong><\/h3>\n<ol>\n<li><b>Groove\u00a0<\/b>along to our CNY Dance music video!<\/li>\n<li><span><strong>Post<\/strong>\u00a0<\/span>your dance on Facebook or Instagram with<span>\u00a0<strong>#QdeesCNY2026<\/strong><\/span><span>\u00a0<\/span>and tag us<span>\u00a0<\/span><span><strong>@qdees_official.<\/strong><\/span><strong><\/strong><strong><span class=\"_fadeIn_m1hgl_8\"><\/span><\/strong><strong><span class=\"_fadeIn_m1hgl_8\"><\/span><\/strong><\/li>\n<li><span><a href=\"http:\/\/staging.q-dees.com\/cny2026\/submission\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"text-decoration: underline;\">Submit\u00a0<\/span><\/strong><\/a>your entry via the form at the top of this page to officially enter the contest!<\/span><\/li>\n<\/ol>\n<p><span><strong><span class=\"_fadeIn_m1hgl_8\">\u26a0\ufe0f\u00a0<\/span><\/strong><span class=\"_fadeIn_m1hgl_8\"><span style=\"text-decoration: underline;\"><strong>Important<\/strong><\/span>: Make sure your profile is set to\u00a0<strong>public<\/strong>\u00a0until the winner announcement. If it\u2019s private, we won\u2019t be able to see your entry!<\/span><\/span><\/p>\n<p><span><span class=\"_fadeIn_m1hgl_8\">You will need to post on social media AND submit through the form for a successful entry into the contest.\u00a0<\/span><\/span><!-- divi:paragraph {\"fontSize\":\"medium\"} --><\/p>\n<p class=\"has-medium-font-size\" style=\"text-align: left;\"><!-- \/divi:paragraph --> <!-- \/divi:paragraph --><\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/staging.q-dees.com\/cny2026\/submission\/&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Submit Your Entry!&#8221; button_alignment=&#8221;center&#8221; module_id=&#8221;Submission&#8221; module_class=&#8221;Event_CNY_2026&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#F0B800&#8243; button_border_width=&#8221;3px&#8221; button_border_radius=&#8221;49px&#8221; button_font=&#8221;RockoUltraFLF||||||||&#8221; button_icon=&#8221;&#xf135;||fa||900&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; locked=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;http:\/\/staging.q-dees.com\/wp-content\/uploads\/2026\/02\/FB_Posting-05.jpg-scaled.jpeg&#8221; title_text=&#8221;CNY 2026 Dancing Category&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; type=&#8221;4_4&#8243; theme_builder_area=&#8221;post_content&#8221;][et_pb_video src=&#8221;https:\/\/youtu.be\/TCwU_OYxgIQ&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;][\/et_pb_video][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Celebrate Chinese New Year 2026 with Q-dees! Join us for an exciting contest and win amazing prizes this CNY season!<\/p>","protected":false},"featured_media":7728,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false},"explore":[51,53,46,52,49],"class_list":["post-7727","explore-and-discover","type-explore-and-discover","status-publish","format-standard","has-post-thumbnail","hentry","explore-crafts","explore-festive","explore-printables","explore-songs","explore-videos"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/explore-and-discover\/7727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/explore-and-discover"}],"about":[{"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/types\/explore-and-discover"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/media\/7728"}],"wp:attachment":[{"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/media?parent=7727"}],"wp:term":[{"taxonomy":"explore","embeddable":true,"href":"https:\/\/www.q-dees.com\/bm\/wp-json\/wp\/v2\/explore?post=7727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}