{"id":20,"date":"2026-01-23T09:42:07","date_gmt":"2026-01-23T09:42:07","guid":{"rendered":"https:\/\/gamerverseplus.com\/?page_id=20"},"modified":"2026-01-23T09:42:07","modified_gmt":"2026-01-23T09:42:07","slug":"trang-chu","status":"publish","type":"page","link":"https:\/\/gamerverseplus.com\/","title":{"rendered":"Trang ch\u1ee7"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"vi\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>GamerVersePlus &#8211; Trang Ch\u1ee7<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);\n            color: #fff;\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), \n                        url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 600\"><rect fill=\"%23302b63\" width=\"1200\" height=\"600\"\/><circle cx=\"300\" cy=\"150\" r=\"100\" fill=\"%234a4573\" opacity=\"0.3\"\/><circle cx=\"800\" cy=\"400\" r=\"150\" fill=\"%234a4573\" opacity=\"0.3\"\/><\/svg>');\n            background-size: cover;\n            background-position: center;\n        }\n\n        .hero h1 {\n            font-size: 5rem;\n            font-weight: bold;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            background: linear-gradient(45deg, #00d4ff, #ff00ea);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: glow 2s ease-in-out infinite alternate;\n        }\n\n        @keyframes glow {\n            from {\n                filter: drop-shadow(0 0 10px #00d4ff);\n            }\n            to {\n                filter: drop-shadow(0 0 20px #ff00ea);\n            }\n        }\n\n        .hero p {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n            color: #b8b8b8;\n        }\n\n        .cta-button {\n            padding: 15px 40px;\n            font-size: 1.2rem;\n            background: linear-gradient(45deg, #ff00ea, #00d4ff);\n            border: none;\n            border-radius: 50px;\n            color: #fff;\n            cursor: pointer;\n            transition: transform 0.3s, box-shadow 0.3s;\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .cta-button:hover {\n            transform: scale(1.1);\n            box-shadow: 0 0 30px rgba(255, 0, 234, 0.8);\n        }\n\n        \/* Features Section *\/\n        .features {\n            width: 100%;\n            padding: 80px 20px;\n            background: #1a1a2e;\n        }\n\n        .features h2 {\n            text-align: center;\n            font-size: 3rem;\n            margin-bottom: 60px;\n            color: #00d4ff;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            max-width: 1400px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .feature-card {\n            background: rgba(255, 255, 255, 0.05);\n            padding: 40px;\n            border-radius: 15px;\n            text-align: center;\n            transition: transform 0.3s, background 0.3s;\n            border: 2px solid transparent;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-10px);\n            background: rgba(255, 255, 255, 0.1);\n            border-color: #ff00ea;\n        }\n\n        .feature-icon {\n            font-size: 4rem;\n            margin-bottom: 20px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: #00d4ff;\n        }\n\n        .feature-card p {\n            color: #b8b8b8;\n            line-height: 1.6;\n        }\n\n        \/* Games Section *\/\n        .games {\n            width: 100%;\n            padding: 80px 20px;\n            background: #16213e;\n        }\n\n        .games h2 {\n            text-align: center;\n            font-size: 3rem;\n            margin-bottom: 60px;\n            color: #ff00ea;\n        }\n\n        .games-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            max-width: 1600px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .game-card {\n            background: linear-gradient(135deg, #2d2d44, #1f1f33);\n            border-radius: 20px;\n            overflow: hidden;\n            transition: transform 0.3s, box-shadow 0.3s;\n            cursor: pointer;\n        }\n\n        .game-card:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 40px rgba(255, 0, 234, 0.5);\n        }\n\n        .game-image {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 4rem;\n        }\n\n        .game-content {\n            padding: 25px;\n        }\n\n        .game-content h3 {\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n            color: #00d4ff;\n        }\n\n        .game-content p {\n            color: #b8b8b8;\n            margin-bottom: 15px;\n        }\n\n        .game-tag {\n            display: inline-block;\n            padding: 5px 15px;\n            background: rgba(255, 0, 234, 0.3);\n            border-radius: 20px;\n            font-size: 0.9rem;\n            margin-right: 5px;\n        }\n\n        \/* Community Section *\/\n        .community {\n            width: 100%;\n            padding: 80px 20px;\n            background: linear-gradient(135deg, #0f0c29, #302b63);\n            text-align: center;\n        }\n\n        .community h2 {\n            font-size: 3rem;\n            margin-bottom: 30px;\n            color: #00d4ff;\n        }\n\n        .community p {\n            font-size: 1.3rem;\n            margin-bottom: 40px;\n            color: #b8b8b8;\n        }\n\n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n\n        .social-link {\n            width: 80px;\n            height: 80px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2rem;\n            transition: transform 0.3s, background 0.3s;\n            cursor: pointer;\n        }\n\n        .social-link:hover {\n            transform: scale(1.2);\n            background: linear-gradient(45deg, #ff00ea, #00d4ff);\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <h1>GamerVersePlus<\/h1>\n        <p>N\u01a1i game th\u1ee7 h\u1ed9i t\u1ee5 &#8211; Tr\u1ea3i nghi\u1ec7m kh\u00f4ng gi\u1edbi h\u1ea1n<\/p>\n        <a href=\"blog.html\" class=\"cta-button\">Kh\u00e1m Ph\u00e1 Ngay<\/a>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"features\">\n        <h2>T\u00ednh N\u0103ng N\u1ed5i B\u1eadt<\/h2>\n        <div class=\"features-grid\">\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83c\udfae<\/div>\n                <h3>Kho Game Kh\u1ed5ng L\u1ed3<\/h3>\n                <p>H\u00e0ng ng\u00e0n t\u1ef1a game t\u1eeb AAA \u0111\u1ebfn indie, \u0111\u00e1p \u1ee9ng m\u1ecdi s\u1edf th\u00edch c\u1ee7a game th\u1ee7.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83c\udf10<\/div>\n                <h3>C\u1ed9ng \u0110\u1ed3ng S\u00f4i \u0110\u1ed9ng<\/h3>\n                <p>K\u1ebft n\u1ed1i v\u1edbi h\u00e0ng tri\u1ec7u game th\u1ee7 tr\u00ean to\u00e0n th\u1ebf gi\u1edbi, chia s\u1ebb \u0111am m\u00ea v\u00e0 kinh nghi\u1ec7m.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83c\udfc6<\/div>\n                <h3>Gi\u1ea3i \u0110\u1ea5u E-Sports<\/h3>\n                <p>Tham gia c\u00e1c gi\u1ea3i \u0111\u1ea5u chuy\u00ean nghi\u1ec7p, th\u1ec3 hi\u1ec7n k\u1ef9 n\u0103ng v\u00e0 gi\u00e0nh ph\u1ea7n th\u01b0\u1edfng h\u1ea5p d\u1eabn.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83d\udcf1<\/div>\n                <h3>\u0110a N\u1ec1n T\u1ea3ng<\/h3>\n                <p>Ch\u01a1i game m\u1ecdi l\u00fac m\u1ecdi n\u01a1i tr\u00ean PC, Console, Mobile v\u1edbi t\u00ednh n\u0103ng \u0111\u1ed3ng b\u1ed9 d\u1eef li\u1ec7u.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                <h3>Th\u00e0nh T\u1ef1u &#038; Ph\u1ea7n Th\u01b0\u1edfng<\/h3>\n                <p>M\u1edf kh\u00f3a th\u00e0nh t\u00edch, nh\u1eadn ph\u1ea7n th\u01b0\u1edfng \u0111\u1ed9c quy\u1ec1n v\u00e0 kh\u1eb3ng \u0111\u1ecbnh \u0111\u1eb3ng c\u1ea5p game th\u1ee7.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\">\ud83d\udd25<\/div>\n                <h3>C\u1eadp Nh\u1eadt Li\u00ean T\u1ee5c<\/h3>\n                <p>N\u1ed9i dung m\u1edbi m\u1ed7i tu\u1ea7n, s\u1ef1 ki\u1ec7n \u0111\u1eb7c bi\u1ec7t v\u00e0 c\u00e1c t\u00ednh n\u0103ng \u0111\u1ed9t ph\u00e1.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Games Section -->\n    <section class=\"games\">\n        <h2>Game Hot Nh\u1ea5t<\/h2>\n        <div class=\"games-grid\">\n            <div class=\"game-card\">\n                <div class=\"game-image\">\ud83c\udfaf<\/div>\n                <div class=\"game-content\">\n                    <h3>Cyber Warriors 2077<\/h3>\n                    <p>Game h\u00e0nh \u0111\u1ed9ng nh\u1eadp vai trong th\u1ebf gi\u1edbi t\u01b0\u01a1ng lai \u0111\u1ea7y m\u00e0u s\u1eafc neon v\u00e0 c\u00f4ng ngh\u1ec7 cao.<\/p>\n                    <span class=\"game-tag\">RPG<\/span>\n                    <span class=\"game-tag\">Action<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"game-card\">\n                <div class=\"game-image\">\u2694\ufe0f<\/div>\n                <div class=\"game-content\">\n                    <h3>Kingdom Legends<\/h3>\n                    <p>Chi\u1ebfn l\u01b0\u1ee3c x\u00e2y d\u1ef1ng \u0111\u1ebf ch\u1ebf, chinh ph\u1ee5c c\u00e1c v\u01b0\u01a1ng qu\u1ed1c v\u00e0 tr\u1edf th\u00e0nh b\u00e1 ch\u1ee7.<\/p>\n                    <span class=\"game-tag\">Strategy<\/span>\n                    <span class=\"game-tag\">MMO<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"game-card\">\n                <div class=\"game-image\">\ud83c\udfce\ufe0f<\/div>\n                <div class=\"game-content\">\n                    <h3>Velocity Racing<\/h3>\n                    <p>\u0110ua xe t\u1ed1c \u0111\u1ed9 cao v\u1edbi \u0111\u1ed3 h\u1ecda si\u00eau th\u1ef1c v\u00e0 physics \u0111\u1ed9ng c\u01a1 ch\u00e2n th\u1ef1c nh\u1ea5t.<\/p>\n                    <span class=\"game-tag\">Racing<\/span>\n                    <span class=\"game-tag\">Simulation<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"game-card\">\n                <div class=\"game-image\">\ud83d\udc7e<\/div>\n                <div class=\"game-content\">\n                    <h3>Space Invaders Reborn<\/h3>\n                    <p>Phi\u00ean b\u1ea3n hi\u1ec7n \u0111\u1ea1i c\u1ee7a game kinh \u0111i\u1ec3n, kh\u00e1m ph\u00e1 v\u0169 tr\u1ee5 v\u00e0 chi\u1ebfn \u0111\u1ea5u v\u1edbi alien.<\/p>\n                    <span class=\"game-tag\">Shooter<\/span>\n                    <span class=\"game-tag\">Arcade<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"game-card\">\n                <div class=\"game-image\">\ud83e\uddd9<\/div>\n                <div class=\"game-content\">\n                    <h3>Mystic Realms<\/h3>\n                    <p>Th\u1ebf gi\u1edbi ph\u00e9p thu\u1eadt k\u1ef3 b\u00ed, kh\u00e1m ph\u00e1 dungeon v\u00e0 thu th\u1eadp v\u1eadt ph\u1ea9m huy\u1ec1n tho\u1ea1i.<\/p>\n                    <span class=\"game-tag\">Fantasy<\/span>\n                    <span class=\"game-tag\">Adventure<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"game-card\">\n                <div class=\"game-image\">\ud83d\udd2b<\/div>\n                <div class=\"game-content\">\n                    <h3>Battle Royale X<\/h3>\n                    <p>100 ng\u01b0\u1eddi ch\u01a1i, m\u1ed9t chi\u1ebfn tr\u01b0\u1eddng, ch\u1ec9 c\u00f3 m\u1ed9t ng\u01b0\u1eddi s\u1ed1ng s\u00f3t. B\u1ea1n c\u00f3 d\u00e1m th\u1eed?<\/p>\n                    <span class=\"game-tag\">Battle Royale<\/span>\n                    <span class=\"game-tag\">FPS<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Community Section -->\n    <section class=\"community\">\n        <h2>Tham Gia C\u1ed9ng \u0110\u1ed3ng<\/h2>\n        <p>K\u1ebft n\u1ed1i v\u1edbi ch\u00fang t\u00f4i tr\u00ean c\u00e1c n\u1ec1n t\u1ea3ng m\u1ea1ng x\u00e3 h\u1ed9i<\/p>\n        <div class=\"social-links\">\n            <div class=\"social-link\">\ud83d\udcd8<\/div>\n            <div class=\"social-link\">\ud83d\udc26<\/div>\n            <div class=\"social-link\">\ud83d\udcf7<\/div>\n            <div class=\"social-link\">\ud83d\udcac<\/div>\n            <div class=\"social-link\">\ud83c\udfa5<\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>GamerVersePlus &#8211; Trang Ch\u1ee7 GamerVersePlus N\u01a1i game th\u1ee7 h\u1ed9i t\u1ee5 &#8211; Tr\u1ea3i nghi\u1ec7m kh\u00f4ng gi\u1edbi h\u1ea1n Kh\u00e1m Ph\u00e1 Ngay T\u00ednh N\u0103ng N\u1ed5i B\u1eadt \ud83c\udfae Kho Game Kh\u1ed5ng L\u1ed3 H\u00e0ng ng\u00e0n t\u1ef1a game t\u1eeb AAA \u0111\u1ebfn indie, \u0111\u00e1p \u1ee9ng m\u1ecdi s\u1edf th\u00edch c\u1ee7a game th\u1ee7. \ud83c\udf10 C\u1ed9ng \u0110\u1ed3ng S\u00f4i \u0110\u1ed9ng K\u1ebft n\u1ed1i v\u1edbi h\u00e0ng tri\u1ec7u game [&#8230;]\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-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":1,"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/pages\/20\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/gamerverseplus.com\/index.php\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}