{"id":50,"date":"2025-10-26T05:44:26","date_gmt":"2025-10-26T05:44:26","guid":{"rendered":"https:\/\/wpelitehub.com\/books\/?page_id=50"},"modified":"2026-01-03T16:31:48","modified_gmt":"2026-01-03T16:31:48","slug":"home","status":"publish","type":"page","link":"https:\/\/wpelitehub.com\/books\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"50\" class=\"elementor elementor-50\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afddc9f e-con-full e-flex e-con e-parent\" data-id=\"afddc9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f045f5 elementor-widget elementor-widget-html\" data-id=\"4f045f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>WPEliteHub \u2014 Home<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@600;700;800&family=DM+Sans:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n  <meta name=\"robots\" content=\"index,follow\">\n  <style>\n    \/* -------------------------\n       THEME VARIABLES & RESET\n       ------------------------- *\/\n    :root{\n      --blue-500:#008afc;\n      --blue-600:#0066cc;\n      --muted:#666666;\n      --bg-soft:#f8f9fa;\n      --card-bg:#ffffff;\n      --section-gap:80px;\n      --section-gap-mobile:36px;\n      --heading-size:42px;\n      --subheading-size:20px;\n    }\n    *{box-sizing:border-box;margin:0;padding:0}\n    html,body{height:100%}\n    body{\n      font-family:\"DM Sans\",system-ui,-apple-system,\"Segoe UI\",Roboto,Arial;\n      color:#222;\n      background:#fff;\n      -webkit-font-smoothing:antialiased;\n      -moz-osx-font-smoothing:grayscale;\n      line-height:1.55;\n    }\n    \/* consistent section spacing *\/\n    .section{ padding-top: var(--section-gap); padding-bottom: var(--section-gap); }\n    @media (max-width:768px){ .section{ padding-top: var(--section-gap-mobile); padding-bottom: var(--section-gap-mobile); } }\n\n    \/* headings\/subheads consistent *\/\n    h1,h2,h3,h4{ font-family:\"Manrope\",system-ui,-apple-system,\"Segoe UI\",Roboto,Arial; font-weight:800; color:#111; margin:0; }\n    p,a,li,small{ font-family:\"DM Sans\",system-ui,-apple-system,\"Segoe UI\",Roboto,Arial; color:var(--muted); }\n    .section-heading{ font-size:var(--heading-size); text-align:center; margin-bottom:12px; line-height:1.12; }\n    .section-sub{ font-size:var(--subheading-size); font-weight:700; text-align:center; margin-bottom:28px; color:var(--muted); }\n\n    \/* small adjustments for mobile headings *\/\n    @media (max-width:480px){\n      .section-heading{ font-size:26px; font-weight:800; }\n      .section-sub{ font-size:15px; font-weight:800; }\n    }\n\n    \/* container helper to enforce L\/R padding and max width for content inside sections *\/\n    .section-inner{ max-width:1200px; margin:0 auto; padding:0 20px; }\n\n    \/* -------------------------\n       HERO\n       ------------------------- *\/\n    .wpelite-hero{\n      background: linear-gradient(135deg,var(--blue-500) 0%,var(--blue-600) 100%);\n      color:#fff;\n      min-height:800px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      position:relative;\n      text-align:center;\n      overflow:hidden;\n      padding-top: -top: 80px !important\n    }\n    .wpelite-hero .section-inner{ max-width:900px; }\n    .wpelite-hero h1{ font-size:64px; line-height:1.05; margin-bottom:14px; color:#fff; }\n    \n    .wpelite-hero h1 .highlight{ background: rgba(255,255,255,0.08); padding:6px 12px; border-radius:8px; color:#fff; }\n    .wpelite-hero p{ font-size:20px; color:rgba(255,255,255,0.95); margin-bottom:28px; max-width:820px; margin-left:auto;margin-right:auto; \n    }\n    .primary-btn{\n      display:inline-block;\n      background: linear-gradient(135deg,var(--blue-500),var(--blue-600));\n      color:#fff;\n      padding:14px 34px;\n      border-radius:40px;\n      font-weight:800;\n      text-decoration:none;\n      box-shadow:0 12px 30px rgba(0,138,252,0.18);\n      transition:transform .18s ease, box-shadow .18s ease;\n    }\n    .primary-btn:hover{ transform:translateY(-3px); box-shadow:0 18px 44px rgba(0,138,252,0.22); }\n\n    \/* Ensure hero h1 isn't too large on narrow screens *\/\n    @media (max-width:768px){\n      .wpelite-hero{ padding:50px 16px; min-height:auto; }\n      .wpelite-hero h1{ font-size:32px; } \/* explicit override to keep it consistent *\/\n      .wpelite-hero p{ font-size:16px; }\n    }\n\n    \/* -------------------------\n       STATS\n       ------------------------- *\/\n    .wpelite-stats{ background:#fff; text-align:center; }\n    .stats-grid{ display:grid; gap:24px; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); }\n    .stat-item{ background:var(--bg-soft); padding:28px;border-radius:12px; box-shadow:0 6px 20px rgba(0,138,252,0.06); }\n    .stat-number{ font-size:48px; font-weight:800; color:var(--blue-500); margin-bottom:8px; }\n    .stat-label{ font-weight:700; color:var(--muted) }\n\n    \/* -------------------------\n       SERVICES 3x3\n       ------------------------- *\/\n    .wpelite-services{ background:var(--bg-soft); }\n    .services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }\n    .service-card{ background:#fff; padding:22px; border-radius:12px; text-align:center; box-shadow:0 8px 30px rgba(0,0,0,0.06); }\n    .service-icon{ width:68px;height:68px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:26px;color:#fff;margin-bottom:14px;background:linear-gradient(135deg,var(--blue-500),var(--blue-600)); }\n    .service-card h3{ font-size:18px; margin-bottom:6px; font-weight:800; color:#111; }\n    .service-card p{ color:var(--muted); font-size:15px; line-height:1.6; }\n\n    @media (max-width:1100px){ .services-grid{ grid-template-columns:repeat(2,1fr); } }\n    @media (max-width:600px){ .services-grid{ grid-template-columns:1fr; } }\n\n    \/* -------------------------\n       HOW IT WORKS - 4 in one line desktop\n       ------------------------- *\/\n    .wpelite-process{ background:#fff; }\n    .process-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }\n    .process-step{ background:var(--bg-soft); padding:20px; border-radius:12px; text-align:center; }\n    .process-number{ width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:22px;color:#fff;background:linear-gradient(135deg,var(--blue-500),var(--blue-600));margin-bottom:12px;font-weight:800; }\n    .process-step h3{ font-size:16px; margin-bottom:8px; font-weight:800; color:#111; }\n    .process-step p{ color:var(--muted); font-size:14px; line-height:1.6; }\n\n    @media (max-width:1024px){ .process-grid{ grid-template-columns:repeat(2,1fr); } }\n    @media (max-width:600px){ .process-grid{ grid-template-columns:1fr; } }\n\n    \/* -------------------------\n       WHY PARTNER WITH US (revamped)\n       ------------------------- *\/\n    .wpelite-why-choose{ background:var(--bg-soft); }\n    .why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }\n    .why-card{ background:#fff; border-radius:12px; padding:18px; display:flex; gap:14px; align-items:flex-start; box-shadow:0 10px 24px rgba(0,0,0,0.05); }\n    .why-icon{ width:56px;height:56px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;background:linear-gradient(135deg,var(--blue-500),var(--blue-600)); flex-shrink:0; }\n    .why-content h3{ font-size:16px; margin-bottom:6px; font-weight:800; color:#111; }\n    .why-content p{ color:var(--muted); line-height:1.6; }\n\n    @media (max-width:900px){ .why-grid{ grid-template-columns:1fr; } }\n\n    \/* Add spacing below Why section content *\/\n    .wpelite-why-choose .section-inner{ padding-bottom:10px; }\n\n    \/* -------------------------\n       COMPARISON (desktop table + mobile stacked)\n       ------------------------- *\/\n    .wpelite-comparison{ background:#fff; }\n    .comparison-wrap{ max-width:1000px; margin:0 auto; }\n    .comparison-table{ background:var(--bg-soft); border-radius:12px; padding:22px; }\n    .comparison-header{ display:grid; grid-template-columns:2fr 1fr 1fr; gap:10px; padding-bottom:10px; border-bottom:2px solid var(--blue-500); align-items:center; }\n    .comparison-header div{ font-weight:800; text-align:center; color:#111; }\n    .comparison-header div:first-child{ text-align:left; }\n    .comparison-row{ display:grid; grid-template-columns:2fr 1fr 1fr; gap:10px; padding:14px 0; border-bottom:1px solid rgba(0,0,0,0.06); align-items:center; }\n    .comparison-row:last-child{ border-bottom:none; }\n    .comparison-feature{ font-weight:700; color:#111; }\n    .comparison-check{ text-align:center; color:var(--blue-500); font-size:18px; }\n    .comparison-cross{ text-align:center; color:#dc3545; font-size:18px; }\n    .table-cta{ text-align:center; margin-top:18px; }\n\n    \/* mobile stacked cards *\/\n    .comparison-cards{ display:none; }\n    .comp-card{ display:none; }\n    @media (max-width:900px){\n      .comparison-table{ display:none; }\n      .comparison-cards{ display:block; }\n      .comp-card{ display:block; background:#fff; padding:16px; border-radius:10px; margin-bottom:12px; box-shadow:0 10px 20px rgba(0,0,0,0.04); }\n      .comp-title{ font-weight:800; color:#111; margin-bottom:8px; }\n      .comp-values{ display:flex; justify-content:space-between; gap:10px; font-weight:700; color:var(--muted); }\n      .table-cta{ margin-top:12px; }\n    }\n\n    \/* -------------------------\n       AUTHORS\n       ------------------------- *\/\n    .wpelite-authors{ background:var(--bg-soft); }\n    .authors-grid{\n  display:grid;\n  grid-template-columns:repeat(2, 1fr); \/* force 2 items in one line *\/\n  gap:18px;\n  max-width:1200px;\n  margin:0 auto;\n}\n@media (max-width: 600px){\n  .authors-grid{\n    grid-template-columns: 1fr;\n  }\n}\n\n    .author-card{ background:#fff; padding:16px; border-radius:12px; text-align:center; box-shadow:0 10px 20px rgba(0,0,0,0.04); }\n    .author-image{ width:110px; height:110px; border-radius:0%; object-fit:cover; margin:0 auto 10px; border:4px solid var(--blue-500); }\n    .author-book{ margin-top:8px; font-weight:700; color:var(--blue-500); }\n\n    \/* -------------------------\n       BOOKS (2x2 on desktop)\n       ------------------------- *\/\n    .wpelite-books{ background:#fff; }\n    .books-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:1000px; margin:0 auto; }\n    .book-card{ display:flex; gap:16px; background:var(--bg-soft); padding:14px; border-radius:12px; align-items:flex-start; }\n    .book-cover{ width:160px; height:240px; object-fit:cover; border-radius:8px; flex-shrink:0; box-shadow:0 8px 20px rgba(0,0,0,0.12); }\n    .book-info h3{ font-size:18px; margin-bottom:6px; font-weight:800; color:#111; }\n    .book-info .book-author{ color:var(--blue-500); font-weight:700; margin-bottom:8px; }\n    .amazon-link{ display:inline-block; background:#fff; color:var(--blue-500); padding:8px 12px; border-radius:8px; border:1px solid rgba(0,138,252,0.08); font-weight:700; text-decoration:none; }\n    .amazon-link:hover{ box-shadow:0 10px 24px rgba(0,138,252,0.08); }\n\n    @media (max-width:900px){ .books-grid{ grid-template-columns:1fr; } .book-cover{ width:120px; height:180px; } }\n\n    \/* -------------------------\n       TESTIMONIALS (fix disappearing slide)\n       ------------------------- *\/\n    .wpelite-testimonials{ background:linear-gradient(135deg,#0f1720 0%,#1b2230 100%); color:#fff; }\n    .testimonials-inner{ max-width:1000px; margin:0 auto; padding:0 20px; }\n    .wpelite-testimonials h2{ color:#fff; margin-bottom:10px; text-align:center; }\n    .carousel-viewport{ overflow:hidden; border-radius:10px; }\n    .carousel-track{ display:flex; transition:transform .45s ease; width:100%; }\n    .carousel-slide{ min-width:100%; box-sizing:border-box; padding:28px; background: rgba(255,255,255,0.03); border-radius:10px; }\n    .carousel-quote{ font-size:18px; font-style:italic; color:rgba(255,255,255,0.95); margin-bottom:14px; }\n    .carousel-author{ font-weight:800; color:var(--blue-500); margin-bottom:6px; }\n    .carousel-role{ color:rgba(255,255,255,0.85); }\n    .carousel-controls{ display:flex; justify-content:center; gap:12px; margin-top:12px; }\n    .carousel-btn{ width:52px;height:52px;border-radius:50%;border:none;background:var(--blue-500);color:#fff;cursor:pointer;font-size:18px;box-shadow:0 8px 20px rgba(0,0,0,0.2); }\n    .carousel-btn:hover{ background:var(--blue-600); transform:scale(1.03) }\n\n    \/* -------------------------\n       FEATURED \/ BLOGS\n       ------------------------- *\/\n    .wpelite-featured-work{ background:var(--bg-soft); }\n    .featured-grid{ display:grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap:18px; max-width:1200px; margin:0 auto; }\n    .featured-card{ background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 10px 24px rgba(0,0,0,0.05); }\n    .featured-image{ width:100%; height:220px; object-fit:cover; display:block; }\n    .featured-content{ padding:14px; }\n    .featured-tag{ display:inline-block; background:linear-gradient(135deg,var(--blue-500),var(--blue-600)); color:#fff; padding:6px 10px; border-radius:8px; font-weight:700; margin-bottom:10px; }\n\n    \/* -------------------------\n       FINAL CTA\n       ------------------------- *\/\n    .wpelite-cta{ background: linear-gradient(135deg,var(--blue-500),var(--blue-600)); color:#fff; text-align:center; }\n    .wpelite-cta h2{ color:#fff; margin-bottom:10px; }\n    .wpelite-cta p{ color:rgba(255,255,255,0.95); margin-bottom:18px; }\n    .cta-white-btn{ display:inline-block; background:#fff; color:var(--blue-500); padding:12px 28px; border-radius:40px; font-weight:800; text-decoration:none; box-shadow:0 14px 36px rgba(0,0,0,0.15); }\n\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wpelite-home\">\n\n    <!-- HERO -->\n    <section class=\"wpelite-hero section\" id=\"hero\">\n      <div class=\"section-inner\">\n        <h1>Transform Your <span class=\"highlight\">Expertise<\/span> Into Authority<\/h1>\n        <p>We help entrepreneurs, executives, and thought leaders amplify their voice through professional book publishing, strategic web development, and powerful digital marketing.<\/p>\n        <a href=\"https:\/\/calendly.com\/contact-wpelitehub\/30min\" class=\"primary-btn\" target=\"_blank\" rel=\"noopener noreferrer\">Start Your Journey \u2192<\/a>\n\n        <!-- INSERTED: David Garcia curved testimonial\/hero section (added immediately after Start Your Journey button) -->\n        <section class=\"dg-hero-section\" aria-label=\"David Garcia book testimonial\" style=\"font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial;\">\n          <div class=\"dg-bg-wrap\" aria-hidden=\"true\" style=\"position:relative;width:100%\">\n            <svg preserveAspectRatio=\"none\" viewBox=\"0 0 1200 420\" class=\"dg-bg-svg\" style=\"width:100%;height:30px;display:block;\">\n              <defs>\n\n              <\/defs>\n              <path d=\"M0,120 C200,20 400,45 600,80 C800,115 1000,80 1200,120 L1200,420 L0,420 Z\" fill=\"url(#g1)\"\/>\n            <\/svg>\n          <\/div>\n\n          <div class=\"dg-inner\" style=\"position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:0 20px;\">\n            <div class=\"dg-columns\" style=\"display:grid;grid-template-columns:1fr 360px 1fr;align-items:end;gap:18px;min-height:240px;\">\n\n              <!-- Left: Floating book -->\n              <div class=\"dg-col dg-col-left\" style=\"display:flex;align-items:flex-end;justify-content:center;\">\n                <div class=\"dg-book-wrap\" style=\"transform:translateY(20px) rotate(-12deg);\">\n                  <img decoding=\"async\" src=\"https:\/\/davidgarcia.store\/wp-content\/uploads\/2025\/11\/ChatGPT-Image-Nov-1-2025-04_21_08-PM.png\" alt=\"Navigating Change \u2014 book cover\" class=\"dg-book\" style=\"width:170px;border-radius:8px;box-shadow:0 18px 40px rgba(3,10,12,0.25);border:3px solid rgba(0,0,0,0.55);display:block;\">\n                <\/div>\n              <\/div>\n\n              <!-- Center: Portrait -->\n              <div class=\"dg-col dg-col-center\" role=\"img\" aria-label=\"David Garcia portrait\" style=\"display:flex;align-items:center;justify-content:center;\">\n                <div class=\"dg-portrait-wrap\" style=\"background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.92)); padding:10px; border-radius:12px; box-shadow:0 20px 50px rgba(3,10,12,0.3);\">\n                  <img decoding=\"async\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/11\/01b35a43-74d2-4586-b4ee-f79bc076b25b-e1762185637133.png\" alt=\"David Garcia portrait\" class=\"dg-portrait\" style=\"width:320px;max-width:100%;height:auto;border-radius:12px;display:block;\">\n                <\/div>\n              <\/div>\n\n              <!-- Right: Quote -->\n              <div class=\"dg-col dg-col-right\" style=\"display:flex;align-items:center;justify-content:flex-start;\">\n                <div class=\"dg-quote\" style=\"color:#fff;padding:26px;max-width:520px;\">\n                  <svg class=\"dg-quote-mark\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" style=\"width:36px;height:36px;fill:#ffffff;opacity:0.95;margin-bottom:8px;\"><path d=\"M7.17 6A5 5 0 0 0 2 11.83V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.17A3 3 0 0 1 10.17 9 5 5 0 0 0 7.17 6zM17.17 6A5 5 0 0 0 12 11.83V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.17A3 3 0 0 1 20.17 9 5 5 0 0 0 17.17 6z\"\/><\/svg>\n\n                  <p class=\"dg-quote-text\" style=\"font-family:'Manrope',sans-serif;font-weight:700;font-size:20px;margin:6px 0 14px;line-height:1.25;text-shadow:0 4px 18px rgba(0,0,0,0.35);\">\u201c<strong>Navigating Change<\/strong> gave me practical tools and a compassionate roadmap for transition \u2014 honest, actionable, and deeply human.\u201d<\/p>\n\n                  <div class=\"dg-attr\" style=\"display:flex;flex-direction:column;gap:8px;align-items:flex-start;\">\n                    <div class=\"dg-name\" style=\"font-weight:800;font-family:'Manrope',sans-serif;font-size:18px;color:#fff;\">David Garcia<\/div>\n                    <div class=\"dg-role\" style=\"font-size:13px;color:rgba(255,255,255,0.9);\">Author \u2014 <em>Navigating Change<\/em><\/div>\n                    <div style=\"margin-top:8px;\">\n                     \n                  <\/div>\n                <\/div>\n              <\/div>\n\n            <\/div>\n          <\/div>\n\n          <style>\n            \/* Scoped styles for the inserted section to avoid conflicts *\/\n            @media (max-width: 980px) {\n              .dg-inner .dg-columns { grid-template-columns: 1fr !important; gap:14px !important; justify-items:center; text-align:center; min-height:auto; }\n              .dg-book { width:150px !important; transform:none !important; }\n              .dg-portrait { width:280px !important; }\n              .dg-quote { max-width:100% !important; padding:18px !important; }\n            }\n            @media (max-width:560px) {\n              .dg-portrait { width:220px !important; }\n              .dg-book { width:130px !important; }\n              .dg-quote-text { font-size:18px !important; }\n            }\n          <\/style>\n\n        <\/section>\n        <!-- END INSERTED SECTION -->\n\n      <\/div>\n    <\/section>\n\n    <!-- STATS -->\n    <section class=\"wpelite-stats section\" id=\"stats\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Building Authority That Lasts<\/div>\n        <div class=\"section-sub\">Results-driven publishing, web, and marketing services<\/div>\n        <div class=\"stats-grid\" role=\"list\">\n          <div class=\"stat-item\" role=\"listitem\"><div class=\"stat-number\">60+<\/div><div class=\"stat-label\">Books Published<\/div><\/div>\n          <div class=\"stat-item\" role=\"listitem\"><div class=\"stat-number\">7+<\/div><div class=\"stat-label\">Countries Served<\/div><\/div>\n          <div class=\"stat-item\" role=\"listitem\"><div class=\"stat-number\">100%<\/div><div class=\"stat-label\">Author Ownership<\/div><\/div>\n          <div class=\"stat-item\" role=\"listitem\"><div class=\"stat-number\">150K+<\/div><div class=\"stat-label\">Copies Sold<\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- SERVICES (3x3) -->\n    <section class=\"wpelite-services section\" id=\"services\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Comprehensive <span class=\"highlight\">Growth Solutions<\/span><\/div>\n        <div class=\"section-sub\">From publishing your book to building your digital presence, we provide everything you need to establish and grow your authority.<\/div>\n\n        <div class=\"services-grid\" aria-label=\"Services\">\n          <div class=\"service-card\"><div class=\"service-icon\">\u270d\ufe0f<\/div><h3>Book Publishing<\/h3><p>Professional ghostwriting, editing, cover & interior design, and Amazon KDP publishing to bring your book to life.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83c\udf10<\/div><h3>Web Development<\/h3><p>Custom website design and development that showcases your expertise and converts visitors into clients.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83d\udd0d<\/div><h3>SEO & AI Optimisation<\/h3><p>Strategic search engine optimisation and AI optimisation to increase visibility and attract your ideal audience.<\/p><\/div>\n\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83d\udcc8<\/div><h3>Digital Marketing<\/h3><p>Comprehensive marketing strategies including social media, email campaigns, and paid advertising for measurable growth.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83c\udfa8<\/div><h3>Brand Design<\/h3><p>Professional cover design, logos, and brand identity that makes you stand out in your industry.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83d\ude80<\/div><h3>Launch Strategy<\/h3><p>Complete go-to-market planning and execution to ensure your book or business launch succeeds.<\/p><\/div>\n\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83e\udded<\/div><h3>Thought Leadership<\/h3><p>Content frameworks, bylines, and personal brand positioning to establish you as a go-to authority.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83d\udd12<\/div><h3>Copyright & Royalties<\/h3><p>Guidance on rights, royalty structures, and distribution so you retain ownership and profit fairly.<\/p><\/div>\n          <div class=\"service-card\"><div class=\"service-icon\">\ud83d\udcca<\/div><h3>Conversion Optimisation<\/h3><p>Landing pages, funnels and CRO to turn readers and visitors into clients and leads.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- HOW IT WORKS -->\n    <section class=\"wpelite-process section\" id=\"process\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">How It Works<\/div>\n        <div class=\"section-sub\">A simple, transparent process to take you from idea to impact<\/div>\n\n        <div class=\"process-grid\" role=\"list\">\n          <div class=\"process-step\"><div class=\"process-number\">1<\/div><h3>Discovery Call<\/h3><p>We start with a free consultation to understand your goals, vision, and what success looks like for you.<\/p><\/div>\n\n          <div class=\"process-step\"><div class=\"process-number\">2<\/div><h3>Strategy & Planning<\/h3><p>We create a customised roadmap with clear timelines, deliverables and milestones for your project.<\/p><\/div>\n\n          <div class=\"process-step\"><div class=\"process-number\">3<\/div><h3>Creation & Development<\/h3><p>Our expert team brings your vision to life with regular updates and opportunities for feedback.<\/p><\/div>\n\n          <div class=\"process-step\"><div class=\"process-number\">4<\/div><h3>Launch & Promotion<\/h3><p>We help you launch successfully with strategic marketing and positioning to maximise impact.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- WHY PARTNER -->\n    <section class=\"wpelite-why-choose section\" id=\"why\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Why Partner With Us?<\/div>\n        <div class=\"section-sub\">We build authority assets that work long-term \u2014 no links, just benefits.<\/div>\n\n        <div class=\"why-grid\" role=\"list\">\n          <div class=\"why-card\"><div class=\"why-icon\">\ud83d\udc51<\/div><div class=\"why-content\"><h3>You Keep Full Ownership<\/h3><p>Retain 100% of your intellectual property rights, royalties and creative control. Your work, your rules.<\/p><\/div><\/div>\n\n          <div class=\"why-card\"><div class=\"why-icon\">\u26a1<\/div><div class=\"why-content\"><h3>Fast & Flexible Process<\/h3><p>No lengthy approval processes. We work at your pace with transparent timelines and regular updates.<\/p><\/div><\/div>\n\n          <div class=\"why-card\"><div class=\"why-icon\">\ud83c\udfaf<\/div><div class=\"why-content\"><h3>Strategic Positioning<\/h3><p>We don't just publish books or build websites \u2014 we create authority-building assets that grow your business.<\/p><\/div><\/div>\n\n          <div class=\"why-card\"><div class=\"why-icon\">\ud83e\udd1d<\/div><div class=\"why-content\"><h3>Personalised Support<\/h3><p>Work directly with experienced professionals who understand your industry and goals.<\/p><\/div><\/div>\n\n          <div class=\"why-card\"><div class=\"why-icon\">\ud83c\udf1f<\/div><div class=\"why-content\"><h3>Proven Results<\/h3><p>Our clients have achieved bestseller status, increased revenue and established themselves as industry leaders.<\/p><\/div><\/div>\n\n          <div class=\"why-card\"><div class=\"why-icon\">\ud83d\udd12<\/div><div class=\"why-content\"><h3>Complete Confidentiality<\/h3><p>Your ideas and content are protected with strict NDAs and professional confidentiality agreements.<\/p><\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- COMPARISON -->\n    <section class=\"wpelite-comparison section\" id=\"comparison\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Web Publish Elite Hub vs Traditional Publishing<\/div>\n\n        <div class=\"comparison-wrap\">\n          <!-- Desktop table -->\n          <div class=\"comparison-table\" role=\"table\" aria-label=\"Comparison\">\n            <div class=\"comparison-header\"><div>Feature<\/div><div>WP EliteHub<\/div><div>Traditional<\/div><\/div>\n\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Intellectual Property Control<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Keep 100% of Royalties<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Professional Ghostwriting<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Rapid Publishing Timeline<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Launch Flexibility<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Web Development & SEO<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n            <div class=\"comparison-row\"><div class=\"comparison-feature\">Google & AI Visibility<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div>\n          <\/div>\n\n          <!-- Mobile stacked version -->\n          <div class=\"comparison-cards\" aria-hidden=\"false\">\n            <div class=\"comp-card\"><div class=\"comp-title\">Intellectual Property Control<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Keep 100% of Royalties<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Professional Ghostwriting<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Rapid Publishing Timeline<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Launch Flexibility<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Web Development & SEO<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n            <div class=\"comp-card\"><div class=\"comp-title\">Google & AI Visibility<\/div><div class=\"comp-values\"><div>WP EliteHub<\/div><div class=\"comparison-check\">\u2713<\/div><div class=\"comparison-cross\">\u2717<\/div><\/div><\/div>\n          <\/div>\n\n          <div class=\"table-cta\"><a class=\"primary-btn\" href=\"https:\/\/calendly.com\/contact-wpelitehub\/30min\" target=\"_blank\" rel=\"noopener noreferrer\">Schedule a Consultation \u2192<\/a><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- AUTHORS -->\n    <section class=\"wpelite-authors section\" id=\"authors\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Meet Our Authors & Contributors<\/div>\n        <div class=\"section-sub\">Diverse voices and inspiring stories \u2014 authors who turned expertise into published authority<\/div>\n\n        <div class=\"authors-grid\">\n          <\/div>\n\n          <div class=\"author-card\"><img decoding=\"async\" loading=\"lazy\" class=\"author-image\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/asu4po98v15rg01pc1u9n3alri._SY450_CR00450450_.jpg\" alt=\"Andrew Cohen\"><h3>Andrew Cohen<\/h3><p class=\"muted\">Spiritual Teacher & Author<\/p><div class=\"author-book\">\ud83d\udcda When Shadow meets Bodhisattva<\/div><\/div>\n\n          <!-- KATHLEEN -->\n          <div class=\"author-card\"><img decoding=\"async\" loading=\"lazy\" class=\"author-image\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/Adobe-Express-file.jpg\" alt=\"Kathleen Rodin\"><h3>Kathleen Rodin<\/h3><p class=\"muted\">Author & Wellness Practitioner<\/p><div class=\"author-book\">\ud83d\udcda Reboot: Release Emotions and Remember Wholeness<\/div><\/div>\n        <\/div>\n\n        <div style=\"text-align:center;margin-top:18px;\"><a href=\"\/books\/our-authors\/\" class=\"primary-btn\" style=\"background:linear-gradient(135deg,#0066cc,#004ea6)\">View All Authors \u2192<\/a><\/div>\n     \n    <\/section>\n\n    <!-- BOOKS -->\n    <section class=\"wpelite-books section\" id=\"books\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Published Books<\/div>\n        <div class=\"section-sub\">Select titles from our catalogue<\/div>\n\n        <div class=\"books-grid\">\n          \n\n          <div class=\"book-card\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"book-cover\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/71HpLCMAfzL._SY522_-1.jpg\" alt=\"When Shadow meets Bodhisattva\">\n            <div class=\"book-info\"><h3>When Shadow meets Bodhisattva<\/h3><div class=\"book-author\">by Andrew Cohen<\/div><p>An exploration of integrating shadow work with awakened compassion \u2014 tools and insights for inner transformation.<\/p><a class=\"amazon-link\" href=\"https:\/\/www.amazon.in\/stores\/author\/B001KC6CNG\" target=\"_blank\" rel=\"noopener noreferrer\">View on Amazon \u2192<\/a><\/div>\n          <\/div>\n\n          <!-- REPLACED JEANIE'S BOOK WITH KATHLEEN'S \"REBOOT\" -->\n          <div class=\"book-card\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"book-cover\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/41JKJz0DOL._SY445_SX342_QL70_FMwebp_.webp\" alt=\"Reboot: Release Emotions and Remember Wholeness\">\n            <div class=\"book-info\"><h3>Reboot: Release Emotions and Remember Wholeness Using Essential Oils<\/h3><div class=\"book-author\">by Kathleen Rodin<\/div><p>A holistic guide that combines essential oils and emotional healing techniques to support deeper wellbeing and inner balance.<\/p><a class=\"amazon-link\" href=\"https:\/\/www.amazon.com\/Reboot-Emotions-Remember-Wholeness-Essential-ebook\/dp\/B07GNTW59Q\" target=\"_blank\" rel=\"noopener noreferrer\">View on Amazon \u2192<\/a><\/div>\n          <\/div>\n\n          <div class=\"book-card\">\n            <img decoding=\"async\" loading=\"lazy\" class=\"book-cover\" src=\"https:\/\/wpelitehub.com\/books\/wp-content\/uploads\/2025\/10\/81gbzv46N8L._SY522_.jpg\" alt=\"Chasing Stars\">\n            <div class=\"book-info\"><h3>Chasing Stars<\/h3><div class=\"book-author\">by Mercedes Siler<\/div><p>A moving contemporary novel about ambition, love and the costs of chasing fame.<\/p><a class=\"amazon-link\" href=\"https:\/\/www.amazon.com\/Chasing-Stars-Mercedes-Siler-ebook\/dp\/B079Z2JJW2\/\" target=\"_blank\" rel=\"noopener noreferrer\">View on Amazon \u2192<\/a><\/div>\n          <\/div>\n        <\/div>\n\n        <div style=\"text-align:center;margin-top:18px;\"><a href=\"\/books\/published-books\/\" class=\"primary-btn\">View All Books \u2192<\/a><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- TESTIMONIALS -->\n    <section class=\"wpelite-testimonials section\" id=\"testimonials\">\n      <div class=\"section-inner testimonials-inner\">\n        <h2 class=\"section-heading\">What Our Clients Say<\/h2>\n\n        <div class=\"carousel-viewport\" aria-live=\"polite\">\n          <div class=\"carousel-track\" id=\"carouselTrack\">\n            <div class=\"carousel-slide\">\n              <div class=\"carousel-quote\">\"Working with Web Publish Elite Hub transformed my business. Not only did they help me publish my book, they built a complete digital presence that positioned me as the go-to expert in my field. The ROI has been incredible.\"<\/div>\n              <div class=\"carousel-author\">Michael Chen<\/div>\n              <div class=\"carousel-role\">Business Consultant & Published Author<\/div>\n            <\/div>\n\n            <div class=\"carousel-slide\">\n              <div class=\"carousel-quote\">\"The team's expertise in SEO and digital marketing helped my book reach thousands of readers I never would have found on my own. Their strategic approach to authority building is unmatched.\"<\/div>\n              <div class=\"carousel-author\">Sarah Mitchell<\/div>\n              <div class=\"carousel-role\">Tech Executive & Author<\/div>\n            <\/div>\n\n            <div class=\"carousel-slide\">\n              <div class=\"carousel-quote\">\"From ghostwriting to web development to launch strategy, they handled everything with professionalism and expertise. My book became a bestseller, and my business has grown 3x since working with them.\"<\/div>\n              <div class=\"carousel-author\">David Thompson<\/div>\n              <div class=\"carousel-role\">Serial Entrepreneur<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"carousel-controls\">\n          <button class=\"carousel-btn\" aria-label=\"Previous\" onclick=\"prevSlide()\">\u2190<\/button>\n          <button class=\"carousel-btn\" aria-label=\"Next\" onclick=\"nextSlide()\">\u2192<\/button>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- BLOGS & INSIGHTS -->\n    <section class=\"wpelite-featured-work section\" id=\"blogs\">\n      <div class=\"section-inner\">\n        <div class=\"section-heading\">Blogs & Insights<\/div>\n        <div class=\"section-sub\">Thoughtful case studies, guides and success story writeups<\/div>\n\n        <div class=\"featured-grid\">\n          <div class=\"featured-card\"><img decoding=\"async\" class=\"featured-image\" loading=\"lazy\" src=\"https:\/\/images.unsplash.com\/photo-1544947950-fa07a98d237f?w=1200&h=700&fit=crop\" alt=\"\"><div class=\"featured-content\"><span class=\"featured-tag\">Book Publishing<\/span><h3>From Idea to Bestseller<\/h3><p>How we helped a tech executive publish their leadership book and reach #1 in their category on Amazon.<\/p><a class=\"featured-link\" href=\"\/books\/blog\/\">Read Story \u2192<\/a><\/div><\/div>\n\n          <div class=\"featured-card\"><img decoding=\"async\" class=\"featured-image\" loading=\"lazy\" src=\"https:\/\/images.unsplash.com\/photo-1460925895917-afdab827c52f?w=1200&h=700&fit=crop\" alt=\"\"><div class=\"featured-content\"><span class=\"featured-tag\">Web Development<\/span><h3>Building Digital Authority<\/h3><p>A complete website redesign that increased conversions by 300% and established industry credibility.<\/p><a class=\"featured-link\" href=\"\/books\/blog\/\">Read Story \u2192<\/a><\/div><\/div>\n\n          <div class=\"featured-card\"><img decoding=\"async\" class=\"featured-image\" loading=\"lazy\" src=\"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?w=1200&h=700&fit=crop\" alt=\"\"><div class=\"featured-content\"><span class=\"featured-tag\">SEO & Marketing<\/span><h3>Dominating Search Results<\/h3><p>Strategic SEO and content marketing that generated 10x organic traffic and qualified leads.<\/p><a class=\"featured-link\" href=\"\/books\/blog\/\">Read Story \u2192<\/a><\/div><\/div>\n        <\/div>\n\n        <div style=\"text-align:center;margin-top:18px;\"><a class=\"primary-btn\" href=\"\/books\/blog\/\">View All Blogs & Insights \u2192<\/a><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- FINAL CTA -->\n    <section class=\"wpelite-cta section\" id=\"finalcta\">\n      <div class=\"section-inner center\">\n        <h2>Ready to Build Your Authority?<\/h2>\n        <p>Schedule a free consultation to discuss your book, website, or marketing project. Let's create something remarkable together.<\/p>\n        <a href=\"https:\/\/calendly.com\/contact-wpelitehub\/30min\" class=\"cta-white-btn\" target=\"_blank\" rel=\"noopener noreferrer\">Schedule Free Consultation \u2192<\/a>\n      <\/div>\n    <\/section>\n\n  <\/div>\n\n  <script>\n    (function(){\n      \/\/ TESTIMONIAL CAROUSEL (robust)\n      const track = document.getElementById('carouselTrack');\n      if(track){\n        const slides = Array.from(track.children);\n        let index = 0;\n        function update(){\n          \/\/ translate based on index\n          track.style.transform = `translateX(-${index * 100}%)`;\n        }\n        window.nextSlide = function(){\n          index = (index + 1) % slides.length;\n          update();\n        };\n        window.prevSlide = function(){\n          index = (index - 1 + slides.length) % slides.length;\n          update();\n        };\n        \/\/ keyboard accessibility\n        document.addEventListener('keydown', function(e){\n          if(e.key === 'ArrowLeft') prevSlide();\n          if(e.key === 'ArrowRight') nextSlide();\n        });\n        \/\/ autoplay\n        setInterval(nextSlide, 5500);\n        \/\/ ensure initial layout\n        update();\n        \/\/ handle resize: force reflow to avoid disappearing slides on some browsers\n        window.addEventListener('resize', function(){ track.style.transition = 'none'; update(); setTimeout(()=>track.style.transition='transform .45s ease',50); });\n      }\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>WPEliteHub \u2014 Home Transform Your Expertise Into Authority We help entrepreneurs, executives, and thought leaders amplify their voice through professional book publishing, strategic web development, and powerful digital marketing. Start Your Journey \u2192 \u201cNavigating Change gave me practical tools and a compassionate roadmap for transition \u2014 honest, actionable, and deeply human.\u201d David Garcia Author \u2014 [&hellip;]<\/p>\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-50","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/comments?post=50"}],"version-history":[{"count":61,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":311,"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/pages\/50\/revisions\/311"}],"wp:attachment":[{"href":"https:\/\/wpelitehub.com\/books\/wp-json\/wp\/v2\/media?parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}