{"id":2053,"date":"2025-10-22T18:32:03","date_gmt":"2025-10-22T18:32:03","guid":{"rendered":"https:\/\/blog.growthnation.ai\/?page_id=2053"},"modified":"2026-02-23T11:08:10","modified_gmt":"2026-02-23T11:08:10","slug":"insights","status":"publish","type":"page","link":"https:\/\/growthnation.ai\/insights\/","title":{"rendered":"Insights"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 11<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2053\" class=\"elementor elementor-2053\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b4ffa e-flex e-con-boxed e-con e-parent\" data-id=\"d1b4ffa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12afb50 elementor-widget elementor-widget-shortcode\" data-id=\"12afb50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n    \/* Blog Listing Page - Scoped Styles *\/\n    .blog-listing * {\n        box-sizing: border-box;\n    }\n    \n    .blog-listing img {\n        display: block;\n        max-width: 100%;\n\t\tmax-height: 100%;\n        width: 100%;\n\t\theight: 100%;\n    }\n    \n    .blog-listing .u-gradient-text {\n        background: linear-gradient(to bottom right, #402C5C, #4F4281, #875DC2);\n        background-clip: text;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        color: transparent;\n    }\n    \n    .blog-listing__page {\n        padding: 36px 24px 100px;\n        max-width: 1280px;\n        margin: 0 auto;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__page {\n            padding: 64px 32px 100px;\n        }\n    }\n    \n    .blog-listing__header {\n        margin-bottom: 80px;\n    }\n    \n    h1.blog-listing__header-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 2.25rem;\n        line-height: 1.25;\n        margin: 0 0 20px;\n    }\n    \n    .blog-listing__filters {\n        display: flex;\n        gap: 10px;\n        flex-wrap: wrap;\n    }\n    \n    @media (min-width: 768px) {        \n        h1.blog-listing__header-title {\n            font-size: 3rem;\n        }\n    }\n    \n    .blog-listing__filter-btn {\n        display: inline-block;\n        padding: 8px 16px;\n        font-size: 14px;\n        line-height: 20px;\n        color: #8D72CD;\n        border: 1px solid #8D72CD;\n        border-radius: 9999px;\n        white-space: nowrap;\n        transition: background-color 0.2s, color 0.2s;\n    }\n    \n    .blog-listing__filter-btn:hover {\n        background-color: #8D72CD;\n        color: #fff;\n    }\n    \n    .blog-listing__featured {\n        margin-bottom: 80px;\n    }\n    \n    .blog-listing__featured-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 3rem;\n    }\n    \n    .blog-listing__featured-main {\n        grid-column: 1;\n    }\n    \n    .blog-listing__featured-sidebar {\n        grid-column: 1;\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n    \n    h2.blog-listing__featured-sidebar-header {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.125rem;\n        line-height: 1.25;\n        margin: 0;\n    }\n    \n    .blog-listing__featured-list {\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__featured {\n            margin-bottom: 100px;\n        }\n        \n        h2.blog-listing__featured-sidebar-header {\n            font-size: 1.5rem;\n        }\n    }\n    \n    @media (min-width: 1024px) {\n        .blog-listing__featured-grid {\n            grid-template-columns: repeat(5, 1fr);\n        }\n        \n        .blog-listing__featured-main {\n            grid-column: span 3;\n        }\n        \n        .blog-listing__featured-sidebar {\n            grid-column: span 2;\n        }\n    }\n    \n    .blog-listing__article {\n        display: flex;\n        flex-direction: column;\n    }\n    \n    .blog-listing__article-image-wrapper {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        overflow: hidden;\n        border-radius: 8px;\n        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n        background-color: #F5F5FE;\n        margin-bottom: 12px;\n    }\n    \n    .blog-listing__article-image {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        object-position: center;\n        transition: transform 0.3s ease;\n    }\n    \n    .blog-listing__article-image-wrapper:hover .blog-listing__article-image {\n        transform: scale(1.05);\n    }\n    \n    .blog-listing__article-image-placeholder {\n        width: 100%;\n        height: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(135deg, #F5F5FE 0%, #E8E8F8 100%);\n        color: #8D72CD;\n        font-size: 0.875rem;\n    }\n    \n    .blog-listing__article-category {\n        display: inline-block;\n        margin-bottom: 4px;\n        font-size: 14px;\n        line-height: 20px;\n        font-weight: 500;\n        color: #8D72CD;\n        transition: text-decoration 0.2s;\n    }\n    \n    .blog-listing__article-category:hover {\n        text-decoration: underline;\n    }\n    \n    h3.blog-listing__article-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.25rem;\n        line-height: 1.75rem;\n        font-weight: 400;\n        margin: 0 0 8px;\n        transition: opacity 0.3s ease;\n    }\n    \n    .blog-listing__article-title-link:hover .blog-listing__article-title {\n        opacity: 0.7;\n    }\n    \n    h2.blog-listing__article-title--large {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.875rem;\n        line-height: 1.4;\n    }\n    \n    .blog-listing__article-excerpt {\n        margin-bottom: 8px;\n        color: #4B5563;\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n    \n    .blog-listing__article-excerpt p {\n        margin: 0;\n    }\n    \n    .blog-listing__article-date {\n        font-size: 14px;\n        line-height: 20px;\n        color: #9CA3AF;\n    }\n    \n    @media (min-width: 768px) {\n        h2.blog-listing__article-title--large {\n            font-size: 2.5rem;\n            line-height: 1.3;\n\t\t}\n    }\n    \n    \/* Article variant: Horizontal (for featured sidebar) *\/\n    .blog-listing__article--horizontal {\n        display: grid;\n        grid-template-columns: 1fr 2fr;\n        grid-template-rows: auto auto auto;\n        gap: 0 1.5rem;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-image-wrapper {\n        grid-column: 1;\n        grid-row: 1 \/ 4;\n        margin-bottom: 0;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-category {\n        grid-column: 2;\n        grid-row: 1;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-title-link {\n        grid-column: 2;\n        grid-row: 2;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-date {\n        grid-column: 2;\n        grid-row: 3;\n        align-self: end;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-excerpt {\n        display: none;\n    }\n    \n    .blog-listing__category-section {\n        margin-bottom: 80px;\n    }\n    \n    .blog-listing__category-section:last-child {\n        margin-bottom: 0;\n    }\n    \n    .blog-listing__category-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 20px;\n    }\n    \n    h2.blog-listing__category-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.125rem;\n        line-height: 1.25;\n        margin: 0;\n    }\n    \n    .blog-listing__category-link {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        color: #8D72CD;\n        font-size: 14px;\n        transition: opacity 0.2s;\n    }\n    \n    .blog-listing__category-link:hover {\n        opacity: 0.7;\n    }\n    \n    .blog-listing__category-icon {\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n    }\n    \n    .blog-listing__category-grid {\n        display: grid;\n        gap: 3rem;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__category-section {\n            margin-bottom: 100px;\n        }\n        \n        h2.blog-listing__category-title {\n            font-size: 1.5rem;\n        }\n        \n        .blog-listing__category-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    \n    @media (min-width: 1024px) {\n        .blog-listing__category-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n    <\/style>\n\n    <div class=\"blog-listing\">\n        <div class=\"blog-listing__page\">\n            <!-- Header -->\n            <header class=\"blog-listing__header\">\n                <h1 class=\"blog-listing__header-title u-gradient-text\">GrowthNation Insights<\/h1>\n                <div class=\"blog-listing__filters\">\n                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                           class=\"blog-listing__filter-btn\">\n                            Thoughts                        <\/a>\n                                    <\/div>\n            <\/header>\n            \n            <!-- Featured Section -->\n                        <section class=\"blog-listing__featured\">\n                <div class=\"blog-listing__featured-grid\">\n                    <!-- Main Featured Article (Most Recent) -->\n                                        <article class=\"blog-listing__featured-main\">\n                        <div class=\"blog-listing__article\">\n                            <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-platform-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?fit=800%2C447&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Sales Enablement Platform: The Complete Guide For B2B Revenue Teams\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"38253c\" style=\"--dominant-color: #38253c;\" \/>                                                            <\/a>\n                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                   class=\"blog-listing__article-category\">\n                                    Thoughts                                <\/a>\n                                                        <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-platform-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-title-link\">\n                                <h2 class=\"blog-listing__article-title blog-listing__article-title--large u-gradient-text\">\n                                    Sales Enablement Platform: The Complete Guide For B2B Revenue Teams                                <\/h2>\n                            <\/a>\n                            <div class=\"blog-listing__article-excerpt\">\n                                <p>Quick Answer A sales enablement platform is a system that equips sales reps with the content, tools, and information they need to engage buyers and close deals. The best platforms go beyond storing assets. They deliver the right content to the right rep for the right buyer at the right moment, connect directly to live [&hellip;]<\/p>\n                            <\/div>\n                            <time class=\"blog-listing__article-date\" datetime=\"2026-05-24\">\n                                May 24, 2026                            <\/time>\n                        <\/div>\n                    <\/article>\n                    \n                    <!-- Featured Sidebar (Next 4 Articles) -->\n                                        <aside class=\"blog-listing__featured-sidebar\">\n                        <h2 class=\"blog-listing__featured-sidebar-header u-gradient-text\">Featured Articles<\/h2>\n                        \n                        <div class=\"blog-listing__featured-list\">\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-content-the-complete-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img decoding=\"async\" width=\"300\" height=\"167\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?fit=300%2C167&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Sales Enablement Content: The Complete Guide For B2B Revenue Teams\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"412c4a\" style=\"--dominant-color: #412c4a;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-content-the-complete-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Sales Enablement Content: The Complete Guide For B2B Revenue Teams                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-22\">\n                                        May 22, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/social-proof-in-b2b-sales-why-generic-case-studies-stopped-closing\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img decoding=\"async\" width=\"300\" height=\"167\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?fit=300%2C167&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Social Proof in B2B Sales: Why Generic Case Studies Stopped Closing\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"997fa6\" style=\"--dominant-color: #997fa6;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/social-proof-in-b2b-sales-why-generic-case-studies-stopped-closing\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Social Proof in B2B Sales: Why Generic Case Studies Stopped Closing                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-10\">\n                                        May 10, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/customer-marketing-rights-turn-consent-into-revenue\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"167\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Customer-Marketing-Rights.webp?fit=300%2C167&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Customer Marketing Rights: Turn Consent Into Revenue\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Customer-Marketing-Rights.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Customer-Marketing-Rights.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Customer-Marketing-Rights.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Customer-Marketing-Rights.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"876c91\" style=\"--dominant-color: #876c91;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/customer-marketing-rights-turn-consent-into-revenue\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Customer Marketing Rights: Turn Consent Into Revenue                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-10\">\n                                        May 10, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/multi-threading-in-b2b-sales-why-4-stakeholders-win\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"167\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Multi-Threading-in-B2B-Sales.webp?fit=300%2C167&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Multi-Threading in B2B Sales: Why 4+ Stakeholders Win\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Multi-Threading-in-B2B-Sales.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Multi-Threading-in-B2B-Sales.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Multi-Threading-in-B2B-Sales.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Multi-Threading-in-B2B-Sales.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"7c5f82\" style=\"--dominant-color: #7c5f82;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/multi-threading-in-b2b-sales-why-4-stakeholders-win\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Multi-Threading in B2B Sales: Why 4+ Stakeholders Win                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-10\">\n                                        May 10, 2026                                    <\/time>\n                                <\/article>\n                                                    <\/div>\n                    <\/aside>\n                                    <\/div>\n            <\/section>\n                        \n            <!-- Category Sections -->\n            <div>\n                                                        \n                                        <section class=\"blog-listing__category-section\">\n                        <header class=\"blog-listing__category-header\">\n                            <h2 class=\"blog-listing__category-title u-gradient-text\">\n                                Thoughts                            <\/h2>\n                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                               class=\"blog-listing__category-link\">\n                                <span>View all Thoughts<\/span>\n                                <svg class=\"blog-listing__category-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"none\">\n                                    <path d=\"M11.1465 4.64648C11.3417 4.45127 11.6582 4.45136 11.8535 4.64648L16.8535 9.64649L16.916 9.72267C16.9703 9.80418 17 9.90061 17 10C17 10.1326 16.9473 10.2598 16.8535 10.3535L11.8535 15.3535C11.6583 15.5486 11.3417 15.5487 11.1465 15.3535C10.9513 15.1583 10.9514 14.8418 11.1465 14.6465L15.293 10.5H3.5C3.2239 10.5 3.00006 10.2761 3 10C3 9.72387 3.22386 9.50001 3.5 9.50001H15.293L11.1465 5.35352C10.9514 5.15826 10.9513 4.8417 11.1465 4.64648Z\" fill=\"currentColor\"\/>\n                                <\/svg>\n                            <\/a>\n                        <\/header>\n                        \n                        <div class=\"blog-listing__category-grid\">\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-platform-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?fit=800%2C447&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Sales Enablement Platform: The Complete Guide For B2B Revenue Teams\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-platform.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"38253c\" style=\"--dominant-color: #38253c;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-platform-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Sales Enablement Platform: The Complete Guide For B2B Revenue Teams                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer A sales enablement platform is a system that equips sales reps with the content, tools, and information they need to engage buyers and close deals. The best platforms go beyond storing assets. They deliver the right content to the right rep for the right buyer at the right moment, connect directly to live [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-24\">\n                                        May 24, 2026                                    <\/time>\n                                <\/article>\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-content-the-complete-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?fit=800%2C447&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Sales Enablement Content: The Complete Guide For B2B Revenue Teams\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/sales-enablement-content.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"412c4a\" style=\"--dominant-color: #412c4a;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/sales-enablement-content-the-complete-guide-for-b2b-revenue-teams\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Sales Enablement Content: The Complete Guide For B2B Revenue Teams                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer Sales enablement content is any material that helps a sales rep move a deal forward \u2014 case studies, one-pagers, battle cards, ROI calculators, and customer success stories. Effective B2B sales enablement content is matched to a specific buyer&#8217;s role and concerns, tied to a live deal stage, and built from real customer voice. [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-22\">\n                                        May 22, 2026                                    <\/time>\n                                <\/article>\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/social-proof-in-b2b-sales-why-generic-case-studies-stopped-closing\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"447\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?fit=800%2C447&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Social Proof in B2B Sales: Why Generic Case Studies Stopped Closing\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?w=1376&amp;ssl=1 1376w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=300%2C167&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=1024%2C572&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/05\/Social-Proof-in-B2B-Sales.webp?resize=768%2C429&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"997fa6\" style=\"--dominant-color: #997fa6;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/social-proof-in-b2b-sales-why-generic-case-studies-stopped-closing\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Social Proof in B2B Sales: Why Generic Case Studies Stopped Closing                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer Social proof in B2B sales is no longer a homepage logo wall or a single case study PDF. Modern social proof is stakeholder-matched, so each buyer sees evidence tied to their specific role and objection. It is pipeline-tied, so every asset is built for a real, live deal. It is trackable, so sales [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-05-10\">\n                                        May 10, 2026                                    <\/time>\n                                <\/article>\n                                                    <\/div>\n                    <\/section>\n                                                <\/div>\n        <\/div>\n    <\/div>\n    \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-2053","page","type-page","status-publish","hentry"],"aioseo_notices":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/comments?post=2053"}],"version-history":[{"count":46,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053\/revisions"}],"predecessor-version":[{"id":3999,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053\/revisions\/3999"}],"wp:attachment":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/media?parent=2053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}