{"id":48,"date":"2025-10-14T19:46:20","date_gmt":"2025-10-14T17:46:20","guid":{"rendered":"https:\/\/www.dizon.io\/?page_id=48"},"modified":"2025-10-16T10:08:54","modified_gmt":"2025-10-16T08:08:54","slug":"home","status":"publish","type":"page","link":"https:\/\/www.dizon.io\/?page_id=48&lang=de","title":{"rendered":"home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>DIZON &#8211; Digitales Echtheitszertifikat f\u00fcr Originale<\/title>\n    <!-- Bootstrap CSS -->\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n    <!-- Bootstrap Icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.10.0\/font\/bootstrap-icons.css\">\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@100..900&#038;family=Krona+One&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --color-primary: #0A0F2C;\n            --color-accent: #E15E0E;\n            --color-emerald: #10B981;\n            --color-violet: #8B5CF6;\n        }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            color: #333;\n        }\n        \n        .font-display {\n            font-family: 'Krona One', sans-serif;\n        }\n        \n        .bg-primary-custom {\n            background-color: var(--color-primary) !important;\n        }\n        \n        .text-accent {\n            color: var(--color-accent) !important;\n        }\n        \n        .bg-accent {\n            background-color: var(--color-accent) !important;\n        }\n        \n        .btn-primary-custom {\n            background: linear-gradient(135deg, var(--color-accent) 0%, #FF6B35 100%);\n            border: none;\n            color: white;\n            padding: 12px 30px;\n            border-radius: 8px;\n            font-weight: 500;\n            transition: all 0.3s ease;\n        }\n        \n        .btn-primary-custom:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.5);\n        }\n        \n        .btn-outline-custom {\n            border: 2px solid var(--color-primary);\n            color: var(--color-primary);\n            background: transparent;\n            padding: 12px 30px;\n            border-radius: 8px;\n            font-weight: 500;\n            transition: all 0.3s ease;\n        }\n        \n        .btn-outline-custom:hover {\n            background: var(--color-primary);\n            color: white;\n            transform: translateY(-2px);\n        }\n        \n        .feature-card {\n            border-radius: 16px;\n            border: 1px solid rgba(139, 92, 246, 0.1);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .step-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            height: 100%;\n            text-align: center;\n        }\n        \n        .step-number {\n            width: 60px;\n            height: 60px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .dashboard-feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n        }\n        \n        .dashboard-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(16, 185, 129, 0.1);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #F1F3F6 0%, #e2e8f0 50%, #F1F3F6 100%);\n            padding: 150px 0 100px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: url('https:\/\/cdn1.genspark.ai\/user-upload-image\/gpt_image_generated\/aa854300-e1ed-4192-a1e6-b26e99bac184');\n            background-size: cover;\n            background-position: center;\n            opacity: 0.1;\n            z-index: 0;\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .section-padding {\n            padding: 80px 0;\n        }\n        \n        .info-highlight {\n            background: rgba(16, 185, 129, 0.1);\n            border-left: 4px solid var(--color-emerald);\n            padding: 20px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"row align-items-center\">\n                <div class=\"col-lg-6 hero-content\">\n                    <h1 class=\"font-display display-4 fw-bold mb-4\">DIZON \u2013 Digitales Echtheitszertifikat f\u00fcr Originale<\/h1>\n                    <p class=\"lead mb-4\">Sichern Sie Ihre Kunstwerke mit Blockchain-Technologie und bieten Sie Interessenten wertvolle Zusatzinformationen wie Preise, K\u00fcnstlerdetails und Kontaktm\u00f6glichkeiten.<\/p>\n                    <div class=\"d-flex flex-wrap gap-3\">\n                        <a href=\"#\" class=\"btn btn-primary-custom\">Jetzt Zertifikat bestellen<\/a>\n                        <a href=\"#how-it-works\" class=\"btn btn-outline-custom\">Mehr erfahren<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"col-lg-6\">\n                    <div class=\"text-center mt-5 mt-lg-0\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn1.genspark.ai\/user-upload-image\/gpt_image_generated\/db272bf6-cc47-48c9-933d-0ab2a3d97d73\" alt=\"DIZON Zertifikat Beispiel\" class=\"img-fluid rounded shadow\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Was ist DIZON Section -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"row align-items-center\">\n                <div class=\"col-lg-6 mb-5 mb-lg-0\">\n                    <h2 class=\"font-display display-5 fw-bold mb-4\">Was ist DIZON?<\/h2>\n                    <p class=\"mb-4\">Mit DIZON sichern Sie die Einzigartigkeit Ihrer Werke \u2013 f\u00e4lschungssicher, dauerhaft und jederzeit verifizierbar. Jedes Zertifikat ist einzigartig mit dem Objekt verbunden und kann bei Bedarf aktiviert werden.<\/p>\n                    \n                    <div class=\"info-highlight\">\n                        <h4 class=\"fw-bold\">Erweiterter Mehrwert durch Zusatzinformationen<\/h4>\n                        <p class=\"mb-0\">Neben der Authentifizierung erm\u00f6glicht DIZON Ihnen, wertvolle Informationen direkt mit potenziellen K\u00e4ufern, Passanten oder Enthusiasten zu teilen, die Ihren Code scannen.<\/p>\n                    <\/div>\n                    \n                    <p>Ob K\u00fcnstler, Galerie oder Sammler &#8211; DIZON hilft Ihnen, Ihre Arbeit zu sch\u00fctzen und neue Engagement-M\u00f6glichkeiten zu schaffen.<\/p>\n                <\/div>\n                <div class=\"col-lg-6\">\n                    <div class=\"row g-4\">\n                        <div class=\"col-md-6\">\n                            <div class=\"feature-card p-4\">\n                                <div class=\"mb-3\">\n                                    <div class=\"bg-primary bg-opacity-10 rounded p-3 d-inline-block\">\n                                        <i class=\"bi bi-shield-check text-primary fs-2\"><\/i>\n                                    <\/div>\n                                <\/div>\n                                <h4 class=\"fw-bold\">Blockchain-Sicherheit<\/h4>\n                                <p class=\"mb-0\">Jedes Zertifikat ist unver\u00e4nderlich auf der Blockchain gesichert, was unbrechbaren Authentizit\u00e4tsschutz bietet.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"feature-card p-4\">\n                                <div class=\"mb-3\">\n                                    <div class=\"bg-success bg-opacity-10 rounded p-3 d-inline-block\">\n                                        <i class=\"bi bi-info-circle text-success fs-2\"><\/i>\n                                    <\/div>\n                                <\/div>\n                                <h4 class=\"fw-bold\">Zusatzinformationen<\/h4>\n                                <p class=\"mb-0\">Teilen Sie Preise, K\u00fcnstlerdetails, Social Media und Kontaktinformationen mit interessierten Parteien.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"feature-card p-4\">\n                                <div class=\"mb-3\">\n                                    <div class=\"bg-warning bg-opacity-10 rounded p-3 d-inline-block\">\n                                        <i class=\"bi bi-pencil-square text-warning fs-2\"><\/i>\n                                    <\/div>\n                                <\/div>\n                                <h4 class=\"fw-bold\">Einfache Updates<\/h4>\n                                <p class=\"mb-0\">Aktualisieren Sie Informationen jederzeit durch Ihr Dashboard ohne \u00c4nderungen am physischen Zertifikat.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"feature-card p-4\">\n                                <div class=\"mb-3\">\n                                    <div class=\"bg-info bg-opacity-10 rounded p-3 d-inline-block\">\n                                        <i class=\"bi bi-graph-up-arrow text-info fs-2\"><\/i>\n                                    <\/div>\n                                <\/div>\n                                <h4 class=\"fw-bold\">Wertsteigerung<\/h4>\n                                <p class=\"mb-0\">Erh\u00f6hen Sie den Kunstwert durch verifizierte Authentizit\u00e4t und erweiterte K\u00e4uferinformationen.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Vorteile Section -->\n    <section id=\"benefits\" class=\"section-padding bg-white\">\n        <div class=\"container\">\n            <div class=\"row mb-5\">\n                <div class=\"col-12 text-center\">\n                    <h2 class=\"font-display display-5 fw-bold mb-4\">Vorteile<\/h2>\n                <\/div>\n            <\/div>\n            <div class=\"row g-4\">\n                <div class=\"col-md-4\">\n                    <div class=\"text-center p-4 rounded-2xl feature-card\">\n                        <div class=\"w-16 h-16 mx-auto mb-4 bg-primary bg-opacity-10 rounded-2xl d-flex align-items-center justify-content-center\">\n                            <i class=\"bi bi-shield-check fs-2 text-primary\"><\/i>\n                        <\/div>\n                        <h3 class=\"fw-bold mb-3\">Sicherheit<\/h3>\n                        <p class=\"mb-0\">\n                            Jeder Code ist einzigartig und unver\u00e4nderlich in der Blockchain gesichert.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-4\">\n                    <div class=\"text-center p-4 rounded-2xl feature-card\">\n                        <div class=\"w-16 h-16 mx-auto mb-4 bg-warning bg-opacity-10 rounded-2xl d-flex align-items-center justify-content-center\">\n                            <i class=\"bi bi-lightning-charge fs-2 text-warning\"><\/i>\n                        <\/div>\n                        <h3 class=\"fw-bold mb-3\">Einfachheit<\/h3>\n                        <p class=\"mb-0\">\n                            Zertifikat bestellen, Code anbringen, fertig.\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-4\">\n                    <div class=\"text-center p-4 rounded-2xl feature-card\">\n                        <div class=\"w-16 h-16 mx-auto mb-4 bg-success bg-opacity-10 rounded-2xl d-flex align-items-center justify-content-center\">\n                            <i class=\"bi bi-graph-up-arrow fs-2 text-success\"><\/i>\n                        <\/div>\n                        <h3 class=\"fw-bold mb-3\">Wertsteigerung<\/h3>\n                        <p class=\"mb-0\">\n                            Offizieller Echtheitsnachweis schafft Vertrauen und erh\u00f6ht den Marktwert.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Prozess Section -->\n    <section id=\"process\" class=\"section-padding bg-light\">\n        <div class=\"container\">\n            <div class=\"row mb-5\">\n                <div class=\"col-12 text-center\">\n                    <h2 class=\"font-display display-5 fw-bold mb-4\">So funktioniert&#8217;s \u2013 in vier Schritten<\/h2>\n                <\/div>\n            <\/div>\n            <div class=\"row g-4\">\n                <div class=\"col-md-6 col-lg-3\">\n                    <div class=\"text-center step-card\">\n                        <div class=\"step-number bg-primary text-white\">1<\/div>\n                        <h3 class=\"fw-bold mb-3\">Zertifikat bestellen<\/h3>\n                        <p class=\"mb-0\">W\u00e4hlen Sie ein Zertifikat f\u00fcr Ihr Einzelst\u00fcck oder Ihre Edition.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-6 col-lg-3\">\n                    <div class=\"text-center step-card\">\n                        <div class=\"step-number bg-success text-white\">2<\/div>\n                        <h3 class=\"fw-bold mb-3\">Code erhalten &#038; verbinden<\/h3>\n                        <p class=\"mb-0\">Verbinden Sie Ihr Werk oder Ihre Edition permanent mit dem Code.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-6 col-lg-3\">\n                    <div class=\"text-center step-card\">\n                        <div class=\"step-number bg-warning text-white\">3<\/div>\n                        <h3 class=\"fw-bold mb-3\">Aktivieren<\/h3>\n                        <p class=\"mb-0\">Aktivieren Sie das Zertifikat selbst \u2013 oder lassen Sie es den K\u00e4ufer nach einem Verkauf tun.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-md-6 col-lg-3\">\n                    <div class=\"text-center step-card\">\n                        <div class=\"step-number bg-info text-white\">4<\/div>\n                        <h3 class=\"fw-bold mb-3\">Dashboard verwalten<\/h3>\n                        <p class=\"mb-0\">Behalten Sie Status, Aktivierungen und Eigentums\u00fcbertragungen im Blick.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Informations-Vorteile Section -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"row mb-5\">\n                <div class=\"col-12 text-center\">\n                    <h2 class=\"font-display display-5 fw-bold mb-3\">Teilen Sie wertvolle Informationen mit Interessenten<\/h2>\n                    <p class=\"lead\">Verbessern Sie Engagement und Verkaufschancen mit dynamischen Informationen<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"row g-5 align-items-center\">\n                <div class=\"col-lg-6\">\n                    <div class=\"row g-4\">\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-success\">\n                                    <i class=\"bi bi-currency-euro fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">Preisinformationen<\/h4>\n                                    <p class=\"mb-0\">Zeigen Sie aktuelle Preise f\u00fcr potenzielle K\u00e4ufer an.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-primary\">\n                                    <i class=\"bi bi-person-circle fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">K\u00fcnstlerdetails<\/h4>\n                                    <p class=\"mb-0\">Teilen Sie Hintergrundinformationen \u00fcber den Sch\u00f6pfer.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-info\">\n                                    <i class=\"bi bi-link fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">Website &#038; Social Media<\/h4>\n                                    <p class=\"mb-0\">Leiten Sie Interessenten zu Ihrer Online-Pr\u00e4senz.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-warning\">\n                                    <i class=\"bi bi-envelope fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">Kontaktoptionen<\/h4>\n                                    <p class=\"mb-0\">Bieten Sie direkte Kontaktm\u00f6glichkeiten f\u00fcr Anfragen.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-danger\">\n                                    <i class=\"bi bi-clock-history fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">Echtzeit-Updates<\/h4>\n                                    <p class=\"mb-0\">\u00c4ndern Sie Informationen jederzeit ohne physische \u00c4nderungen.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"col-md-6\">\n                            <div class=\"d-flex\">\n                                <div class=\"me-3 text-purple\">\n                                    <i class=\"bi bi-bar-chart fs-2\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"fw-bold\">Engagement-Analytik<\/h4>\n                                    <p class=\"mb-0\">Verfolgen Sie, wie viele Personen Ihre Kunstwerkinformationen einsehen.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"col-lg-6\">\n                    <div class=\"bg-light p-4 rounded position-relative\">\n                        <div class=\"position-absolute top-0 end-0 m-3\">\n                            <span class=\"badge bg-success\">Live-Beispiel<\/span>\n                        <\/div>\n                        <h4 class=\"fw-bold mb-3\">Kunstwerkinformationen<\/h4>\n                        <div class=\"mb-3\">\n                            <h5 class=\"fw-bold text-accent\">&#8222;Sonnenuntergangs-Reflexionen&#8220;<\/h5>\n                            <p class=\"text-muted\">von Elena Rodriguez, 2023<\/p>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <p><strong>Preis:<\/strong> 4.200 \u20ac<\/p>\n                            <p><strong>Medium:<\/strong> \u00d6l auf Leinwand<\/p>\n                            <p><strong>Abmessungen:<\/strong> 60 x 90 cm<\/p>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <p><strong>\u00dcber die K\u00fcnstlerin:<\/strong> Elena Rodriguez ist eine zeitgen\u00f6ssische Malerin, bekannt f\u00fcr ihre lebendigen Landschaften und ihren Einsatz von Licht.<\/p>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <p><strong>Kontakt:<\/strong> studio@elenarodriguez.com<\/p>\n                        <\/div>\n                        <div class=\"d-flex gap-2 flex-wrap\">\n                            <a href=\"#\" class=\"btn btn-sm btn-outline-primary\">Portfolio ansehen<\/a>\n                            <a href=\"#\" class=\"btn btn-sm btn-outline-primary\">Instagram<\/a>\n                            <a href=\"#\" class=\"btn btn-sm btn-outline-primary\">K\u00fcnstler kontaktieren<\/a>\n                        <\/div>\n                        <div class=\"mt-3 pt-3 border-top\">\n                            <small class=\"text-muted\">Diese Informationen k\u00f6nnen vom Besitzer jederzeit \u00fcber das DIZON-Dashboard aktualisiert werden.<\/small>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Dashboard Section -->\n    <section id=\"dashboard\" class=\"section-padding bg-light\">\n        <div class=\"container\">\n            <div class=\"row mb-5\">\n                <div class=\"col-12 text-center\">\n                    <h2 class=\"font-display display-5 fw-bold mb-3\">Mein DIZON-Dashboard<\/h2>\n                    <p class=\"lead\">Verwalten Sie Ihre Zertifikate und Informationen an einem praktischen Ort<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"row g-5 align-items-center\">\n                <div class=\"col-lg-6\">\n                    <div class=\"dashboard-feature\">\n                        <div class=\"dashboard-icon\">\n                            <i class=\"bi bi-pencil-square text-success fs-4\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"fw-bold\">Informationen jederzeit aktualisieren<\/h4>\n                            <p>\u00c4ndern Sie Preise, Kontaktdaten oder andere Informationen, ohne das physische Zertifikat zu ver\u00e4ndern.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"dashboard-feature\">\n                        <div class=\"dashboard-icon\">\n                            <i class=\"bi bi-bar-chart text-primary fs-4\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"fw-bold\">Engagement verfolgen<\/h4>\n                            <p>Sehen Sie, wie viele Personen Ihr Kunstwerk gescannt und die Informationen eingesehen haben.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"dashboard-feature\">\n                        <div class=\"dashboard-icon\">\n                            <i class=\"bi bi-shield-check text-warning fs-4\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"fw-bold\">Zertifikat-Verwaltung<\/h4>\n                            <p>Zeigen Sie alle Ihre Zertifikate an, pr\u00fcfen Sie den Status und laden Sie PDF-Versionen herunter.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"dashboard-feature\">\n                        <div class=\"dashboard-icon\">\n                            <i class=\"bi bi-arrow-left-right text-info fs-4\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"fw-bold\">Eigentums\u00fcbertragungen<\/h4>\n                            <p>\u00dcbertragen Sie Zertifikate problemlos beim Verkauf oder Verschenken Ihres Kunstwerks.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"mt-4\">\n                        <a href=\"#\" class=\"btn btn-primary-custom me-3\">Zum Dashboard anmelden<\/a>\n                        <a href=\"#\" class=\"btn btn-outline-custom\">Konto erstellen<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"col-lg-6\">\n                    <div class=\"bg-white p-4 rounded shadow-sm\">\n                        <div class=\"d-flex justify-content-between align-items-center mb-4\">\n                            <h4 class=\"fw-bold mb-0\">Dashboard-Vorschau<\/h4>\n                            <span class=\"badge bg-success\">Aktiv<\/span>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <h5 class=\"fw-bold\">Ihre Zertifikate (3)<\/h5>\n                            <div class=\"list-group\">\n                                <div class=\"list-group-item d-flex justify-content-between align-items-center\">\n                                    <div>\n                                        <h6 class=\"mb-1\">&#8222;Sonnenuntergangs-Reflexionen&#8220;<\/h6>\n                                        <small class=\"text-muted\">Zuletzt aktualisiert: Heute<\/small>\n                                    <\/div>\n                                    <span class=\"badge bg-primary rounded-pill\">12 Aufrufe<\/span>\n                                <\/div>\n                                <div class=\"list-group-item d-flex justify-content-between align-items-center\">\n                                    <div>\n                                        <h6 class=\"mb-1\">&#8222;Urbaner Rhythmus&#8220;<\/h6>\n                                        <small class=\"text-muted\">Zuletzt aktualisiert: Vor 2 Tagen<\/small>\n                                    <\/div>\n                                    <span class=\"badge bg-primary rounded-pill\">8 Aufrufe<\/span>\n                                <\/div>\n                                <div class=\"list-group-item d-flex justify-content-between align-items-center\">\n                                    <div>\n                                        <h6 class=\"mb-1\">&#8222;Ozean-Tr\u00e4ume&#8220;<\/h6>\n                                        <small class=\"text-muted\">Zuletzt aktualisiert: Vor 1 Woche<\/small>\n                                    <\/div>\n                                    <span class=\"badge bg-primary rounded-pill\">23 Aufrufe<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"mt-4\">\n                            <button class=\"btn btn-outline-primary btn-sm w-100\">+ Neues Zertifikat hinzuf\u00fcgen<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Vertrauens-Section -->\n    <section id=\"trust\" class=\"section-padding bg-white\">\n        <div class=\"container\">\n            <div class=\"row align-items-center\">\n                <div class=\"col-lg-6\">\n                    <div class=\"image-enhanced\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn1.genspark.ai\/user-upload-image\/gpt_image_generated\/db272bf6-cc47-48c9-933d-0ab2a3d97d73\" alt=\"Sammler verifiziert mit Smartphone\" class=\"img-fluid rounded shadow\">\n                    <\/div>\n                <\/div>\n                <div class=\"col-lg-6\">\n                    <h2 class=\"font-display display-5 fw-bold mb-4\">Vertrauen schaffen<\/h2>\n                    <p class=\"mb-4\">Ob K\u00fcnstler, Galerist, Designer, Hersteller oder Sammler: Mit DIZON dokumentieren Sie die Authentizit\u00e4t und Provenienz Ihrer wertvollen Originale \u2013 dauerhaft, digital und f\u00e4lschungssicher.<\/p>\n                    <p class=\"mb-4\">Gleichzeitig schaffen Sie direkte Verbindungen zu potenziellen K\u00e4ufern und Interessenten durch geteilte Informationen.<\/p>\n                    <a href=\"#\" class=\"btn btn-primary-custom\">Jetzt Zertifikat bestellen<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"section-padding bg-primary-custom text-white\">\n        <div class=\"container\">\n            <div class=\"row justify-content-center text-center\">\n                <div class=\"col-lg-8\">\n                    <h2 class=\"font-display display-5 fw-bold mb-4\">Jetzt Zertifikat bestellen<\/h2>\n                    <p class=\"lead mb-4\">Sichern Sie den Wert Ihrer Originale oder Editionen und schaffen Sie neue Engagement-M\u00f6glichkeiten \u2013 mit nur wenigen Klicks.<\/p>\n                    <a href=\"#\" class=\"btn btn-light btn-lg\">Jetzt starten<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Bootstrap JS -->\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>DIZON &#8211; Digitales Echtheitszertifikat f\u00fcr Originale DIZON \u2013 Digitales Echtheitszertifikat f\u00fcr Originale Sichern Sie Ihre Kunstwerke mit Blockchain-Technologie und bieten Sie Interessenten wertvolle Zusatzinformationen wie Preise, K\u00fcnstlerdetails und Kontaktm\u00f6glichkeiten. Jetzt Zertifikat bestellen Mehr erfahren Was ist DIZON? Mit DIZON sichern Sie die Einzigartigkeit Ihrer Werke \u2013 f\u00e4lschungssicher, dauerhaft und jederzeit verifizierbar. Jedes Zertifikat ist einzigartig [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"bootstrap_coach_sidebar_layout":"","footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dizon.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=48"}],"version-history":[{"count":2,"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":151,"href":"https:\/\/www.dizon.io\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions\/151"}],"wp:attachment":[{"href":"https:\/\/www.dizon.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}