{"id":1287,"date":"2025-11-21T05:51:15","date_gmt":"2025-11-21T05:51:15","guid":{"rendered":"http:\/\/localhost:8888\/wordpress1\/?page_id=1287"},"modified":"2026-02-09T02:25:04","modified_gmt":"2026-02-09T02:25:04","slug":"map-2","status":"publish","type":"page","link":"https:\/\/ccjjmusic.com\/?page_id=1287","title":{"rendered":"map"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n    <title>Map &#8211; JJ Music Academy<\/title>\n    \n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <script>\n        tailwind.config = {\n            darkMode: 'class',\n            theme: {\n                extend: {\n                    colors: {\n                        'jj-teal': '#17b194',\n                        'jj-teal-light': '#2dd4b3', \n                        'jj-dark': '#0f1115',       \n                        'jj-dark-sec': '#161920',   \n                        'jj-card': '#1e222b',       \n                    },\n                    fontFamily: {\n                        sans: ['\"Noto Sans KR\"', 'sans-serif'],\n                    },\n                    animation: {\n                        'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* \uae30\ubcf8 \uc124\uc815 *\/\n        :root { --jj-teal: #17b194; }\n        html { -webkit-text-size-adjust: none; scroll-behavior: smooth; }\n        body {\n            background-color: #0f1115;\n            color: #f3f4f6;\n            font-family: 'Noto Sans KR', sans-serif !important;\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n        }\n        \n        \/* [\uc911\uc694 \uc218\uc815] div \ud0dc\uadf8 \uc81c\uac70 - \ubc84\ud2bc \uace0\uc815 \uc704\uce58 \uace0\uc7a5 \uc6d0\uc778 \ud574\uacb0 *\/\n        h1, h2, h3, h4, h5, p, span, a, strong { \n            transform: translateZ(0); \n        }\n\n        \/* Scroll Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 1s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Hero Image Zoom Effect *\/\n        .hero-img {\n            width: 100%; height: 100%;\n            background-size: cover; background-position: center;\n            filter: brightness(0.9) contrast(1.1); \n            transform: scale(1.0);\n            transition: transform 10s linear;\n        }\n        .hero-active .hero-img { transform: scale(1.1); }\n\n        \/* Glassmorphism Card *\/\n        .glass-card {\n            background: rgba(30, 34, 43, 0.7);\n            backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);\n            transition: all 0.3s ease;\n        }\n        .glass-card:hover {\n            border-color: rgba(23, 177, 148, 0.3);\n            transform: translateY(-5px);\n        }\n\n        \/* Map Filter: \ub2e4\ud06c\ubaa8\ub4dc \uc2a4\ud0c0\uc77c *\/\n        .map-filter {\n            filter: invert(100%) hue-rotate(180deg) brightness(0.85) contrast(1.1) grayscale(0.2);\n            mix-blend-mode: normal;\n        }\n\n        \/* Map Buttons *\/\n        .btn-map {\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        .btn-naver { background-color: #03C75A; color: white; border: 1px solid #03C75A; }\n        .btn-kakao { background-color: #FAE100; color: #3b1e1e; border: 1px solid #FAE100; }\n        \n        .btn-map:hover { transform: translateY(-3px); box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5); }\n        .btn-naver:hover { box-shadow: 0 0 20px rgba(3, 199, 90, 0.4); }\n        .btn-kakao:hover { box-shadow: 0 0 20px rgba(250, 225, 0, 0.4); }\n\n        \/* Icon Box Glow *\/\n        .icon-box {\n            transition: all 0.3s ease;\n            background: rgba(255,255,255,0.03);\n            border: 1px solid rgba(255,255,255,0.05);\n        }\n        .transport-item:hover .icon-box {\n            background: var(--jj-teal);\n            color: white;\n            box-shadow: 0 0 15px var(--jj-teal);\n            border-color: var(--jj-teal);\n        }\n\n        \/* [\uc218\uc815\ub428] \uc704\ub85c \uac00\uae30 \ubc84\ud2bc - position: fixed \uac15\uc81c \uc801\uc6a9 *\/\n        #custom-back-to-top {\n            position: fixed !important; \/* \ubb34\uc870\uac74 \ubdf0\ud3ec\ud2b8 \uae30\uc900 \uace0\uc815 *\/\n            bottom: 2.5rem; \n            right: 2.5rem; \n            z-index: 9999;\n            \n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(20px);\n            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n        #custom-back-to-top.show {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n        \n        .keep-all { word-break: keep-all; }\n        .text-shadow-sm { text-shadow: 0 2px 4px rgba(0,0,0,0.5); }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"relative h-[500px] md:h-[600px] flex items-center justify-center text-center overflow-hidden w-full group\" id=\"hero-section\">\n        <div class=\"absolute inset-0 z-0\">\n            <div class=\"hero-img\" style=\"background-image: url('https:\/\/ccjjmusic.com\/wp-content\/uploads\/2026\/01\/\uc9c0\ub3c4.jpg');\"><\/div>\n            <div class=\"absolute inset-x-0 bottom-0 h-32 bg-gradient-to-t from-[#0f1115] to-transparent opacity-80\"><\/div>\n        <\/div>\n\n        <div class=\"relative z-10 px-6 max-w-5xl mx-auto w-full pt-20\">\n            <div class=\"overflow-hidden mb-4\">\n                <p class=\"text-jj-teal font-bold tracking-[0.5em] text-xs md:text-sm uppercase animate-[fadeInDown_1s_ease-out_forwards] text-shadow-sm\">\n                    HOW TO COME\n                <\/p>\n            <\/div>\n            <h1 class=\"text-6xl md:text-8xl font-black text-white leading-tight mb-6 drop-shadow-2xl opacity-0 animate-[fadeInUp_1s_ease-out_0.3s_forwards]\">\n                MAP\n            <\/h1>\n            <p class=\"text-gray-100 text-lg font-light tracking-wide opacity-0 animate-[fadeInUp_1s_ease-out_0.6s_forwards] text-shadow-sm\">\n                \uafc8\uc744 \ud5a5\ud55c \uc5ec\uc815\uc774 \uc2dc\uc791\ub418\ub294 \uacf3\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"py-20 bg-jj-dark relative overflow-hidden -mt-10\">\n        <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-jj-teal\/5 blur-[120px] rounded-full pointer-events-none animate-pulse-slow\"><\/div>\n\n        <div class=\"container mx-auto px-6 max-w-[1400px] relative z-10\">\n\n            <div class=\"mb-12 text-center reveal\">\n                <span class=\"text-jj-teal font-bold tracking-[0.2em] text-sm uppercase block mb-2\">Directions<\/span>\n                <h2 class=\"text-3xl md:text-4xl font-bold text-white\">\uae38 \uc548\ub0b4<\/h2>\n                <p class=\"text-gray-400 mt-4 max-w-2xl mx-auto leading-relaxed\">\n                    \ub300\uc911\uad50\ud1b5 \ubc0f \uc790\uac00\uc6a9 \uc774\uc6a9 \uc2dc \uc544\ub798 \uc815\ubcf4\ub97c \ucc38\uace0\ud558\uc5ec \ubc29\ubb38\ud574 \uc8fc\uc138\uc694.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-6 items-stretch mb-6\">\n                \n                <div class=\"lg:col-span-4 reveal flex flex-col h-full min-h-[500px]\">\n                    <div class=\"glass-card rounded-[2rem] p-8 relative overflow-hidden flex-1 flex flex-col justify-between h-full\">\n                        <div class=\"absolute -top-10 -right-10 w-32 h-32 bg-jj-teal\/10 rounded-full blur-2xl\"><\/div>\n\n                        <div>\n                            <div class=\"mb-8 border-b border-white\/5 pb-6\">\n                                <h2 class=\"text-3xl font-bold text-white mb-2\">JJ \uc2e4\uc6a9\uc74c\uc545\ud559\uc6d0<\/h2>\n                                <p class=\"text-jj-teal text-xs font-bold tracking-[0.3em] uppercase opacity-90\">Premium Music Academy<\/p>\n                            <\/div>\n\n                            <div class=\"space-y-8\">\n                                <div class=\"group\">\n                                    <div class=\"flex items-center mb-3\">\n                                        <span class=\"w-10 h-10 rounded-full bg-white\/5 flex items-center justify-center text-jj-teal mr-4 border border-white\/5\">\n                                            <i class=\"fa-solid fa-location-dot\"><\/i>\n                                        <\/span>\n                                        <h4 class=\"text-white font-bold text-lg tracking-wide\">Address<\/h4>\n                                    <\/div>\n                                    <p class=\"text-gray-300 pl-[3.5rem] leading-relaxed font-light keep-all text-sm md:text-base\">\n                                        \uac15\uc6d0\ud2b9\ubcc4\uc790\uce58\ub3c4 \ucd98\ucc9c\uc2dc \ucd98\uc8fc\ub85c 89<br>\n                                        <span class=\"text-gray-500 text-sm mt-1 inline-block\">(\uc628\uc758\ub3d9, \ud2b8\ub9ac\ud50c\ud0c0\uc6cc 3\uce35)<\/span>\n                                    <\/p>\n                                <\/div>\n\n                                <div class=\"group\">\n                                    <div class=\"flex items-center mb-3\">\n                                        <span class=\"w-10 h-10 rounded-full bg-white\/5 flex items-center justify-center text-jj-teal mr-4 border border-white\/5\">\n                                            <i class=\"fa-solid fa-phone\"><\/i>\n                                        <\/span>\n                                        <h4 class=\"text-white font-bold text-lg tracking-wide\">Contact<\/h4>\n                                    <\/div>\n                                    <div class=\"pl-[3.5rem]\">\n                                        <a href=\"tel:033-253-1107\" class=\"text-2xl font-black text-white hover:text-jj-teal transition-colors block mb-1 tracking-tight\">033-253-1107<\/a>\n                                        <p class=\"text-gray-400 text-sm font-light\">ccjjmusic@gmail.com<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"grid grid-cols-2 gap-3 mt-8 pt-6 border-t border-white\/5\">\n                            <a href=\"https:\/\/map.naver.com\/v5\/search\/\uac15\uc6d0\ud2b9\ubcc4\uc790\uce58\ub3c4 \ucd98\ucc9c\uc2dc \ucd98\uc8fc\ub85c 89\" target=\"_blank\" class=\"btn-map btn-naver flex items-center justify-center py-3 px-4 rounded-xl font-bold text-sm h-12\">\n                                <span class=\"font-black mr-2 text-base\">N<\/span> \ub124\uc774\ubc84 \uc9c0\ub3c4\n                            <\/a>\n                            <a href=\"https:\/\/map.kakao.com\/link\/search\/\uac15\uc6d0\ud2b9\ubcc4\uc790\uce58\ub3c4 \ucd98\ucc9c\uc2dc \ucd98\uc8fc\ub85c 89\" target=\"_blank\" class=\"btn-map btn-kakao flex items-center justify-center py-3 px-4 rounded-xl font-bold text-sm h-12\">\n                                <i class=\"fa-solid fa-comment mr-2 text-base\"><\/i> \uce74\uce74\uc624 \ub9f5\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"lg:col-span-8 reveal h-full min-h-[500px]\" style=\"transition-delay: 0.1s;\">\n                    <div class=\"w-full h-full rounded-[2rem] overflow-hidden shadow-2xl border border-white\/10 relative group bg-[#1e1e1e]\">\n                        <iframe \n                            src=\"https:\/\/maps.google.com\/maps?q=\uac15\uc6d0\ud2b9\ubcc4\uc790\uce58\ub3c4%20\ucd98\ucc9c\uc2dc%20\ucd98\uc8fc\ub85c%2089&#038;t=&#038;z=16&#038;ie=UTF8&#038;iwloc=&#038;output=embed\" \n                            class=\"w-full h-full border-0 map-filter transition-opacity duration-500 hover:opacity-100 opacity-90\"\n                            allowfullscreen=\"\" \n                            loading=\"lazy\" \n                            referrerpolicy=\"no-referrer-when-downgrade\">\n                        <\/iframe>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 reveal\" style=\"transition-delay: 0.2s;\">\n                <div class=\"transport-item glass-card p-8 rounded-2xl flex flex-col items-center text-center group cursor-default border border-white\/5 hover:border-jj-teal\/30\">\n                    <div class=\"icon-box w-14 h-14 rounded-full flex items-center justify-center text-jj-teal text-xl mb-4 transition-transform duration-300 group-hover:scale-110\">\n                        <i class=\"fa-solid fa-bus\"><\/i>\n                    <\/div>\n                    <h5 class=\"text-white font-bold text-lg mb-2 whitespace-nowrap\">\uc2dc\uc678\ubc84\uc2a4 \ud130\ubbf8\ub110<\/h5>\n                    <p class=\"text-gray-400 text-sm break-keep leading-relaxed mb-4 min-h-[2.5rem] flex items-center justify-center\">\n                        \ud130\ubbf8\ub110\uacfc \ub0a8\ucd98\ucc9c\uc911\ud559\uad50 \uc0ac\uc774\n                    <\/p>\n                    <span class=\"text-jj-teal font-bold text-sm border-t border-white\/10 w-full pt-4 block\">\ub3c4\ubcf4 3\ubd84 \uac70\ub9ac<\/span>\n                <\/div>\n                \n                <div class=\"transport-item glass-card p-8 rounded-2xl flex flex-col items-center text-center group cursor-default border border-white\/5 hover:border-jj-teal\/30\">\n                    <div class=\"icon-box w-14 h-14 rounded-full flex items-center justify-center text-jj-teal text-xl mb-4 transition-transform duration-300 group-hover:scale-110\">\n                        <i class=\"fa-solid fa-train\"><\/i>\n                    <\/div>\n                    <h5 class=\"text-white font-bold text-lg mb-2 whitespace-nowrap\">\uc9c0\ud558\ucca0 (\ub0a8\ucd98\ucc9c\uc5ed)<\/h5>\n                    <p class=\"text-gray-400 text-sm break-keep leading-relaxed mb-4 min-h-[2.5rem] flex items-center justify-center\">\n                        \uacbd\ucd98\uc120 \ub0a8\ucd98\ucc9c\uc5ed \ud558\ucc28 \ud6c4\n                    <\/p>\n                    <span class=\"text-jj-teal font-bold text-sm border-t border-white\/10 w-full pt-4 block\">\ub3c4\ubcf4 \uc57d 500m<\/span>\n                <\/div>\n                \n                <div class=\"transport-item glass-card p-8 rounded-2xl flex flex-col items-center text-center group cursor-default border border-white\/5 hover:border-jj-teal\/30\">\n                    <div class=\"icon-box w-14 h-14 rounded-full flex items-center justify-center text-jj-teal text-xl mb-4 transition-transform duration-300 group-hover:scale-110\">\n                        <i class=\"fa-solid fa-landmark\"><\/i>\n                    <\/div>\n                    <h5 class=\"text-white font-bold text-lg mb-2 whitespace-nowrap\">\uc8fc\uc694 \ub79c\ub4dc\ub9c8\ud06c<\/h5>\n                    <p class=\"text-gray-400 text-sm break-keep leading-relaxed mb-4 min-h-[2.5rem] flex items-center justify-center\">\n                        \ud2b8\ub9ac\ud50c\ud0c0\uc6cc \uac74\ubb3c 1\uce35\n                    <\/p>\n                    <span class=\"text-jj-teal font-bold text-sm border-t border-white\/10 w-full pt-4 block\">\uc774\ub514\uc57c \ucee4\ud53c(\ucd98\ucc9c\ud130\ubbf8\ub110\uc810)<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <button id=\"custom-back-to-top\" class=\"w-14 h-14 bg-jj-teal text-white rounded-full shadow-[0_0_20px_rgba(23,177,148,0.4)] flex items-center justify-center hover:bg-white hover:text-jj-teal transition-all duration-300 transform hover:-translate-y-2\">\n        <i class=\"fas fa-arrow-up\"><\/i>\n    <\/button>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        \/\/ 1. Hero Animation Trigger\n        setTimeout(() => {\n            const heroSection = document.getElementById('hero-section');\n            if(heroSection) heroSection.classList.add('hero-active');\n        }, 100);\n\n        \/\/ 2. Scroll Reveal Logic\n        const reveals = document.querySelectorAll(\".reveal\");\n        const revealOnScroll = () => {\n            const windowHeight = window.innerHeight;\n            const elementVisible = 100;\n            reveals.forEach((reveal) => {\n                const elementTop = reveal.getBoundingClientRect().top;\n                if (elementTop < windowHeight - elementVisible) {\n                    reveal.classList.add(\"active\");\n                }\n            });\n        };\n        window.addEventListener(\"scroll\", revealOnScroll);\n        revealOnScroll(); \/\/ Trigger once on load\n\n        \/\/ 3. Back to Top Logic (Fixed Floating)\n        const backToTopBtn = document.getElementById('custom-back-to-top');\n        \n        function handleScroll() {\n            if (window.scrollY > 300) {\n                backToTopBtn.classList.add('show');\n            } else {\n                backToTopBtn.classList.remove('show');\n            }\n        }\n\n        window.addEventListener('scroll', handleScroll);\n        \n        backToTopBtn.addEventListener('click', () => {\n            window.scrollTo({ top: 0, behavior: 'smooth' });\n        });\n    });\n    \n    \/\/ Tailwind Custom Animations\n    const styleSheet = document.createElement(\"style\");\n    styleSheet.innerText = `\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translate3d(0, 40px, 0); }\n            to { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n        @keyframes fadeInDown {\n            from { opacity: 0; transform: translate3d(0, -40px, 0); }\n            to { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n    `;\n    document.head.appendChild(styleSheet);\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Map &#8211; JJ Music Academy HOW TO COME MAP \uafc8\uc744 \ud5a5\ud55c \uc5ec\uc815\uc774 \uc2dc\uc791\ub418\ub294 \uacf3 Directions \uae38 \uc548\ub0b4 \ub300\uc911\uad50\ud1b5 \ubc0f \uc790\uac00\uc6a9 \uc774\uc6a9 \uc2dc \uc544\ub798 \uc815\ubcf4\ub97c \ucc38\uace0\ud558\uc5ec \ubc29\ubb38\ud574 \uc8fc\uc138\uc694. JJ \uc2e4\uc6a9\uc74c\uc545\ud559\uc6d0 Premium Music Academy Address \uac15\uc6d0\ud2b9\ubcc4\uc790\uce58\ub3c4 \ucd98\ucc9c\uc2dc \ucd98\uc8fc\ub85c 89 (\uc628\uc758\ub3d9, \ud2b8\ub9ac\ud50c\ud0c0\uc6cc 3\uce35) Contact 033-253-1107 ccjjmusic@gmail.com N \ub124\uc774\ubc84 \uc9c0\ub3c4 \uce74\uce74\uc624 \ub9f5 \uc2dc\uc678\ubc84\uc2a4 \ud130\ubbf8\ub110 \ud130\ubbf8\ub110\uacfc \ub0a8\ucd98\ucc9c\uc911\ud559\uad50 \uc0ac\uc774 \ub3c4\ubcf4 3\ubd84 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1287","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/1287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1287"}],"version-history":[{"count":117,"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/1287\/revisions"}],"predecessor-version":[{"id":3534,"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=\/wp\/v2\/pages\/1287\/revisions\/3534"}],"wp:attachment":[{"href":"https:\/\/ccjjmusic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}