{"id":13048,"date":"2025-09-12T16:51:26","date_gmt":"2025-09-12T14:51:26","guid":{"rendered":"https:\/\/blog.theusualnext.com\/press\/"},"modified":"2025-10-12T19:21:46","modified_gmt":"2025-10-12T17:21:46","slug":"press","status":"publish","type":"page","link":"https:\/\/blog.theusualnext.com\/en\/press\/","title":{"rendered":"Press"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13048\" class=\"elementor elementor-13048 elementor-13022\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba6406f e-flex e-con-boxed e-con e-parent\" data-id=\"ba6406f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5f2351 elementor-widget elementor-widget-html\" data-id=\"f5f2351\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Press Kit - the usual neXt<\/title>\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            overflow-x: hidden;\n            position: relative;\n        }\n\n        \/* Animated background with floating letters - FAST AND VISIBLE *\/\n        .floating-letters {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 0;\n            overflow: hidden;\n        }\n\n        .letter {\n            position: absolute;\n            color: rgba(255, 255, 255, 0.5);\n            font-size: 4rem;\n            font-weight: 500;\n            animation: float 8s infinite linear;\n        }\n\n        .press-word {\n            position: absolute;\n            color: rgba(255, 255, 255, 0.45);\n            font-size: 1.8rem;\n            font-weight: 700;\n            animation: floatWord 10s infinite linear;\n        }\n\n        @keyframes float {\n            0% {\n                transform: translateY(120vh) rotate(0deg);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n            }\n            90% {\n                opacity: 1;\n            }\n            100% {\n                transform: translateY(-150px) rotate(360deg);\n                opacity: 0;\n            }\n        }\n\n        @keyframes floatWord {\n            0% {\n                transform: translateX(-300px);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n            }\n            90% {\n                opacity: 1;\n            }\n            100% {\n                transform: translateX(calc(100vw + 300px));\n                opacity: 0;\n            }\n        }\n\n        \/* Ensures all content is above background *\/\n        .header, .main-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .header {\n            padding: 3rem 0;\n            text-align: center;\n        }\n\n        .header-card {\n            background: #B0E0E6;\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 2rem;\n            box-shadow: 0 12px 40px rgba(0,0,0,0.1);\n            max-width: 400px;\n            margin: 0 auto;\n            transition: all 0.3s ease;\n        }\n\n        .header-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 16px 50px rgba(0,0,0,0.15);\n        }\n\n        .header h1 {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: #2c3e50;\n        }\n\n        .header p {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            margin: 0;\n        }\n\n        .main-content {\n            padding: 4rem 0;\n        }\n\n        .materials-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));\n            gap: 3rem;\n            margin-bottom: 4rem;\n        }\n\n        .material-card {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 3rem;\n            box-shadow: 0 12px 40px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n        }\n\n        .material-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n        }\n\n        .video-card {\n            grid-column: 1 \/ -1;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .material-card h3 {\n            font-size: 1.8rem;\n            margin-bottom: 1.5rem;\n            color: #2c3e50;\n        }\n\n        .material-card p {\n            color: #666;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n        }\n\n        .file-list {\n            list-style: none;\n        }\n\n        .file-item {\n            padding: 1.2rem 0;\n            border-bottom: 1px solid #eee;\n        }\n\n        .file-item:last-child {\n            border-bottom: none;\n        }\n\n        .file-name {\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n\n        .file-downloads {\n            display: flex;\n            gap: 10px;\n            flex-wrap: wrap;\n        }\n\n        .download-btn {\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);\n        }\n\n        .download-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);\n        }\n\n        .download-btn.word {\n            background: linear-gradient(135deg, #2B579A, #1A365D);\n        }\n\n        .download-btn.image {\n            background: linear-gradient(135deg, #10B981, #047857);\n        }\n\n        .contact-section {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 3rem;\n            text-align: center;\n            box-shadow: 0 12px 40px rgba(0,0,0,0.1);\n        }\n\n        .contact-section h3 {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n            color: #2c3e50;\n        }\n\n        .contact-section p {\n            color: #666;\n            margin-bottom: 2rem;\n            font-size: 1.1rem;\n        }\n\n        .contact-email {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            color: #667eea;\n            font-weight: 600;\n            font-size: 1.2rem;\n            text-decoration: none;\n            background: rgba(102, 126, 234, 0.1);\n            padding: 1rem 2rem;\n            border-radius: 12px;\n            transition: all 0.3s ease;\n        }\n\n        .contact-email:hover {\n            background: rgba(102, 126, 234, 0.2);\n            transform: translateY(-2px);\n        }\n\n        @media (max-width: 768px) {\n            .header-card {\n                max-width: 300px;\n                padding: 1.5rem;\n            }\n            \n            .header h1 {\n                font-size: 1.6rem;\n            }\n            \n            .materials-section {\n                grid-template-columns: 1fr;\n            }\n            \n            .material-card {\n                padding: 2rem;\n            }\n            \n            .contact-section {\n                padding: 2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Animated background FAST AND VERY VISIBLE -->\n    <div class=\"floating-letters\">\n        <div class=\"letter\" style=\"left: 5%; animation-delay: 0s;\">A<\/div>\n        <div class=\"letter\" style=\"left: 15%; animation-delay: 1s;\">B<\/div>\n        <div class=\"letter\" style=\"left: 25%; animation-delay: 2s;\">C<\/div>\n        <div class=\"letter\" style=\"left: 35%; animation-delay: 3s;\">D<\/div>\n        <div class=\"letter\" style=\"left: 45%; animation-delay: 4s;\">E<\/div>\n        <div class=\"letter\" style=\"left: 55%; animation-delay: 5s;\">F<\/div>\n        <div class=\"letter\" style=\"left: 65%; animation-delay: 6s;\">G<\/div>\n        <div class=\"letter\" style=\"left: 75%; animation-delay: 7s;\">H<\/div>\n        <div class=\"letter\" style=\"left: 85%; animation-delay: 0.5s;\">I<\/div>\n        <div class=\"letter\" style=\"left: 95%; animation-delay: 1.5s;\">J<\/div>\n        <div class=\"press-word\" style=\"top: 10%; animation-delay: 0s;\">PRESS<\/div>\n        <div class=\"press-word\" style=\"top: 25%; animation-delay: 2s;\">NEWS<\/div>\n        <div class=\"press-word\" style=\"top: 40%; animation-delay: 4s;\">MEDIA<\/div>\n        <div class=\"press-word\" style=\"top: 55%; animation-delay: 6s;\">INTERVIEW<\/div>\n        <div class=\"press-word\" style=\"top: 70%; animation-delay: 8s;\">STORY<\/div>\n        <div class=\"press-word\" style=\"top: 85%; animation-delay: 1s;\">EXCLUSIVE<\/div>\n    <\/div>\n\n    <div class=\"header\">\n        <div class=\"container\">\n            <div class=\"header-card\">\n                <h1>Press Kit<\/h1>\n                <p>Official press materials from the usual neXt \u2728<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"main-content\">\n        <div class=\"container\">\n            <div class=\"materials-section\">\n                <div class=\"material-card\">\n                    <h3>\ud83d\udcdd Documents<\/h3>\n                    <p>Press releases and official informational materials from our company \ud83d\udccb<\/p>\n                    \n                    <ul class=\"file-list\">\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udfe2 the usual neXt: the company<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/13Mds-laaLNoRYHHIij555PlLHMtmc43E-XRZ2HmsL2Q\/edit?usp=drive_link\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udfd7\ufe0f Tholus Dome: immersive domes<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/13oFP0_-yavh1q-7hxoFLuhF0-m9Mau4IHFDKND_MEJk\/edit?usp=drive_link\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udf19 Luna Dolph: the virtual influencer<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/1eQ-17GlKdkRfSMXvcvvvpt1izAv4eoKBFqsgNHk7wOA\/edit?usp=drive_link\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udc65 the usual neXt: the team<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/1_eafE3GiEOlnhzXDtx69y0gmI5TyDxZ1aFkRwYOqipE\/edit?usp=drive_link\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udcda Eventi Immersivi - The book<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/1jGU9c_bTTlsl8EM7jjsvr7UI_Ppd9obSNHtgpCKKgIY\/edit?usp=sharing\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udcf1 TholusOne App: the ecosystem for young creatives<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/docs.google.com\/document\/d\/1xyr8ln_i7xrbxxL9OF2kKWFCVM4vMDmyHAxZM2d-j5I\/edit?usp=sharing\" target=\"_blank\" class=\"download-btn word\">\ud83d\udcc4 Word<\/a>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"material-card\">\n                    <h3>\ud83d\uddbc\ufe0f Images<\/h3>\n                    <p>High-resolution photos of our products for editorial use \ud83d\udcf8<\/p>\n                    \n                    <ul class=\"file-list\">\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udff7\ufe0f Logo TUN<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/drive.google.com\/uc?export=download&id=1enQukC95fndwoAVG7yYRnbD4tuAwqpzL\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udf19 Luna - Brand Ambassador Interior Setting<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/drive.google.com\/uc?export=download&id=183MxqdOeCC-F7Ybg__DB56lSQkTArzvH\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udf19 Luna Profile Pic<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/drive.google.com\/uc?export=download&id=1oftbobddcliOk8UVsTe3GgMJI-z0GLLo\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83c\udf19 Luna - Tech\/Futuristic Setting<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/drive.google.com\/uc?export=download&id=12Nq14xRd0cgYf9otMHOI9b_nli7bwj5_\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udcda Eventi Immersivi - Book Cover<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/09\/Eventi-Immersivi.jpg\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udcf1 TholusOne App<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-19-161359-left.png\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"material-card video-card\">\n                    <h3>\ud83c\udfac Videos<\/h3>\n                    <p>Video materials and promotional content from our projects \ud83c\udfa5<\/p>\n                    \n                    <ul class=\"file-list\">\n                        <li class=\"file-item\">\n                            <div class=\"file-name\">\ud83d\udcda Eventi Immersivi - Book Trailer<\/div>\n                            <div class=\"file-downloads\">\n                                <a href=\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2025\/09\/Trailer-libro-Eventi-Immersivi-English.mp4\" target=\"_blank\" class=\"download-btn image\">\u2b07\ufe0f Download<\/a>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"contact-section\">\n                <h3>\ud83d\udce7 Press Contacts<\/h3>\n                <p>For interviews, additional information or specific requests, contact our press office directly<\/p>\n                <div style=\"margin-bottom: 1rem;\">\n                    <strong style=\"color: #2c3e50; font-size: 1.1rem;\">Mariachiara Montebello<\/strong>\n                <\/div>\n                <a href=\"mailto:press@theusualnext.com\" class=\"contact-email\">\n                    \u2709\ufe0f press@theusualnext.com\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Press Kit &#8211; the usual neXt A B C D E F G H I J PRESS NEWS MEDIA INTERVIEW STORY EXCLUSIVE Press Kit Official press materials from the usual neXt \u2728 \ud83d\udcdd Documents Press releases and official informational materials from our company \ud83d\udccb \ud83c\udfe2 the usual neXt: the company \ud83d\udcc4 Word \ud83c\udfd7\ufe0f Tholus Dome: [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13048","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Press - the usual neXt<\/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:\/\/blog.theusualnext.com\/en\/press\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Press\" \/>\n<meta property=\"og:description\" content=\"Press Kit &#8211; the usual neXt A B C D E F G H I J PRESS NEWS MEDIA INTERVIEW STORY EXCLUSIVE Press Kit Official press materials from the usual neXt \u2728 \ud83d\udcdd Documents Press releases and official informational materials from our company \ud83d\udccb \ud83c\udfe2 the usual neXt: the company \ud83d\udcc4 Word \ud83c\udfd7\ufe0f Tholus Dome: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.theusualnext.com\/en\/press\/\" \/>\n<meta property=\"og:site_name\" content=\"the usual neXt\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/theusualnext\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-12T17:21:46+00:00\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/press\/\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/press\/\",\"name\":\"Press - the usual neXt\",\"isPartOf\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#website\"},\"datePublished\":\"2025-09-12T14:51:26+00:00\",\"dateModified\":\"2025-10-12T17:21:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/press\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.theusualnext.com\/en\/press\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/press\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.theusualnext.com\/en\/unext-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Press\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#website\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/\",\"name\":\"the usual neXt\",\"description\":\"Tech-Enhanced Social Experiences\",\"publisher\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.theusualnext.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#organization\",\"name\":\"the usual neXt\",\"url\":\"https:\/\/blog.theusualnext.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png\",\"contentUrl\":\"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png\",\"width\":700,\"height\":466,\"caption\":\"the usual neXt\"},\"image\":{\"@id\":\"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/theusualnext\",\"https:\/\/www.instagram.com\/theusualnext\/\",\"https:\/\/www.youtube.com\/channel\/UCxJI4sPfTNEarFcdWrT59lw\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Press - the usual neXt","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:\/\/blog.theusualnext.com\/en\/press\/","og_locale":"en_US","og_type":"article","og_title":"Press","og_description":"Press Kit &#8211; the usual neXt A B C D E F G H I J PRESS NEWS MEDIA INTERVIEW STORY EXCLUSIVE Press Kit Official press materials from the usual neXt \u2728 \ud83d\udcdd Documents Press releases and official informational materials from our company \ud83d\udccb \ud83c\udfe2 the usual neXt: the company \ud83d\udcc4 Word \ud83c\udfd7\ufe0f Tholus Dome: [&hellip;]","og_url":"https:\/\/blog.theusualnext.com\/en\/press\/","og_site_name":"the usual neXt","article_publisher":"https:\/\/www.facebook.com\/theusualnext","article_modified_time":"2025-10-12T17:21:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.theusualnext.com\/en\/press\/","url":"https:\/\/blog.theusualnext.com\/en\/press\/","name":"Press - the usual neXt","isPartOf":{"@id":"https:\/\/blog.theusualnext.com\/en\/#website"},"datePublished":"2025-09-12T14:51:26+00:00","dateModified":"2025-10-12T17:21:46+00:00","breadcrumb":{"@id":"https:\/\/blog.theusualnext.com\/en\/press\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.theusualnext.com\/en\/press\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.theusualnext.com\/en\/press\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.theusualnext.com\/en\/unext-blog\/"},{"@type":"ListItem","position":2,"name":"Press"}]},{"@type":"WebSite","@id":"https:\/\/blog.theusualnext.com\/en\/#website","url":"https:\/\/blog.theusualnext.com\/en\/","name":"the usual neXt","description":"Tech-Enhanced Social Experiences","publisher":{"@id":"https:\/\/blog.theusualnext.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.theusualnext.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.theusualnext.com\/en\/#organization","name":"the usual neXt","url":"https:\/\/blog.theusualnext.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png","contentUrl":"https:\/\/blog.theusualnext.com\/wp-content\/uploads\/2024\/11\/cropped-logo-tun-new-small2-1.png","width":700,"height":466,"caption":"the usual neXt"},"image":{"@id":"https:\/\/blog.theusualnext.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/theusualnext","https:\/\/www.instagram.com\/theusualnext\/","https:\/\/www.youtube.com\/channel\/UCxJI4sPfTNEarFcdWrT59lw"]}]}},"_links":{"self":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/comments?post=13048"}],"version-history":[{"count":7,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13048\/revisions"}],"predecessor-version":[{"id":13710,"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/pages\/13048\/revisions\/13710"}],"wp:attachment":[{"href":"https:\/\/blog.theusualnext.com\/en\/wp-json\/wp\/v2\/media?parent=13048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}