{"id":1340,"date":"2020-08-17T14:42:04","date_gmt":"2020-08-17T14:42:04","guid":{"rendered":"https:\/\/augmentic.nl\/?page_id=1340"},"modified":"2026-01-29T10:31:34","modified_gmt":"2026-01-29T08:31:34","slug":"services","status":"publish","type":"page","link":"https:\/\/augmentic.nl\/en\/services\/","title":{"rendered":"Services Portfolio"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1340\" class=\"elementor elementor-1340\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5339f08b ct-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5339f08b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-978eb7f\" data-id=\"978eb7f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b87b7e2 e-flex e-con-boxed e-con e-parent\" data-id=\"b87b7e2\" 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-5a499cc elementor-widget elementor-widget-html\" data-id=\"5a499cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Augmentic Services - Onze diensten en aanpak<\/title>\n    <meta name=\"description\" content=\"Ontdek onze complete dienstenpakket voor AI-implementatie: Baseline, Makerday, Integraties en Special Tracks. Van begeleide eerste stap tot maatwerk oplossingen.\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Huisstijl kleuren *\/\n        :root {\n            --primary-blue: #3B54D9;\n            --primary-purple: #9C73FF;\n            --primary-cyan: #29BAF0;\n            --primary-green: #2EDE85;\n            --neutral-light: #F6F6F6;\n            --text-primary: #2D3748;\n            --text-secondary: #718096;\n            --background: #FFFFFF;\n            --border: #E2E8F0;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Plus Jakarta Sans', system-ui, sans-serif;\n            line-height: 1.6;\n            color: var(--text-primary);\n            background: var(--background);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* Section Styling *\/\n        .section {\n            padding: 96px 0;\n        }\n\n        .section.alt {\n            background: rgba(246, 246, 246, 0.5);\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 64px;\n        }\n\n        .section-header h2 {\n            font-size: clamp(32px, 5vw, 48px);\n            font-weight: 800;\n            margin-bottom: 24px;\n        }\n\n        .section-header p {\n            font-size: 18px;\n            color: var(--text-secondary);\n            max-width: 1000px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .gradient-text {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .gradient-text-accent {\n            background: linear-gradient(135deg, var(--primary-purple), var(--primary-cyan));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        \/* Grid Layouts *\/\n        .grid {\n            display: grid;\n            gap: 32px;\n        }\n\n        .grid-2 {\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n        }\n\n        .grid-3 {\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        }\n\n        \/* Card Styling *\/\n        .card {\n            background: var(--background);\n            border: 1px solid var(--border);\n            border-radius: 16px;\n            padding: 32px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);\n        }\n\n        .card h3 {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 16px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .card p {\n            color: var(--text-secondary);\n            position: relative;\n            z-index: 10;\n        }\n\n        \/* Icon containers *\/\n        .icon-container {\n            width: 80px;\n            height: 80px;\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 24px;\n            color: white;\n            font-size: 32px;\n        }\n\n        .icon-primary {\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n        }\n\n        .icon-accent {\n            background: linear-gradient(135deg, var(--primary-purple), var(--primary-cyan));\n        }\n\n        \/* Feature List *\/\n        .feature-list {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .feature-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n\n        .feature-list li::before {\n            content: '';\n            width: 8px;\n            height: 8px;\n            background: var(--primary-cyan);\n            border-radius: 50%;\n            margin-right: 12px;\n            margin-top: 8px;\n            flex-shrink: 0;\n        }\n\n        \/* Highlight Box *\/\n        .highlight-box {\n            background: rgba(59, 84, 217, 0.05);\n            border: 1px solid rgba(59, 84, 217, 0.2);\n            border-radius: 12px;\n            padding: 32px;\n            margin: 32px 0;\n            text-align: center;\n        }\n\n        .highlight-box h3 {\n            margin-bottom: 16px;\n        }\n\n        \/* Button Styling *\/\n        .btn {\n            padding: 16px 32px;\n            border-radius: 8px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n            font-size: 18px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple));\n            color: white;\n            box-shadow: 0 10px 30px -5px rgba(59, 84, 217, 0.2);\n        }\n\n        .btn:hover {\n            opacity: 0.9;\n            transform: translateY(-2px);\n        }\n\n        \/* Integration Grid *\/\n        .integration-item {\n            background: var(--background);\n            border: 1px solid var(--border);\n            border-radius: 12px;\n            padding: 24px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .integration-item:hover {\n            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);\n        }\n\n        .integration-logo {\n            width: 48px;\n            height: 48px;\n            border-radius: 8px;\n            margin: 0 auto 12px;\n        }\n\n        .logo-primary { background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple)); }\n        .logo-muted { background: linear-gradient(135deg, #a0a0a0, #c0c0c0); }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .section {\n                padding: 64px 0;\n            }\n\n            .grid-2, .grid-3 {\n                grid-template-columns: 1fr;\n            }\n\n            .card {\n                padding: 24px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 0 16px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\n                    Our <span class=\"gradient-text-accent\">services and approach<\/span>\n                <\/h2>\n            <\/div>\n            \n            <div style=\"max-width: 1000px; margin: 0 auto;\">\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    Augmentic_OS is the heart of our proposition: the AI operating system that makes work smarter,\n                    more consistent and meaningful. But technology alone is never enough.\n                <\/p>\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    Successful use of AI requires the right foundation, a good start and guidance along the way.\n                    We have developed a service package that supports organizations with exactly that\n                    separate, powerful building blocks.\n                <\/p>\n                <div class=\"highlight-box\">\n                    <p style=\"font-size: 20px; font-weight: 600; color: var(--text-primary); margin: 0;\">\n                        Each service stands alone, but together they form a complete whole.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Baseline Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\n                    <span class=\"gradient-text\">Baseline<\/span> - guided first step\n                <\/h2>\n                <p>\n                    For organizations that would like more guidance and direction as they get started with AI, there is Baseline.\n                    This program combines several crucial elements: an analysis of your current systems and processes,\n                    insight into the digital maturity and skills of your organization, and the establishment of a\n                    clear AI strategy and roadmap. Together we look ahead and ensure that there are five concrete use cases on the table that are immediately ready for production.\n                    ready for production. Baseline prevents you from getting stuck in loose experiments and lays a\n                    a solid foundation for sustainable deployment of AI.\n                <\/p>\n            <\/div>\n            \n            <div class=\"card\" style=\"max-width: 1000px; margin: 0 auto;\">\n                <h3 style=\"text-align: center; margin-bottom: 32px;\">What you get:<\/h3>\n                \n                <div class=\"grid grid-2\" style=\"margin-bottom: 32px;\">\n                    <ul class=\"feature-list\">\n                        <li>Overview of systems, processes and data - provides clear insight into your digital landscape.<\/li>\n                        <li>Understanding AI skills and organization - clarifies where you are now and what steps make sense.<\/li>\n                    <\/ul>\n                    <ul class=\"feature-list\">\n                        <li>An AI strategy and roadmap - setting the direction for the coming years.<\/li>\n                        <li>Five use cases, reviewed for production readiness - so you see immediately where the value lies.<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div style=\"background: rgba(59, 84, 217, 0.05); border: 1px solid rgba(59, 84, 217, 0.2); border-radius: 12px; padding: 24px; text-align: center;\">\n                    <p style=\"font-size: 18px; font-weight: 600; color: var(--text-primary); margin: 0;\">\n                        \u23f1\ufe0f <span style=\"color: var(--primary-blue);\">Lead time: 3-4 weeks<\/span> - intensive, guided and concrete.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Makerday Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div class=\"icon-container icon-accent\">\u26a1<\/div>\n                <h2>\n                    <span class=\"gradient-text-accent\">Makerday<\/span> - pragmatic and straight to work\n                <\/h2>\n                <p>\n                    Want to make AI tangible right away, without going through extensive analysis first?\n                    Then Makerday is the ideal choice. During an intensive day, we work together with your key users\n                    to develop directly working assistants and workflows. This allows your team to experience on the same day how Augmentic_OS makes work more meaningful and\n                    more efficient. Makerday is a perfect follow-up to Baseline, but can also be deployed separately\n                    organizations that want to start working with AI pragmatically and independently.\n                <\/p>\n            <\/div>\n            \n            <div class=\"card\" style=\"max-width: 1000px; margin: 0 auto;\">\n                <h3 style=\"text-align: center; margin-bottom: 32px;\">\ud83d\udc65 What you get:<\/h3>\n                \n                <div class=\"grid grid-2\">\n                    <ul class=\"feature-list\">\n                        <li>Preparation and follow-up included - so the day fits well and you can secure results.<\/li>\n                        <li>Up to 3 working AI assistants or workflows - instantly usable and tailored to your organization.<\/li>\n                    <\/ul>\n                    <ul class=\"feature-list\">\n                        <li>Built together with your key users - ensuring support and ownership from the beginning.<\/li>\n                        <li>One intensive day of building - and the same day experiencing what AI concretely delivers.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Integraties Section -->\n    <section class=\"section alt\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div class=\"icon-container icon-primary\">\ud83d\udd17<\/div>\n                <h2>\n                    <span class=\"gradient-text\">Integrations<\/span>\n                <\/h2>\n            <\/div>\n            \n            <div style=\"max-width: 1000px; margin: 0 auto;\">\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    AI only has real impact when it is part of the systems that employees work with every day.\n                    With our integrations, we ensure that Augmentic_OS fits seamlessly into your application landscape.\n                <\/p>\n                <p style=\"font-size: 18px; margin-bottom: 32px; color: var(--text-secondary);\">\n                    For the Dutch market, we work with clients to look at the most relevant links,\n                    depending on their needs and the scale at which applications are deployed. We focus on\n                    on leading financial and business applications that are widely used in the SME and\n                    corporate market, such as <strong style=\"color: var(--text-primary);\">AFAS, Exact and Dynamics 365<\/strong>.\n                <\/p>\n                \n                <div class=\"highlight-box\" style=\"margin-bottom: 48px;\">\n                    <p style=\"font-size: 18px; font-weight: 600; margin: 0;\">\n                        At the same time, we are always open to other applications. Because AI is only really going to add value when it is an integral part of the business applications\n                        with which you work - and often even cross-application, <strong>Where the most powerful workflows emerge<\/strong>.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"grid grid-3\" style=\"margin-bottom: 48px;\">\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-primary\"><\/div>\n                        <strong>AFAS<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-primary\"><\/div>\n                        <strong>Exact<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-primary\"><\/div>\n                        <strong>Dynamics 365<\/strong>\n                    <\/div>\n                    <div class=\"integration-item\">\n                        <div class=\"integration-logo logo-muted\"><\/div>\n                        <span style=\"color: var(--text-secondary);\">+ Other applications<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"card\">\n                    <h3>What you get:<\/h3>\n                    <ul class=\"feature-list\">\n                        <li>Development and implementation of integrations - so that Augmentic_OS runs directly with your current processes.<\/li>\n                        <li>Maintenance and timeliness guaranteed via monthly fee - you can rely on continuity and up-to-date links.<\/li>\n                        <li>Easily expandable with new links - allowing your system to grow with the organization.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Special Tracks Section -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <div class=\"icon-container icon-accent\">\ud83d\ude80<\/div>\n                <h2>\n                    <span class=\"gradient-text-accent\">Special Tracks<\/span> - customization and acceleration\n                <\/h2>\n                <p>\n                    Sometimes an organization requires more than standard implementation. For those situations, we have developed our\n                    Special Tracks: unique tracks focused on customization and acceleration. Two directions are central:\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid grid-2\">\n                <div class=\"card\" style=\"height: 100%;\">\n                    <div style=\"display: flex; align-items: center; gap: 16px; margin-bottom: 24px;\">\n                        <div style=\"width: 64px; height: 64px; background: linear-gradient(135deg, var(--primary-blue), var(--primary-purple)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px;\">\ud83d\udc65<\/div>\n                        <h3 style=\"margin: 0;\">CoCreate<\/h3>\n                    <\/div>\n                    <p style=\"margin-bottom: 24px;\">\n                        Work with Augmentic to develop domain-specific AI solutions. In doing so, we leverage\n                        Augmentic_OS and our building blocks to build applications that are exactly right for your\n                        sector or organization.\n                    <\/p>\n                    <div style=\"background: rgba(59, 84, 217, 0.05); border: 1px solid rgba(59, 84, 217, 0.2); border-radius: 8px; padding: 16px;\">\n                        <p style=\"font-size: 14px; font-weight: 600; margin: 0;\">\n                            The knowledge and solutions we develop together grow sustainably with you.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"card\" style=\"height: 100%;\">\n                    <div style=\"display: flex; align-items: center; gap: 16px; margin-bottom: 24px;\">\n                        <div style=\"width: 64px; height: 64px; background: linear-gradient(135deg, #3b82f6, var(--primary-blue)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px;\">\ud83d\udee1\ufe0f<\/div>\n                        <h3 style=\"margin: 0;\">Microsoft AI Accelerate<\/h3>\n                    <\/div>\n                    <p style=\"margin-bottom: 24px;\">\n                        For organizations that already rely heavily on Microsoft technology. With Azure AI, OpenAI Services,\n                        Copilot and Dynamics, we are accelerating the deployment of AI within this ecosystem.\n                    <\/p>\n                    <div style=\"background: rgba(59, 130, 246, 0.05); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 8px; padding: 16px;\">\n                        <p style=\"font-size: 14px; font-weight: 600; margin: 0;\">\n                            Including enterprise-level governance and security, so you benefit from speed and security.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Configurator Section -->\n    <section class=\"section alt\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <div class=\"section-header\">\n                <h2>\n                    Set your own <span class=\"gradient-text\">Augmentic_OS solution<\/span> together\n                <\/h2>\n                <p>\n                    Every organization is different. That's why with our online configurator, you can easily\n                    your own Augmentic_OS solution. Including optional extensions and additional services,\n                    so you can immediately see which approach and modules fit best -\n                    and immediately understand the corresponding price.\n                <\/p>\n            <\/div>\n\n            <div class=\"card\" style=\"box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);\">\n                <div style=\"background: rgba(59, 84, 217, 0.1); border: 1px solid rgba(59, 84, 217, 0.2); border-radius: 12px; padding: 32px; margin-bottom: 32px; text-align: center;\">\n                    <h3 style=\"margin-bottom: 16px;\">Find out what Augmentic_OS can do for your organization<\/h3>\n                    <p style=\"margin-bottom: 24px;\">\n                        Configure your customized solution and get instant insight into features and costs.\n                    <\/p>\n                    \n                    <a href=\"#\" class=\"btn\">\n                        Start the configurator\n                    <\/a>\n                <\/div>\n\n                <div class=\"grid grid-3\">\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-cyan); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px; font-weight: 600;\">Custom<\/h4>\n                            <p style=\"font-size: 14px; margin: 0;\">Exactly what fits your organization<\/p>\n                        <\/div>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-green); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px; font-weight: 600;\">Transparent<\/h4>\n                            <p style=\"font-size: 14px; margin: 0;\">Instant insight into costs and opportunities<\/p>\n                        <\/div>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start;\">\n                        <div style=\"width: 8px; height: 8px; background: var(--primary-purple); border-radius: 50%; margin-right: 12px; margin-top: 8px; flex-shrink: 0;\"><\/div>\n                        <div>\n                            <h4 style=\"margin-bottom: 4px; font-weight: 600;\">Flexible<\/h4>\n                            <p style=\"font-size: 14px; margin: 0;\">Expandable as needed<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-650ca635 e-flex e-con-boxed e-con e-parent\" data-id=\"650ca635\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a387dc5 e-con-full e-flex e-con e-child\" data-id=\"a387dc5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24ddca04 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"24ddca04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">Ready to make AI really work?<br>\nSchedule a no-obligation introductory meeting and find out what our approach can do for your organization.\n<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-60514307 e-con-full e-flex e-con e-child\" data-id=\"60514307\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35f08379 elementor-align-right elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"35f08379\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https:\/\/tidycal.com\/peterdehaas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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>","protected":false},"excerpt":{"rendered":"<p>Augmentic Services &#8211; Onze diensten en aanpak Onze diensten en aanpak Augmentic_OS is het hart van onze propositie: het AI-besturingssysteem dat werk slimmer, consistenter en betekenisvoller maakt. Maar technologie alleen is nooit genoeg. Succesvol gebruik van AI vraagt om de juiste basis, een goede start en begeleiding onderweg. Precies daarvoor hebben we een dienstenpakket ontwikkeld [&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-1340","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_title_panel":"","has_hero_section":"disabled","0df2dca53447789c9966a9ee2482ae8e":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"9a068402903147dab0312ed721d813d1":"","hero_alignment1":"left","hero_alignment2":"center","hero_vertical_alignment":"center","878df3921d36f5f7834a2f50f2d62119":"","hero_structure":"narrow","c672b96ecc952ad64c8c2d7fdf1a61dc":"","page_title_bg_type":"featured_image","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"cc7bcd5456d7cac909e888486d83b616":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"32px","tablet":"30px","mobile":"25px"},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"n6","size":"12px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"default":{"color":"rgba(41, 51, 60, 0.2)"}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#EDEFF2"}}},"5384544efa2613b7222fa667fe0c3bd5":"","page_structure_type":"default","content_style":"inherit","vertical_spacing_source":"custom","content_area_spacing":"none","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"content_boxed_spacing":{"desktop":"40px","tablet":"35px","mobile":"20px"},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"content_boxed_shadow":{"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"7b360c47770bb2bc7820037d1b7ccdae":"","disable_featured_image":"no","disable_header":"no","disable_footer":"no","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/1340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/comments?post=1340"}],"version-history":[{"count":79,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/1340\/revisions"}],"predecessor-version":[{"id":2639,"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/pages\/1340\/revisions\/2639"}],"wp:attachment":[{"href":"https:\/\/augmentic.nl\/en\/wp-json\/wp\/v2\/media?parent=1340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}