{"id":26,"date":"2024-04-27T22:27:35","date_gmt":"2024-04-27T22:27:35","guid":{"rendered":"https:\/\/theboomcoinc.com\/?page_id=26"},"modified":"2026-03-06T18:58:07","modified_gmt":"2026-03-07T02:58:07","slug":"main","status":"publish","type":"page","link":"https:\/\/theboomcoinc.com\/","title":{"rendered":"The Boom Company"},"content":{"rendered":"\n<style>\n    \/* \u2500\u2500 Hide WP Twenty Twenty-Five theme header \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    header.wp-block-template-part,\n    .wp-block-site-title,\n    .wp-block-site-logo,\n    .wp-block-navigation,\n    .wp-site-blocks > header,\n    .wp-site-blocks > .wp-block-template-part {\n      display: none !important;\n    }\n    .wp-site-blocks > main,\n    .wp-site-blocks {\n      padding-top: 0 !important;\n      margin-top: 0 !important;\n    }\n\n    \/* \u2500\u2500 Reset & Base \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: 'Inter', system-ui, -apple-system, sans-serif;\n      color: #e8edf3;\n      background: #0a0e17;\n      overflow-x: hidden;\n      line-height: 1.6;\n    }\n    a { text-decoration: none; color: inherit; }\n    img { max-width: 100%; display: block; }\n\n    \/* \u2500\u2500 Animated Background \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .bg-grid {\n      position: fixed;\n      inset: 0;\n      z-index: 0;\n      background-image:\n        linear-gradient(rgba(4,80,137,0.07) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(4,80,137,0.07) 1px, transparent 1px);\n      background-size: 60px 60px;\n      animation: gridShift 20s linear infinite;\n    }\n    @keyframes gridShift {\n      0% { background-position: 0 0; }\n      100% { background-position: 60px 60px; }\n    }\n\n    \/* Floating orbs *\/\n    .orb {\n      position: fixed;\n      border-radius: 50%;\n      filter: blur(100px);\n      opacity: 0.15;\n      z-index: 0;\n      animation: float 18s ease-in-out infinite;\n    }\n    .orb-1 { width: 500px; height: 500px; background: #045089; top: -10%; left: -5%; animation-delay: 0s; }\n    .orb-2 { width: 400px; height: 400px; background: #F47B20; bottom: -10%; right: -5%; animation-delay: -6s; }\n    .orb-3 { width: 350px; height: 350px; background: #045089; bottom: 20%; left: 30%; animation-delay: -12s; }\n    @keyframes float {\n      0%, 100% { transform: translateY(0) scale(1); }\n      50% { transform: translateY(-40px) scale(1.05); }\n    }\n\n    \/* \u2500\u2500 Content wrapper \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .content { position: relative; z-index: 1; }\n\n    \/* \u2500\u2500 Nav \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    nav {\n      position: fixed;\n      top: 0;\n      left: 0;\n      right: 0;\n      z-index: 100;\n      padding: 1.25rem 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      background: rgba(10,14,23,0.7);\n      backdrop-filter: blur(20px);\n      border-bottom: 1px solid rgba(4,80,137,0.2);\n      transition: all 0.3s ease;\n    }\n    nav.scrolled {\n      padding: 0.75rem 2rem;\n      background: rgba(10,14,23,0.92);\n    }\n    .nav-logo {\n      display: flex;\n      align-items: center;\n    }\n    .nav-logo img {\n      height: 32px;\n      width: auto;\n    }\n    .nav-links { display: flex; gap: 2rem; align-items: center; }\n    .nav-links a {\n      font-size: 0.875rem;\n      font-weight: 500;\n      color: #8a96a8;\n      transition: color 0.2s;\n    }\n    .nav-links a:hover { color: #fff; }\n\n    \/* \u2500\u2500 Hero \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hero {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 8rem 2rem 6rem;\n    }\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      padding: 0.5rem 1.25rem;\n      background: rgba(4,80,137,0.15);\n      border: 1px solid rgba(4,80,137,0.3);\n      border-radius: 100px;\n      font-size: 0.8rem;\n      font-weight: 500;\n      color: #6fb4e8;\n      margin-bottom: 2rem;\n      animation: fadeInUp 0.6s ease-out;\n    }\n    .hero-badge .dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 50%;\n      background: #22c55e;\n      animation: pulse 2s ease-in-out infinite;\n    }\n    @keyframes pulse {\n      0%, 100% { opacity: 1; }\n      50% { opacity: 0.4; }\n    }\n    .hero h1 {\n      font-size: clamp(2.5rem, 6vw, 4.5rem);\n      font-weight: 800;\n      line-height: 1.1;\n      letter-spacing: -0.03em;\n      color: #fff;\n      max-width: 900px;\n      margin-bottom: 1.5rem;\n      animation: fadeInUp 0.6s ease-out 0.1s both;\n    }\n    .hero h1 .highlight {\n      background: linear-gradient(135deg, #F47B20, #f9a05c);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n    .hero p {\n      font-size: 1.15rem;\n      color: #8a96a8;\n      max-width: 600px;\n      margin-bottom: 3rem;\n      animation: fadeInUp 0.6s ease-out 0.2s both;\n    }\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(24px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Scroll indicator *\/\n    .scroll-hint {\n      position: absolute;\n      bottom: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 0.5rem;\n      color: #4a5568;\n      font-size: 0.75rem;\n      font-weight: 500;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      animation: fadeInUp 0.6s ease-out 0.4s both;\n    }\n    .scroll-hint .arrow {\n      width: 20px;\n      height: 20px;\n      border-right: 2px solid #4a5568;\n      border-bottom: 2px solid #4a5568;\n      transform: rotate(45deg);\n      animation: bounce 2s ease-in-out infinite;\n    }\n    @keyframes bounce {\n      0%, 100% { transform: rotate(45deg) translateY(0); }\n      50% { transform: rotate(45deg) translateY(6px); }\n    }\n\n    \/* \u2500\u2500 Section: About \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    section {\n      padding: 6rem 2rem;\n    }\n    .section-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    .section-label {\n      font-size: 0.75rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.15em;\n      color: #F47B20;\n      margin-bottom: 1rem;\n    }\n    .section-title {\n      font-size: clamp(1.75rem, 3.5vw, 2.5rem);\n      font-weight: 700;\n      color: #fff;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      margin-bottom: 1.5rem;\n    }\n    .section-text {\n      font-size: 1.05rem;\n      color: #8a96a8;\n      max-width: 700px;\n      line-height: 1.75;\n    }\n\n    \/* \u2500\u2500 Brand Cards \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .brands {\n      padding: 4rem 2rem 8rem;\n    }\n    .brands-grid {\n      max-width: 1100px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));\n      gap: 2rem;\n    }\n    .brand-card {\n      position: relative;\n      border-radius: 20px;\n      padding: 3rem 2.5rem;\n      background: rgba(255,255,255,0.03);\n      border: 1px solid rgba(255,255,255,0.06);\n      transition: all 0.4s ease;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n    }\n    .brand-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n      border-radius: 20px 20px 0 0;\n      transition: height 0.4s ease;\n    }\n    .brand-card:hover {\n      background: rgba(255,255,255,0.05);\n      border-color: rgba(255,255,255,0.12);\n      transform: translateY(-4px);\n    }\n    .brand-card:hover::before {\n      height: 4px;\n    }\n\n    \/* Boom Logic card accent *\/\n    .card-logic::before { background: linear-gradient(90deg, #045089, #F47B20); }\n    .card-logic .card-icon { background: rgba(4,80,137,0.15); color: #4da8e8; }\n\n    \/* BoomTalk card accent *\/\n    .card-talk::before { background: linear-gradient(90deg, #F47B20, #f96d64); }\n    .card-talk .card-icon { background: rgba(244,123,32,0.12); color: #F47B20; }\n\n    .card-icon {\n      width: 56px;\n      height: 56px;\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1.75rem;\n      font-size: 1.5rem;\n    }\n    .card-logo {\n      margin-bottom: 1.75rem;\n    }\n    .card-logo img {\n      display: block;\n    }\n    .card-tag {\n      display: inline-block;\n      font-size: 0.7rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      padding: 0.35rem 0.75rem;\n      border-radius: 6px;\n      margin-bottom: 1.25rem;\n      width: fit-content;\n    }\n    .card-logic .card-tag { background: rgba(4,80,137,0.15); color: #6fb4e8; }\n    .card-talk .card-tag { background: rgba(244,123,32,0.12); color: #f9a05c; }\n\n    .card-name {\n      font-size: 1.75rem;\n      font-weight: 700;\n      color: #fff;\n      margin-bottom: 0.75rem;\n      letter-spacing: -0.01em;\n    }\n    .card-name .tm { font-size: 0.65em; vertical-align: super; opacity: 0.5; }\n    .card-desc {\n      font-size: 0.95rem;\n      color: #7a879a;\n      line-height: 1.7;\n      margin-bottom: 2rem;\n      flex-grow: 1;\n    }\n    .card-features {\n      list-style: none;\n      margin-bottom: 2.5rem;\n    }\n    .card-features li {\n      font-size: 0.875rem;\n      color: #9aa5b4;\n      padding: 0.5rem 0;\n      border-bottom: 1px solid rgba(255,255,255,0.04);\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n    }\n    .card-features li:last-child { border-bottom: none; }\n    .card-features .check {\n      width: 18px;\n      height: 18px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.65rem;\n      flex-shrink: 0;\n    }\n    .card-logic .check { background: rgba(4,80,137,0.2); color: #4da8e8; }\n    .card-talk .check { background: rgba(244,123,32,0.15); color: #F47B20; }\n\n    .card-cta {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.75rem;\n      font-size: 0.95rem;\n      font-weight: 600;\n      padding: 1rem 2rem;\n      border-radius: 12px;\n      transition: all 0.3s ease;\n      width: fit-content;\n    }\n    .card-cta .arrow {\n      transition: transform 0.3s ease;\n    }\n    .card-cta:hover .arrow {\n      transform: translateX(4px);\n    }\n    .card-logic .card-cta {\n      background: linear-gradient(135deg, #045089, #0668ad);\n      color: #fff;\n    }\n    .card-logic .card-cta:hover {\n      background: linear-gradient(135deg, #0668ad, #0880cc);\n      box-shadow: 0 8px 30px rgba(4,80,137,0.35);\n    }\n    .card-talk .card-cta {\n      background: linear-gradient(135deg, #F47B20, #f99a4e);\n      color: #fff;\n    }\n    .card-talk .card-cta:hover {\n      background: linear-gradient(135deg, #f99a4e, #ffb06e);\n      box-shadow: 0 8px 30px rgba(244,123,32,0.3);\n    }\n\n    \/* \u2500\u2500 Stats row \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .stats {\n      padding: 2rem 2rem 6rem;\n    }\n    .stats-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 1.5rem;\n    }\n    .stat-box {\n      text-align: center;\n      padding: 2rem 1rem;\n      border-radius: 16px;\n      background: rgba(255,255,255,0.02);\n      border: 1px solid rgba(255,255,255,0.05);\n    }\n    .stat-num {\n      font-size: 2.25rem;\n      font-weight: 800;\n      color: #fff;\n      letter-spacing: -0.03em;\n      line-height: 1;\n      margin-bottom: 0.5rem;\n    }\n    .stat-num .accent { color: #F47B20; }\n    .stat-label {\n      font-size: 0.8rem;\n      color: #5a6578;\n      font-weight: 500;\n    }\n\n    \/* \u2500\u2500 Footer \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    footer {\n      padding: 3rem 2rem;\n      border-top: 1px solid rgba(255,255,255,0.05);\n      text-align: center;\n    }\n    .footer-inner {\n      max-width: 1100px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 1rem;\n    }\n    .footer-brand {\n      font-size: 1rem;\n      font-weight: 600;\n      color: #fff;\n    }\n    .footer-brand span { color: #F47B20; }\n    .footer-legal {\n      font-size: 0.75rem;\n      color: #3a4456;\n    }\n    .footer-links {\n      display: flex;\n      gap: 2rem;\n      margin-top: 0.5rem;\n    }\n    .footer-links a {\n      font-size: 0.8rem;\n      color: #5a6578;\n      transition: color 0.2s;\n    }\n    .footer-links a:hover { color: #F47B20; }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 768px) {\n      .nav-links { display: none; }\n      .brands-grid { grid-template-columns: 1fr; }\n      .stats-inner { grid-template-columns: repeat(2, 1fr); }\n      .hero { padding: 7rem 1.5rem 5rem; }\n      .brand-card { padding: 2rem 1.75rem; }\n    }\n    @media (max-width: 480px) {\n      .stats-inner { grid-template-columns: 1fr 1fr; gap: 0.75rem; }\n      .stat-box { padding: 1.5rem 0.75rem; }\n    }\n  <\/style>\n<!-- Background effects -->\n  <div class=\"bg-grid\"><\/div>\n  <div class=\"orb orb-1\"><\/div>\n  <div class=\"orb orb-2\"><\/div>\n  <div class=\"orb orb-3\"><\/div>\n\n  <div class=\"content\">\n\n    <!-- Nav -->\n    <nav id=\"nav\">\n      <a href=\"#\" class=\"nav-logo\"><img decoding=\"async\" src=\"https:\/\/theboomcoinc.com\/wp-content\/uploads\/2026\/03\/Logo_BoomCoInc_white_500px_01.png\" alt=\"The Boom Company, Inc.\"><\/a>\n      <div class=\"nav-links\">\n        <a href=\"#about\">About<\/a>\n        <a href=\"#brands\">Our Brands<\/a>\n        <a href=\"https:\/\/boomlogic.com\" target=\"_blank\" rel=\"noopener\">Boom Logic<\/a>\n        <a href=\"https:\/\/boomtalk.live\" target=\"_blank\" rel=\"noopener\">BoomTalk<\/a>\n      <\/div>\n    <\/nav>\n\n    <!-- Hero -->\n    <section class=\"hero\">\n      <div class=\"hero-badge\">\n        <span class=\"dot\"><\/span>\n        Infrastructure We Own. Results You Control.\n      <\/div>\n      <h1>\n        Empowering Your Tomorrow<span class=\"highlight\">,<\/span><br>\n        <span class=\"highlight\">Today.<\/span>\n      <\/h1>\n      <p>\n        The Boom Company, Inc. is the parent corporation and holding company\n        behind Boom Logic and BoomTalk&trade; &mdash; vertically integrated technology\n        built on infrastructure we own and operate.\n      <\/p>\n      <div class=\"scroll-hint\">\n        <span>Explore<\/span>\n        <div class=\"arrow\"><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- About -->\n    <section id=\"about\">\n      <div class=\"section-inner\">\n        <div class=\"section-label\">Who We Are<\/div>\n        <h2 class=\"section-title\">One Company. Full-Stack Control.<\/h2>\n        <p class=\"section-text\">\n          The Boom Company, Inc. is the corporation behind <strong style=\"color:#fff;\">Boom Logic<\/strong>\n          &mdash; our primary doing-business-as brand recognized across the managed IT, cybersecurity,\n          and cloud infrastructure markets. Every product and service we deliver runs on infrastructure\n          we own: data centers, cloud platforms, fiber networks, and communications systems. No\n          third-party dependency. No vendor middlemen. Just direct accountability from a single,\n          vertically integrated technology partner.\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <!-- Brand Cards -->\n    <section id=\"brands\" class=\"brands\">\n      <div class=\"section-inner\" style=\"margin-bottom: 3rem;\">\n        <div class=\"section-label\">Our Brands<\/div>\n        <h2 class=\"section-title\">Two Brands. One Mission.<\/h2>\n      <\/div>\n      <div class=\"brands-grid\">\n\n        <!-- Boom Logic -->\n        <div class=\"brand-card card-logic\">\n          <div class=\"card-logo\">\n            <img decoding=\"async\" src=\"https:\/\/theboomcoinc.com\/wp-content\/uploads\/2026\/03\/boom-logic-logo-white-scaled.png\" alt=\"Boom Logic\" style=\"height:36px;width:auto;\">\n          <\/div>\n          <span class=\"card-tag\">Managed IT &bull; Cybersecurity &bull; Cloud<\/span>\n          <p class=\"card-desc\">\n            The full-service MSP\/MSSP brand of The Boom Company. Managed IT, enterprise cybersecurity,\n            cloud hosting, compliance automation, networking, and disaster recovery &mdash; all built on\n            infrastructure we own.\n          <\/p>\n          <ul class=\"card-features\">\n            <li><span class=\"check\">&#10003;<\/span> Outsourced IT &amp; 24\/7 Helpdesk<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Enterprise Cybersecurity (SOC, SIEM, MDR)<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Private &amp; Managed Cloud Hosting<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Compliance as a Service (HIPAA, CMMC, SOC 2)<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Backup &amp; Disaster Recovery<\/li>\n          <\/ul>\n          <a href=\"https:\/\/boomlogic.com\" target=\"_blank\" rel=\"noopener\" class=\"card-cta\">\n            Visit Boom Logic <span class=\"arrow\">&rarr;<\/span>\n          <\/a>\n        <\/div>\n\n        <!-- BoomTalk -->\n        <div class=\"brand-card card-talk\">\n          <div class=\"card-logo\">\n            <img decoding=\"async\" src=\"https:\/\/theboomcoinc.com\/wp-content\/uploads\/2026\/03\/BoomTalk_Logo_White_910x182.png\" alt=\"BoomTalk VoIP\" style=\"height:36px;width:auto;\">\n          <\/div>\n          <span class=\"card-tag\">VoIP &bull; Unified Communications<\/span>\n          <p class=\"card-desc\">\n            Enterprise-grade cloud VoIP and unified communications by The Boom Company. Encrypted calls,\n            HIPAA-ready messaging, video conferencing, and on-prem PBX options &mdash; hosted on our\n            own infrastructure for unmatched reliability.\n          <\/p>\n          <ul class=\"card-features\">\n            <li><span class=\"check\">&#10003;<\/span> Cloud-Hosted &amp; On-Prem PBX<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Encrypted Voice, Video &amp; Messaging<\/li>\n            <li><span class=\"check\">&#10003;<\/span> HIPAA-Compliant Communications<\/li>\n            <li><span class=\"check\">&#10003;<\/span> SOC-Backed 24\/7 Monitoring<\/li>\n            <li><span class=\"check\">&#10003;<\/span> Multi-Location &amp; Remote-Ready<\/li>\n          <\/ul>\n          <a href=\"https:\/\/boomtalk.live\" target=\"_blank\" rel=\"noopener\" class=\"card-cta\">\n            Visit BoomTalk <span class=\"arrow\">&rarr;<\/span>\n          <\/a>\n        <\/div>\n\n      <\/div>\n    <\/section>\n\n    <!-- Stats -->\n    <section class=\"stats\">\n      <div class=\"stats-inner\">\n        <div class=\"stat-box\">\n          <div class=\"stat-num\">18<span class=\"accent\">+<\/span><\/div>\n          <div class=\"stat-label\">Years in Business<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\">99<span class=\"accent\">.999%<\/span><\/div>\n          <div class=\"stat-label\">Uptime SLA<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\">24<span class=\"accent\">\/7<\/span><\/div>\n          <div class=\"stat-label\">SOC Monitoring<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\">100<span class=\"accent\">%<\/span><\/div>\n          <div class=\"stat-label\">Owned Infrastructure<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n      <div class=\"footer-inner\">\n        <div class=\"footer-brand\"><img decoding=\"async\" src=\"https:\/\/theboomcoinc.com\/wp-content\/uploads\/2026\/03\/Logo_BoomCoInc_white_500px_01.png\" alt=\"The Boom Company, Inc.\" style=\"height:28px;width:auto;margin:0 auto;\"><\/div>\n        <p class=\"footer-legal\">&copy; 2026 The Boom Company, Inc. All rights reserved. Boom Logic is a DBA of The Boom Company, Inc. BoomTalk&trade; is a product of The Boom Company, Inc.<\/p>\n        <div class=\"footer-links\">\n          <a href=\"https:\/\/boomlogic.com\" target=\"_blank\" rel=\"noopener\">boomlogic.com<\/a>\n          <a href=\"https:\/\/boomtalk.live\" target=\"_blank\" rel=\"noopener\">boomtalk.live<\/a>\n        <\/div>\n      <\/div>\n    <\/footer>\n\n  <\/div>\n\n  <script>\n    \/\/ Nav scroll effect\n    const nav = document.getElementById('nav');\n    window.addEventListener('scroll', () => {\n      nav.classList.toggle('scrolled', window.scrollY > 60);\n    });\n\n    \/\/ Fade-in on scroll\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.style.opacity = '1';\n          entry.target.style.transform = 'translateY(0)';\n        }\n      });\n    }, { threshold: 0.15 });\n\n    document.querySelectorAll('.brand-card, .stat-box, .section-inner').forEach(el => {\n      el.style.opacity = '0';\n      el.style.transform = 'translateY(30px)';\n      el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n      observer.observe(el);\n    });\n  <\/script>\n<script>\n    \/\/ Nav scroll effect\n    const nav = document.getElementById('nav');\n    window.addEventListener('scroll', () => {\n      nav.classList.toggle('scrolled', window.scrollY > 60);\n    });\n\n    \/\/ Fade-in on scroll\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.style.opacity = '1';\n          entry.target.style.transform = 'translateY(0)';\n        }\n      });\n    }, { threshold: 0.15 });\n\n    document.querySelectorAll('.brand-card, .stat-box, .section-inner').forEach(el => {\n      el.style.opacity = '0';\n      el.style.transform = 'translateY(30px)';\n      el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n      observer.observe(el);\n    });\n  <\/script>\n","protected":false},"excerpt":{"rendered":"<p>About Our Brands Boom Logic BoomTalk Infrastructure We Own. Results You Control. Empowering Your Tomorrow, Today. The Boom Company, Inc. is the parent corporation and holding company behind Boom Logic and BoomTalk&trade; &mdash; vertically integrated technology built on infrastructure we own and operate. Explore Who We Are One Company. Full-Stack Control. The Boom Company, Inc. [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":37,"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/theboomcoinc.com\/index.php\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}