{"id":35,"date":"2026-06-13T08:25:24","date_gmt":"2026-06-13T08:25:24","guid":{"rendered":"https:\/\/biqeducationdevelopment.com\/?page_id=35"},"modified":"2026-07-19T20:16:29","modified_gmt":"2026-07-19T20:16:29","slug":"home","status":"publish","type":"page","link":"https:\/\/biqeducationdevelopment.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"id\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>BIQ Education Development \u2014 Penerbit Buku Pendidikan<\/title>\n \t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n \t<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n \t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,500&#038;family=IBM+Plex+Sans:wght@300;400;500;600&#038;family=IBM+Plex+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#1B2A41;\n    --ink-soft:#48566B;\n    --paper:#EDEFE7;\n    --paper-light:#F7F8F2;\n    --amber:#D98E3B;\n    --amber-deep:#B26F24;\n    --teal:#24564B;\n    --teal-light:#3A7566;\n    --line: rgba(27,42,65,0.16);\n    --shadow: 0 18px 40px rgba(27,42,65,0.14);\n  }<\/p>\n<p>  *{box-sizing:border-box;margin:0;padding:0;}\n  html{scroll-behavior:smooth;}\n  body{\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'IBM Plex Sans', sans-serif;\n    font-weight:400;\n    line-height:1.65;\n  }\n  h1,h2,h3{\n    font-family:'Newsreader', serif;\n    font-weight:500;\n    letter-spacing:-0.01em;\n    color:var(--ink);\n  }\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:0.72rem;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--amber-deep);\n  }\n  a{color:inherit; text-decoration:none;}\n  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}<\/p>\n<p>  \/* ===== HEADER ===== *\/\n  header{\n    position:sticky; top:0; z-index:50;\n    background:rgba(237,239,231,0.9);\n    backdrop-filter:blur(8px);\n    border-bottom:1px solid var(--line);\n  }\n  .nav{\n    display:flex; align-items:center; justify-content:space-between;\n    padding:18px 32px; max-width:1180px; margin:0 auto;\n  }\n  .logo{display:flex; flex-direction:column; line-height:1.15;}\n  .logo b{\n    font-family:'Newsreader', serif;\n    font-size:1.28rem; font-weight:600; letter-spacing:0.01em;\n  }\n  .logo span{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:0.6rem; letter-spacing:0.1em;\n    text-transform:uppercase; color:var(--teal);\n  }\n  .nav-links{display:flex; gap:32px; font-size:0.9rem;}\n  .nav-links a{position:relative; padding-bottom:4px;}\n  .nav-links a::after{\n    content:\"\"; position:absolute; left:0; bottom:0;\n    width:0; height:1px; background:var(--amber-deep);\n    transition:width 0.25s ease;\n  }\n  .nav-links a:hover::after{width:100%;}\n  .nav-cta{\n    font-family:'IBM Plex Mono', monospace; font-size:0.74rem;\n    background:var(--ink); color:var(--paper-light);\n    padding:10px 18px; border-radius:2px; letter-spacing:0.03em;\n    transition:background 0.2s;\n  }\n  .nav-cta:hover{background:var(--teal);}<\/p>\n<p>  \/* ===== HERO ===== *\/\n  .hero{\n    display:grid; grid-template-columns:1.05fr 0.95fr; gap:52px;\n    align-items:center; padding:84px 32px 96px; max-width:1180px; margin:0 auto;\n  }\n  .hero-copy h1{\n    font-size:clamp(2.2rem, 4.2vw, 3.3rem); line-height:1.12; margin:16px 0 22px;\n  }\n  .hero-copy h1 em{font-style:italic; color:var(--amber-deep);}\n  .hero-copy p{font-size:1.02rem; color:var(--ink-soft); max-width:48ch; margin-bottom:30px;}\n  .btn-row{display:flex; gap:14px; flex-wrap:wrap;}\n  .btn{\n    display:inline-flex; align-items:center; gap:8px; padding:13px 22px;\n    font-size:0.9rem; border-radius:2px;\n    transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;\n  }\n  .btn-primary{background:var(--amber); color:var(--ink);}\n  .btn-primary:hover{transform:translateY(-2px); box-shadow:var(--shadow); background:var(--amber-deep); color:var(--paper-light);}\n  .btn-ghost{border:1px solid var(--ink); color:var(--ink);}\n  .btn-ghost:hover{background:var(--ink); color:var(--paper-light);}<\/p>\n<p>  \/* blueprint hero art *\/\n  .blueprint{\n    position:relative;\n    background:\n      linear-gradient(var(--line) 1px, transparent 1px),\n      linear-gradient(90deg, var(--line) 1px, transparent 1px);\n    background-size:22px 22px;\n    background-color:var(--paper-light);\n    border:1px solid var(--line);\n    border-radius:6px;\n    height:340px;\n    display:flex; align-items:center; justify-content:center;\n    overflow:hidden;\n  }\n  .bp-book{position:relative; width:200px; height:150px;}\n  .bp-page{\n    position:absolute; width:100px; height:150px; top:0;\n    border:1.5px dashed var(--teal);\n    border-radius:2px 8px 8px 2px;\n  }\n  .bp-page.left{left:0; border-radius:8px 2px 2px 8px; transform:rotate(-1.5deg);}\n  .bp-page.right{right:0; transform:rotate(1.5deg);}\n  .bp-page::before{\n    content:\"\"; position:absolute; inset:14px;\n    background-image:repeating-linear-gradient(var(--line) 0 1px, transparent 1px 11px);\n  }\n  .bp-tag{\n    position:absolute; bottom:-40px; left:50%; transform:translateX(-50%);\n    font-family:'IBM Plex Mono', monospace; font-size:0.66rem;\n    letter-spacing:0.08em; text-transform:uppercase;\n    background:var(--amber); color:var(--ink);\n    padding:6px 14px; border-radius:20px; white-space:nowrap;\n  }<\/p>\n<p>  \/* ===== SECTION generic ===== *\/\n  section{padding:86px 0;}\n  .section-head{max-width:640px; margin-bottom:48px;}\n  .section-head h2{font-size:clamp(1.7rem, 2.8vw, 2.3rem); margin-top:12px;}\n  .divider{border:none; height:1px; background:var(--line);}<\/p>\n<p>  \/* ===== TENTANG ===== *\/\n  .about{display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:start;}\n  .about-quote{\n    font-family:'Newsreader', serif; font-style:italic; font-size:1.4rem; line-height:1.5;\n    border-left:2px solid var(--amber-deep); padding-left:22px;\n  }\n  .about-body p{color:var(--ink-soft); margin-bottom:16px; max-width:54ch;}<\/p>\n<p>  \/* ===== FOKUS PENGEMBANGAN (blueprint cards) ===== *\/\n  .focus-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}\n  .focus-card{\n    background:var(--paper-light); border:1px solid var(--line); border-radius:4px;\n    overflow:hidden; transition:transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .focus-card:hover{transform:translateY(-4px); box-shadow:var(--shadow);}\n  .focus-cover{\n    height:120px;\n    background:repeating-linear-gradient(45deg, rgba(27,42,65,0.06) 0 8px, transparent 8px 16px);\n    border-bottom:1px dashed var(--line);\n    display:flex; align-items:center; justify-content:center;\n  }\n  .focus-cover span{\n    font-family:'IBM Plex Mono', monospace; font-size:0.62rem;\n    letter-spacing:0.1em; text-transform:uppercase; color:var(--ink-soft);\n    background:var(--paper); padding:4px 10px; border-radius:12px; border:1px solid var(--line);\n  }\n  .focus-body{padding:18px 20px 22px;}\n  .focus-body h3{font-size:1.02rem; margin-bottom:8px; line-height:1.3;}\n  .focus-body p{font-size:0.86rem; color:var(--ink-soft);}<\/p>\n<p>  \/* ===== ROADMAP (signature) ===== *\/\n  .roadmap{position:relative; padding:20px 10px 0;}\n  .rm-track{\n    display:flex; justify-content:space-between; position:relative;\n    padding-top:8px;\n  }\n  .rm-track::before{\n    content:\"\"; position:absolute; top:20px; left:20px; right:20px; height:1px;\n    background-image:repeating-linear-gradient(90deg, var(--ink-soft) 0 6px, transparent 6px 12px);\n  }\n  .rm-step{position:relative; flex:1; text-align:center; padding:0 10px;}\n  .rm-dot{\n    width:22px; height:22px; border-radius:50%; margin:0 auto 18px;\n    background:var(--paper); border:2px solid var(--ink-soft);\n    position:relative; z-index:1;\n  }\n  .rm-step.done .rm-dot{background:var(--teal); border-color:var(--teal);}\n  .rm-step.current .rm-dot{\n    background:var(--amber); border-color:var(--amber-deep);\n    box-shadow:0 0 0 5px rgba(217,142,59,0.22);\n    animation:pulse 2.4s ease-in-out infinite;\n  }\n  .rm-step.upcoming .rm-dot{border-style:dashed; background:var(--paper);}\n  @keyframes pulse{\n    0%,100%{box-shadow:0 0 0 5px rgba(217,142,59,0.22);}\n    50%{box-shadow:0 0 0 9px rgba(217,142,59,0.12);}\n  }\n  .rm-when{font-family:'IBM Plex Mono', monospace; font-size:0.66rem; color:var(--ink-soft); letter-spacing:0.05em; margin-bottom:4px;}\n  .rm-title{font-family:'Newsreader', serif; font-size:1.02rem; margin-bottom:6px;}\n  .rm-desc{font-size:0.82rem; color:var(--ink-soft); max-width:20ch; margin:0 auto;}\n  .rm-step.current .rm-when{color:var(--amber-deep); font-weight:500;}<\/p>\n<p>  \/* ===== TAHUKAH ANDA ===== *\/\n  .facts-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}\n  .fact-card{\n    background:var(--teal); color:var(--paper-light);\n    border-radius:6px; padding:26px 22px; min-height:180px;\n    display:flex; flex-direction:column; justify-content:space-between;\n  }\n  .fact-card:nth-child(2n){background:var(--ink);}\n  .fact-num{font-family:'Newsreader', serif; font-style:italic; font-size:1.8rem; color:var(--amber);}\n  .fact-card p{font-size:0.88rem; color:rgba(247,248,242,0.88); margin-top:14px;}<\/p>\n<p>  \/* ===== CTA NEWSLETTER ===== *\/\n  .cta-band{\n    background:var(--ink); color:var(--paper-light);\n    border-radius:6px; padding:52px 56px;\n    display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;\n  }\n  .cta-band h2{color:var(--paper-light); font-size:1.6rem; max-width:32ch;}\n  .cta-band p{color:rgba(247,248,242,0.7); margin-top:10px; max-width:40ch;}\n  .newsletter{\n    display:flex; border:1px solid rgba(247,248,242,0.3); border-radius:2px;\n    overflow:hidden; max-width:360px; flex:1; min-width:260px;\n  }\n  .newsletter input{\n    flex:1; background:transparent; border:none; padding:13px 14px;\n    color:var(--paper-light); font-family:'IBM Plex Sans', sans-serif; font-size:0.88rem; outline:none;\n  }\n  .newsletter input::placeholder{color:rgba(247,248,242,0.5);}\n  .newsletter button{\n    background:var(--amber); color:var(--ink); border:none; padding:0 20px;\n    font-family:'IBM Plex Mono', monospace; font-size:0.74rem; cursor:pointer; transition:background 0.2s;\n  }\n  .newsletter button:hover{background:var(--amber-deep); color:var(--paper-light);}<\/p>\n<p>  \/* ===== FOOTER ===== *\/\n  footer{background:var(--teal); color:var(--paper-light); padding:64px 0 28px; margin-top:20px;}\n  .footer-top{display:grid; grid-template-columns:1.2fr 0.8fr 0.8fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(247,248,242,0.16);}\n  .footer-top h3{color:var(--paper-light); font-size:1.2rem; margin-bottom:12px;}\n  .footer-top p{color:rgba(247,248,242,0.72); font-size:0.88rem; max-width:38ch;}\n  .footer-col .eyebrow{color:var(--amber); margin-bottom:14px; display:block;}\n  .footer-col a{display:block; color:rgba(247,248,242,0.82); font-size:0.9rem; padding:4px 0; transition:color 0.2s;}\n  .footer-col a:hover{color:var(--amber);}\n  .footer-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:24px; font-size:0.78rem; color:rgba(247,248,242,0.55); flex-wrap:wrap; gap:10px;}<\/p>\n<p>  @media (max-width: 860px){\n    .nav-links{display:none;}\n    .hero{grid-template-columns:1fr; padding-top:56px;}\n    .hero .blueprint{order:-1;}\n    .about, .footer-top{grid-template-columns:1fr;}\n    .focus-grid, .facts-grid{grid-template-columns:repeat(2,1fr);}\n    .rm-track{flex-direction:column; gap:26px; align-items:flex-start;}\n    .rm-track::before{display:none;}\n    .rm-step{text-align:left; display:flex; align-items:center; gap:14px; padding:0;}\n    .rm-dot{margin:0;}\n    .rm-desc{margin:0;}\n    .cta-band{padding:40px 28px;}\n  }\n  @media (prefers-reduced-motion: reduce){ *{animation:none !important; transition:none !important;} }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<header>\n<div class=\"nav\">\n<div class=\"logo\">\n      <b>BIQ Education Development<\/b><br \/>\n      <span>Penerbit Buku Pendidikan<\/span><\/div>\n<nav class=\"nav-links\">\n      <a href=\"#tentang\">Tentang<\/a><br \/>\n      <a href=\"#fokus\">Fokus Kami<\/a><br \/>\n      <a href=\"#roadmap\">Peta Pengembangan<\/a><br \/>\n      <a href=\"#literasi\">Dunia Literasi<\/a><br \/>\n    <\/nav>\n<p>    <a href=\"#kabar\" class=\"nav-cta\">Ikuti Kabar Kami<\/a><\/div>\n<\/header>\n<section class=\"hero\">\n<div class=\"hero-copy\">\n    <span class=\"eyebrow\">Penerbit baru \u00b7 Sedang membangun katalog<\/span><\/p>\n<h1>Buku pendidikan yang baik butuh <em>waktu<\/em> untuk dibangun dengan benar.<\/h1>\n<p>BIQ Education Development adalah penerbit buku pendidikan yang baru berdiri. Kami belum menerbitkan buku pertama \u2014 dan kami memilih untuk terbuka soal itu, sambil membangun fondasi kurikulum, tim penulis, dan proses penyuntingan yang kuat sebelum naik cetak.<\/p>\n<div class=\"btn-row\">\n      <a href=\"#roadmap\" class=\"btn btn-primary\">Lihat Peta Pengembangan<\/a><br \/>\n      <a href=\"#literasi\" class=\"btn btn-ghost\">Baca Seputar Dunia Buku<\/a><\/div>\n<\/div>\n<div class=\"blueprint\">\n<div class=\"bp-book\">\n<div class=\"bp-page left\"><\/div>\n<div class=\"bp-page right\"><\/div>\n<div class=\"bp-tag\">Dalam Pengembangan<\/div>\n<\/div>\n<\/div>\n<\/section>\n<div class=\"wrap\">\n<hr class=\"divider\">\n<\/div>\n<section id=\"tentang\">\n<div class=\"wrap about\">\n<div class=\"about-quote\">\n      &#8220;Kami lebih memilih memulai dengan jujur \u2014 belum ada buku yang terbit \u2014 daripada terburu-buru mencetak sesuatu yang belum siap dibaca anak-anak dan guru.&#8221;<\/div>\n<div class=\"about-body\">\n      <span class=\"eyebrow\">Tentang Kami<\/span><\/p>\n<h2 style=\"margin-bottom:18px;\">Membangun buku pendidikan dari fondasi yang tepat<\/h2>\n<p>BIQ Education Development didirikan untuk mengembangkan bahan bacaan dan buku pendidikan yang sesuai kebutuhan ruang kelas dan rumah belajar di Indonesia. Kami masih di tahap paling awal: menyusun kurikulum acuan, merekrut tim penulis dan penyunting, serta merancang standar kualitas yang akan dipakai untuk setiap judul yang kami terbitkan nanti.<\/p>\n<p>Kami percaya sebuah penerbit pendidikan tidak dinilai dari seberapa cepat rak katalognya terisi, melainkan dari seberapa siap setiap buku yang akhirnya diterbitkan untuk benar-benar dipakai di kelas. Karena itu, halaman ini akan terus diperbarui seiring perjalanan kami menuju buku pertama.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"fokus\">\n<div class=\"wrap\">\n<div class=\"section-head\">\n      <span class=\"eyebrow\">Sedang dirancang<\/span><\/p>\n<h2>Lini buku yang sedang kami kembangkan<\/h2>\n<\/div>\n<div class=\"focus-grid\">\n<div class=\"focus-card\">\n<div class=\"focus-cover\"><span>Riset &#038; Silabus<\/span><\/div>\n<div class=\"focus-body\">\n<h3>Buku Pendamping Kurikulum<\/h3>\n<p>Materi pendamping untuk mata pelajaran inti, disusun mengikuti acuan kurikulum yang berlaku.<\/p>\n<\/div>\n<\/div>\n<div class=\"focus-card\">\n<div class=\"focus-cover\"><span>Penulisan Naskah<\/span><\/div>\n<div class=\"focus-body\">\n<h3>Buku Aktivitas &#038; Literasi Anak<\/h3>\n<p>Buku bergambar dan lembar aktivitas untuk membangun kebiasaan membaca sejak usia dini.<\/p>\n<\/div>\n<\/div>\n<div class=\"focus-card\">\n<div class=\"focus-cover\"><span>Perencanaan<\/span><\/div>\n<div class=\"focus-body\">\n<h3>Referensi untuk Pendidik<\/h3>\n<p>Panduan mengajar dan referensi metode pembelajaran untuk guru dan pendamping belajar.<\/p>\n<\/div>\n<\/div>\n<div class=\"focus-card\">\n<div class=\"focus-cover\"><span>Perencanaan<\/span><\/div>\n<div class=\"focus-body\">\n<h3>Modul Pelatihan<\/h3>\n<p>Modul untuk workshop dan pelatihan singkat bagi tenaga pendidik dan orang tua.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"roadmap\">\n<div class=\"wrap\">\n<div class=\"section-head\">\n      <span class=\"eyebrow\">Perjalanan kami<\/span><\/p>\n<h2>Peta menuju buku pertama<\/h2>\n<\/div>\n<div class=\"roadmap\">\n<div class=\"rm-track\">\n<div class=\"rm-step done\">\n<div class=\"rm-dot\"><\/div>\n<div class=\"rm-when\">Kuartal 2 \u00b7 2026<\/div>\n<div class=\"rm-title\">Pendirian BIQ<\/div>\n<div class=\"rm-desc\">Tim inti terbentuk dan arah penerbitan ditetapkan.<\/div>\n<\/div>\n<div class=\"rm-step current\">\n<div class=\"rm-dot\"><\/div>\n<div class=\"rm-when\">Kuartal 3 \u00b7 2026 \u2014 Sedang berjalan<\/div>\n<div class=\"rm-title\">Penyusunan Kurikulum<\/div>\n<div class=\"rm-desc\">Riset acuan dan perekrutan tim penulis &#038; penyunting.<\/div>\n<\/div>\n<div class=\"rm-step upcoming\">\n<div class=\"rm-dot\"><\/div>\n<div class=\"rm-when\">Kuartal 4 \u00b7 2026<\/div>\n<div class=\"rm-title\">Uji Baca Naskah<\/div>\n<div class=\"rm-desc\">Naskah pertama diujicobakan bersama sekolah mitra.<\/div>\n<\/div>\n<div class=\"rm-step upcoming\">\n<div class=\"rm-dot\"><\/div>\n<div class=\"rm-when\">2027<\/div>\n<div class=\"rm-title\">Peluncuran Buku Pertama<\/div>\n<div class=\"rm-desc\">Buku pertama BIQ resmi dicetak dan didistribusikan.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"literasi\">\n<div class=\"wrap\">\n<div class=\"section-head\">\n      <span class=\"eyebrow\">Dunia Literasi<\/span><\/p>\n<h2>Tahukah Anda tentang proses di balik sebuah buku?<\/h2>\n<\/div>\n<div class=\"facts-grid\">\n<div class=\"fact-card\">\n<div class=\"fact-num\">01<\/div>\n<p>Perjalanan naskah menjadi buku cetak umumnya memakan waktu enam hingga dua belas bulan, tergantung kerumitan materi dan jumlah revisi.<\/p>\n<\/div>\n<div class=\"fact-card\">\n<div class=\"fact-num\">02<\/div>\n<p>Setiap buku yang beredar resmi di Indonesia memiliki nomor ISBN unik yang didaftarkan ke Perpustakaan Nasional.<\/p>\n<\/div>\n<div class=\"fact-card\">\n<div class=\"fact-num\">03<\/div>\n<p>Buku pendidikan yang baik biasanya diuji-bacakan pada guru atau siswa sebagai pembaca sasaran, bukan hanya diperiksa oleh editor.<\/p>\n<\/div>\n<div class=\"fact-card\">\n<div class=\"fact-num\">04<\/div>\n<p>Penulisan naskah, penyuntingan, dan desain sampul umumnya dikerjakan oleh tim yang berbeda-beda agar setiap tahap mendapat perhatian penuh.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"kabar\">\n<div class=\"wrap\">\n<div class=\"cta-band\">\n<div>\n<h2>Jadi yang pertama tahu saat buku pertama kami terbit<\/h2>\n<p>Kami akan mengabarkan setiap tahap penting \u2014 dari selesainya kurikulum hingga naskah pertama naik cetak.<\/p>\n<\/div>\n<form class=\"newsletter\" onsubmit=\"event.preventDefault(); this.querySelector('button').textContent='Terkirim \u2713';\">\n        <input type=\"email\" placeholder=\"alamat@email.anda\" required><br \/>\n        <button type=\"submit\">Daftar<\/button><br \/>\n      <\/form>\n<\/div>\n<\/div>\n<\/section>\n<footer>\n<div class=\"wrap\">\n<div class=\"footer-top\">\n<div>\n<h3>BIQ Education Development<\/h3>\n<p>Penerbit buku pendidikan yang sedang membangun katalog pertamanya dengan hati-hati, satu tahap pada satu waktu.<\/p>\n<\/div>\n<div class=\"footer-col\">\n        <span class=\"eyebrow\">Jelajah<\/span><br \/>\n        <a href=\"#tentang\">Tentang Kami<\/a><br \/>\n        <a href=\"#fokus\">Fokus Kami<\/a><br \/>\n        <a href=\"#roadmap\">Peta Pengembangan<\/a><br \/>\n        <a href=\"#literasi\">Dunia Literasi<\/a><\/div>\n<div class=\"footer-col\">\n        <span class=\"eyebrow\">Kontak<\/span><br \/>\n        <a href=\"mailto:halo@biqeducation.id\">halo@biqeducation.id<\/a><br \/>\n        <a href=\"#\">Instagram @biqeducation<\/a><\/div>\n<\/div>\n<div class=\"footer-bottom\">\n      <span>\u00a9 2026 BIQ Education Development. Baru berdiri, sedang membangun.<\/span><br \/>\n      <span>Belum ada buku terbit \u2014 dan itu bagian dari cerita kami.<\/span><\/div>\n<\/div>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BIQ Education Development \u2014 Penerbit Buku Pendidikan BIQ Education Development Penerbit Buku Pendidikan Tentang Fokus Kami Peta Pengembangan Dunia Literasi Ikuti Kabar Kami Penerbit baru \u00b7 Sedang membangun katalog Buku pendidikan yang baik butuh waktu untuk dibangun dengan benar. BIQ Education Development adalah penerbit buku pendidikan yang baru berdiri. Kami belum menerbitkan buku pertama \u2014 &#8230; <a title=\"Home\" class=\"read-more\" href=\"https:\/\/biqeducationdevelopment.com\/\" aria-label=\"Read more about Home\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-35","page","type-page","status-publish"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/pages\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=35"}],"version-history":[{"count":1,"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":205,"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions\/205"}],"wp:attachment":[{"href":"https:\/\/biqeducationdevelopment.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}