{"id":149,"date":"2026-03-26T13:33:17","date_gmt":"2026-03-26T04:33:17","guid":{"rendered":"https:\/\/vspace210.mycafe24.com\/?page_id=149"},"modified":"2026-04-03T08:47:18","modified_gmt":"2026-04-02T23:47:18","slug":"contact","status":"publish","type":"page","link":"https:\/\/vspaceaero.com\/?page_id=149","title":{"rendered":"CONTACT"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&#038;family=Archivo:wght@900&#038;family=Syncopate:wght@700&#038;display=swap\" rel=\"stylesheet\">\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/swiper\/swiper-bundle.min.css\" \/>\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/remixicon@3.5.0\/fonts\/remixicon.css\" rel=\"stylesheet\">\n\n\n\n<style>\n        :root {\n            --primary-white: #ffffff;\n            --pure-black: #000000;\n            --accent-tech: #00E5FF;\n            --dark-gray: #0a0a0a;\n            --text-dim: #86868b;\n            --input-bg: #111111;\n        }\n\n        body { background-color: var(--pure-black); color: var(--primary-white); overflow-x: hidden; }\n\n       \n        \/* Contact Hero *\/\n        .contact-hero {\n            padding: 200px 5vw 100px;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            align-items: center; background:#000;\n        }\n\n        .contact-header {\n            width: 100%;\n            max-width: 1400px;\n            margin-bottom: 80px;\n            border-left: 1px solid var(--accent-tech);\n            padding-left: 30px;\n        }\n        .contact-header span {\n            font-family: 'Syncopate', sans-serif;\n            font-size: 1.0rem;\n            color: var(--accent-tech);\n            letter-spacing: 0.5em;\n        }\n        .contact-header h1 {\n            font-family: 'Archivo', sans-serif !important; color:#fff;\n            font-size: 8vw;\n            line-height: 0.9;\n            margin-top: 20px;\n            text-transform: uppercase;\n        }\n\n        \/* Main Grid *\/\n        .contact-grid {\n            display: grid;\n            gap: 100px;\n            width: 100%;\n            max-width: 1400px;\n        }\n\n        \/* Left side: Info *\/\n        .info-col h3 {\n            font-family: 'Syncopate', sans-serif !important;\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            color: var(--text-dim);\n        }\n.info-item-wrap{display:flex;    justify-content: space-between;}\n        .info-item { margin-bottom: 60px; }\n        .info-item h4 { font-family: 'Syncopate', sans-serif !important; font-size: 1.6rem; color: var(--accent-tech); margin-bottom: 15px; }\n        .info-item p { font-size: 1.6rem !important; line-height: 1.6; font-weight: 300; }\n\n \/* Social Icon \uc804\uc6a9 \uc2a4\ud0c0\uc77c *\/\n.social-list {\n    display: flex;\n    gap: 30px;\n    margin-top: 20px;\n}\n\n.social-link {\n    text-decoration: none;\n    color: var(--text-dim);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n}\n\n.social-icon-box {\n    width: 60px;\n    height: 60px;\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 2px; \/* \uc0b4\uc9dd \uac01\uc9c4 \ub290\ub08c\uc774 \ud14c\ud06c\ub2c8\uceec\ud568 *\/\n    font-size: 1.8rem;\n    transition: all 0.4s ease;\n    background: rgba(255, 255, 255, 0.02);\n}\n\n\/* \ud638\ubc84 \ud6a8\uacfc: \ud30c\ub780\uc0c9 \uae00\ub85c\uc6b0\uc640 \uc544\uc774\ucf58 \uc0c9\uc0c1 \ubcc0\uacbd *\/\n.social-link:hover .social-icon-box {\n    border-color: var(--accent-tech);\n    color: var(--accent-tech);\n    background: rgba(0, 229, 255, 0.05);\n    box-shadow: 0 0 25px rgba(0, 229, 255, 0.3);\n    transform: translateY(-5px);\n}\n\n.social-link span {\n    font-family: 'Syncopate', sans-serif;\n    font-size: 0.8rem;\n    letter-spacing: 0.2em;\n    opacity: 0.5;\n    transition: 0.4s;\n}\n\n.social-link:hover span {\n    opacity: 1;\n    color: var(--accent-tech);\n}\n\n.social-icon-box i{font-size:2.2rem;}\n@media (max-width:1024px){\n.contact-hero{padding:160px 4vw 80px;min-height:auto;}\n.contact-header{max-width:100%;margin-bottom:60px;padding-left:22px;}\n.contact-header span{font-size:.9rem;letter-spacing:.32em;line-height:1.6;}\n.contact-header h1{font-size:12vw;line-height:.9;margin-top:16px;letter-spacing:-.04em;}\n.contact-grid{gap:60px;max-width:100%;}\n.info-col h3{font-size:1.05rem;margin-bottom:32px;letter-spacing:.18em;line-height:1.5;}\n.info-item-wrap{display:grid;grid-template-columns:1fr 1fr;gap:34px 24px;align-items:start;}\n.info-item{margin-bottom:0;}\n.info-item h4{font-size:1.15rem;margin-bottom:12px;line-height:1.5;}\n.info-item p{font-size:1.3rem!important;line-height:1.7;}\n.social-list{gap:18px;flex-wrap:wrap;}\n.social-link{gap:8px;}\n.social-icon-box{width:54px;height:54px;}\n.social-icon-box i{font-size:1.9rem;}\n.social-link span{font-size:.7rem;letter-spacing:.16em;line-height:1.5;}\n}\n\n@media (max-width:768px){\n.contact-hero{padding:120px 30px 60px;min-height:auto;}\n.contact-header{margin-bottom:42px;padding-left:16px;border-left:1px solid var(--accent-tech);}\n.contact-header span{font-size:.72rem;letter-spacing:.22em;line-height:1.6;}\n.contact-header h1{font-size:16vw;line-height:.9;margin-top:12px;letter-spacing:-.05em;}\n.contact-grid{gap:36px;}\n.info-col h3{font-size:.92rem;margin-bottom:24px;letter-spacing:.14em;line-height:1.5;}\n.info-item-wrap{display:flex;flex-direction:column;justify-content:flex-start;gap:24px;}\n.info-item{margin-bottom:0;}\n.info-item h4{font-size:1.2rem;margin-bottom:10px;line-height:1.5;}\n.info-item p{font-size:1.4rem!important;line-height:1.75;word-break:break-word;}\n.social-list{display:flex;gap:20px;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;}\n.social-link{width:auto;flex:0 0 auto;align-items:center;}\n.social-icon-box{width:60px;height:60px;}\n.social-icon-box i{font-size:1.7rem;}\n.social-link span{font-size:.8rem;letter-spacing:.12em;line-height:1.5;text-align:center;}\n}\n    <\/style>\n\n\n\n<section class=\"contact-hero\">\n        <div class=\"contact-header\" data-aos=\"fade-right\">\n            <span>CONTACT US<\/span>\n            <h1>GET IN<br>TOUCH.<\/h1>\n        <\/div>\n\n        <div class=\"contact-grid\">\n            <div class=\"info-col\" data-aos=\"fade-up\">\n                <h3>CONTACT CHANNELS<\/h3>\n                \n<div class=\"info-item-wrap\">\n                <div class=\"info-item\">\n                    <h4>PHONE NUMBER<\/h4>\n                    <p>1(408)618-6276<\/p>\n                <\/div>\n\n                <div class=\"info-item\">\n                    <h4>EMAIL<\/h4>\n                    <p>cco@vspacecompany.com<\/p>\n                <\/div>\n\n                <div class=\"info-item\">\n    <h4>ADDRESS<\/h4>\n<p>3003 N First St, San Jose, CA 95134 <\/p>\n<\/div>\n\n    <!--<div class=\"social-list\">\n        <a href=\"#\" class=\"social-link\">\n            <div class=\"social-icon-box\">\n                <i class=\"ri-instagram-line\"><\/i>\n            <\/div>\n            <span>INSTAGRAM<\/span>\n        <\/a>\n\n        <a href=\"#\" class=\"social-link\">\n            <div class=\"social-icon-box\">\n                <i class=\"ri-youtube-line\"><\/i>\n            <\/div>\n            <span>YOUTUBE<\/span>\n        <\/a>\n\n        <a href=\"#\" class=\"social-link\">\n            <div class=\"social-icon-box\">\n                <i class=\"ri-linkedin-box-line\"><\/i>\n            <\/div>\n            <span>LINKEDIN<\/span>\n        <\/a>\n    <\/div>-->\n<\/div>\n            <\/div>\n<\/div>\n\n         \n        <\/div>\n    <\/section>\n\n\n\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n    <script>\n        AOS.init({ duration: 1500, once: true });\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>CONTACT US GET INTOUCH. CONTACT CHANNELS PHONE NUMBER 1(408)618-6276 EMAIL cco@vspacecompany.com ADDRESS 3003 N First St, San Jose, CA 95134<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"kt_blocks_editor_width":"","footnotes":""},"class_list":["post-149","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=149"}],"version-history":[{"count":44,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/149\/revisions"}],"predecessor-version":[{"id":270,"href":"https:\/\/vspaceaero.com\/index.php?rest_route=\/wp\/v2\/pages\/149\/revisions\/270"}],"wp:attachment":[{"href":"https:\/\/vspaceaero.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}