{"id":15318,"date":"2026-03-04T17:43:23","date_gmt":"2026-03-04T15:43:23","guid":{"rendered":"https:\/\/angeingabire.com\/?page_id=15318"},"modified":"2026-03-04T18:00:53","modified_gmt":"2026-03-04T16:00:53","slug":"confirmation-page","status":"publish","type":"page","link":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/","title":{"rendered":"Confirmation Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15318\" class=\"elementor elementor-15318\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9cafdf e-flex e-con-boxed e-con e-parent\" data-id=\"f9cafdf\" 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-6c6a3dc elementor-widget elementor-widget-html\" data-id=\"6c6a3dc\" 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=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Liora\u2122 \u2014 Access Your Dashboard<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n<style>\n*{box-sizing:border-box;margin:0;padding:0;}\nbody{\n  font-family:'Inter',sans-serif;\n  background:#25233C;\n  min-height:100vh;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:24px;\n}\n\n\/* Background subtle pattern *\/\nbody::before{\n  content:'';\n  position:fixed;inset:0;\n  background:\n    radial-gradient(ellipse 60% 50% at 20% 20%, rgba(1,203,170,0.07) 0%, transparent 70%),\n    radial-gradient(ellipse 50% 60% at 80% 80%, rgba(251,190,81,0.05) 0%, transparent 70%);\n  pointer-events:none;\n}\n\n.card{\n  background:#FFFFFF;\n  border-radius:24px;\n  padding:48px 44px;\n  width:100%;\n  max-width:420px;\n  text-align:center;\n  position:relative;\n  box-shadow:0 32px 80px rgba(0,0,0,0.3);\n}\n\n.badge{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n  background:rgba(1,203,170,0.08);\n  border:1px solid rgba(1,203,170,0.2);\n  border-radius:20px;\n  padding:5px 14px;\n  font-size:10px;\n  font-weight:700;\n  color:#01CBAA;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  margin-bottom:20px;\n}\n\n.logo{\n  font-size:26px;\n  font-weight:900;\n  color:#25233C;\n  letter-spacing:-0.5px;\n  margin-bottom:6px;\n}\n.logo span{color:#01CBAA;}\n\n.tagline{\n  font-size:13px;\n  color:#6B6882;\n  margin-bottom:32px;\n  line-height:1.6;\n}\n\n.divider{\n  height:1.5px;\n  background:linear-gradient(90deg,transparent,#E8E8E8,transparent);\n  margin-bottom:32px;\n}\n\n.step-label{\n  font-size:10px;\n  font-weight:700;\n  color:#6B6882;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:10px;\n}\n\n.step-title{\n  font-size:19px;\n  font-weight:800;\n  color:#25233C;\n  margin-bottom:8px;\n  line-height:1.3;\n}\n\n.step-sub{\n  font-size:13px;\n  color:#6B6882;\n  margin-bottom:28px;\n  line-height:1.7;\n}\n\n.input-wrap{\n  position:relative;\n  margin-bottom:14px;\n}\n\n.pw-input{\n  width:100%;\n  background:#F5F5F5;\n  border:2px solid #E8E8E8;\n  border-radius:12px;\n  padding:16px 48px 16px 18px;\n  font-size:18px;\n  font-weight:700;\n  color:#25233C;\n  letter-spacing:4px;\n  text-align:center;\n  outline:none;\n  font-family:'Inter',sans-serif;\n  transition:all 0.2s;\n}\n.pw-input:focus{\n  border-color:#01CBAA;\n  background:#fff;\n}\n.pw-input.error{\n  border-color:#FF6B6B;\n  background:#FFF5F5;\n  animation:shake 0.3s ease;\n}\n@keyframes shake{\n  0%,100%{transform:translateX(0);}\n  25%{transform:translateX(-6px);}\n  75%{transform:translateX(6px);}\n}\n.pw-input.success{\n  border-color:#01CBAA;\n  background:#F0FDFB;\n}\n\n.toggle-pw{\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  background:none;\n  border:none;\n  cursor:pointer;\n  color:#BBBBCC;\n  font-size:16px;\n  padding:4px;\n  transition:color 0.2s;\n}\n.toggle-pw:hover{color:#6B6882;}\n\n.err-msg{\n  font-size:12px;\n  color:#FF6B6B;\n  font-weight:600;\n  margin-bottom:14px;\n  display:none;\n  animation:fadeIn 0.2s ease;\n}\n@keyframes fadeIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}\n\n.submit-btn{\n  width:100%;\n  padding:16px;\n  background:linear-gradient(135deg,#01CBAA,#00A88C);\n  border:none;\n  border-radius:12px;\n  color:#FFFFFF !important;\n  font-size:15px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Inter',sans-serif;\n  transition:all 0.2s;\n  box-shadow:0 4px 20px rgba(1,203,170,0.25);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:8px;\n}\n.submit-btn:hover{\n  transform:translateY(-2px);\n  box-shadow:0 8px 28px rgba(1,203,170,0.35);\n}\n.submit-btn:active{transform:translateY(0);}\n.submit-btn.loading{opacity:0.7;cursor:not-allowed;transform:none;}\n\n\/* Success state *\/\n.success-state{display:none;}\n.success-icon{\n  font-size:48px;\n  margin-bottom:16px;\n  animation:pop 0.4s cubic-bezier(0.34,1.56,0.64,1);\n}\n@keyframes pop{from{transform:scale(0);}to{transform:scale(1);}}\n.success-title{\n  font-size:20px;\n  font-weight:800;\n  color:#25233C;\n  margin-bottom:8px;\n}\n.success-sub{\n  font-size:13px;\n  color:#6B6882;\n  margin-bottom:24px;\n  line-height:1.7;\n}\n.go-btn{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:linear-gradient(135deg,#01CBAA,#00A88C);\n  color:#fff;\n  border:none;\n  border-radius:12px;\n  padding:15px 32px;\n  font-size:15px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Inter',sans-serif;\n  transition:all 0.2s;\n  box-shadow:0 4px 20px rgba(1,203,170,0.25);\n  text-decoration:none;\n}\n.go-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(1,203,170,0.35);}\n\n.footer-note{\n  margin-top:28px;\n  font-size:11px;\n  color:#BBBBCC;\n  line-height:1.7;\n}\n.footer-note a{color:#01CBAA;text-decoration:none;font-weight:600;}\n.footer-note a:hover{text-decoration:underline;}\n\n@media(max-width:480px){\n  .card{padding:36px 24px;}\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"card\">\n\n  <!-- DEFAULT STATE -->\n  <div id=\"defaultState\">\n    <div class=\"badge\">\u2726 Payment Confirmed<\/div>\n    <div class=\"logo\">Liora<span>\u2122<\/span><\/div>\n    <div class=\"tagline\">AI Productization Lab \u00b7 Full Member Access<\/div>\n    <div class=\"divider\"><\/div>\n\n    <div class=\"step-label\">Step 1 of 1<\/div>\n    <div class=\"step-title\">Enter your access password<\/div>\n    <div class=\"step-sub\">Your payment is confirmed. Use the password below to access your full member dashboard.<\/div>\n\n    <div style=\"background:#F0FDFB;border:1.5px solid rgba(1,203,170,0.25);border-radius:12px;padding:20px;margin-bottom:24px;text-align:center;\">\n      <div style=\"font-size:10px;font-weight:700;color:#6B6882;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;\">Your Access Password<\/div>\n      <div style=\"font-size:36px;font-weight:900;color:#01CBAA;letter-spacing:10px;\">AIPL<\/div>\n    <\/div>\n\n    <a class=\"submit-btn\" href=\"https:\/\/angeingabire.com\/index.php\/the-ai-productization-lab\/\" style=\"text-decoration:none;color:#FFFFFF !important;\">\n      Access My Dashboard \u2192\n    <\/a>\n\n    <div class=\"footer-note\">\n      Can't access your dashboard? <a href=\"\/cdn-cgi\/l\/email-protection#2f474a4343406f4e41484a4641484e4d465d4a014c4042\">Contact support<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- SUCCESS STATE -->\n  <div class=\"success-state\" id=\"successState\">\n    <div class=\"success-icon\">\ud83c\udf89<\/div>\n    <div class=\"success-title\">Welcome to Liora\u2122<\/div>\n    <div class=\"success-sub\">Your full member dashboard is ready. Your A.I.M. Score and complete business blueprint are waiting for you.<\/div>\n    <a class=\"go-btn\" id=\"goBtn\" href=\"https:\/\/angeingabire.com\/index.php\/the-ai-productization-lab\/\">Open My Dashboard \u2192<\/a>\n    <div class=\"footer-note\" style=\"margin-top:20px;\">Redirecting automatically in <span id=\"countdown\">3<\/span>s<\/div>\n  <\/div>\n\n<\/div>\n\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script>\nvar CORRECT = 'AIPL';\nvar DASHBOARD_URL = 'https:\/\/angeingabire.com\/index.php\/the-ai-productization-lab\/';\n\nfunction checkPassword(){\n  var val = document.getElementById('pwInput').value.trim().toUpperCase();\n  var input = document.getElementById('pwInput');\n  var err = document.getElementById('errMsg');\n  var btn = document.getElementById('submitBtn');\n\n  if(!val){ input.classList.add('error'); return; }\n\n  if(val === CORRECT){\n    input.classList.remove('error');\n    input.classList.add('success');\n    err.style.display = 'none';\n    btn.classList.add('loading');\n    document.getElementById('btnText').textContent = 'Verified \u2713';\n\n    setTimeout(function(){\n      document.getElementById('defaultState').style.display = 'none';\n      document.getElementById('successState').style.display = 'block';\n\n      \/\/ Countdown redirect\n      var n = 3;\n      var t = setInterval(function(){\n        n--;\n        document.getElementById('countdown').textContent = n;\n        if(n <= 0){\n          clearInterval(t);\n          window.location.href = DASHBOARD_URL;\n        }\n      }, 1000);\n    }, 600);\n\n  } else {\n    input.classList.add('error');\n    input.classList.remove('success');\n    err.style.display = 'block';\n    input.value = '';\n    setTimeout(function(){ input.classList.remove('error'); }, 500);\n  }\n}\n\nfunction 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":"<p>Liora\u2122 \u2014 Access Your Dashboard \u2726 Payment Confirmed Liora\u2122 AI Productization Lab \u00b7 Full Member Access Step 1 of 1 Enter your access password Your payment is confirmed. Use the password below to access your full member dashboard. Your Access Password AIPL Access My Dashboard \u2192 Can&#8217;t access your dashboard? Contact support \ud83c\udf89 Welcome to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"class_list":["post-15318","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/angeingabire.com\/index.php\/confirmation-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant\" \/>\n<meta property=\"og:description\" content=\"Liora\u2122 \u2014 Access Your Dashboard \u2726 Payment Confirmed Liora\u2122 AI Productization Lab \u00b7 Full Member Access Step 1 of 1 Enter your access password Your payment is confirmed. Use the password below to access your full member dashboard. Your Access Password AIPL Access My Dashboard \u2192 Can&#8217;t access your dashboard? Contact support \ud83c\udf89 Welcome to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/angeingabire.com\/index.php\/confirmation-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Ange Ingabire |E-commerce &amp; AI Business Consultant\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T16:00:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/angeingabire.com\/wp-content\/uploads\/2023\/06\/Untitled-design-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/angeingabire.com\\\/index.php\\\/confirmation-page\\\/\",\"url\":\"https:\\\/\\\/angeingabire.com\\\/index.php\\\/confirmation-page\\\/\",\"name\":\"Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#website\"},\"datePublished\":\"2026-03-04T15:43:23+00:00\",\"dateModified\":\"2026-03-04T16:00:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/angeingabire.com\\\/index.php\\\/confirmation-page\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/angeingabire.com\\\/index.php\\\/confirmation-page\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/angeingabire.com\\\/index.php\\\/confirmation-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/angeingabire.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Confirmation Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#website\",\"url\":\"https:\\\/\\\/angeingabire.com\\\/\",\"name\":\"Ange Ingabire |E-commerce &amp; AI Business Consultant\",\"description\":\"E-commerce &amp; AI Business Solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/angeingabire.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#organization\",\"name\":\"Ange Ingabire\",\"url\":\"https:\\\/\\\/angeingabire.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/angeingabire.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/7.png\",\"contentUrl\":\"https:\\\/\\\/angeingabire.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/7.png\",\"width\":1080,\"height\":1080,\"caption\":\"Ange Ingabire\"},\"image\":{\"@id\":\"https:\\\/\\\/angeingabire.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.pinterest.com\\\/ange_ingabire\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ange-ingabire-327893236\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/","og_locale":"en_GB","og_type":"article","og_title":"Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant","og_description":"Liora\u2122 \u2014 Access Your Dashboard \u2726 Payment Confirmed Liora\u2122 AI Productization Lab \u00b7 Full Member Access Step 1 of 1 Enter your access password Your payment is confirmed. Use the password below to access your full member dashboard. Your Access Password AIPL Access My Dashboard \u2192 Can&#8217;t access your dashboard? Contact support \ud83c\udf89 Welcome to [&hellip;]","og_url":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/","og_site_name":"Ange Ingabire |E-commerce &amp; AI Business Consultant","article_modified_time":"2026-03-04T16:00:53+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/angeingabire.com\/wp-content\/uploads\/2023\/06\/Untitled-design-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/","url":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/","name":"Confirmation Page - Ange Ingabire |E-commerce &amp; AI Business Consultant","isPartOf":{"@id":"https:\/\/angeingabire.com\/#website"},"datePublished":"2026-03-04T15:43:23+00:00","dateModified":"2026-03-04T16:00:53+00:00","breadcrumb":{"@id":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/angeingabire.com\/index.php\/confirmation-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/angeingabire.com\/index.php\/confirmation-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/angeingabire.com\/"},{"@type":"ListItem","position":2,"name":"Confirmation Page"}]},{"@type":"WebSite","@id":"https:\/\/angeingabire.com\/#website","url":"https:\/\/angeingabire.com\/","name":"Ange Ingabire |E-commerce &amp; AI Business Consultant","description":"E-commerce &amp; AI Business Solutions","publisher":{"@id":"https:\/\/angeingabire.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/angeingabire.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/angeingabire.com\/#organization","name":"Ange Ingabire","url":"https:\/\/angeingabire.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/angeingabire.com\/#\/schema\/logo\/image\/","url":"https:\/\/angeingabire.com\/wp-content\/uploads\/2023\/06\/7.png","contentUrl":"https:\/\/angeingabire.com\/wp-content\/uploads\/2023\/06\/7.png","width":1080,"height":1080,"caption":"Ange Ingabire"},"image":{"@id":"https:\/\/angeingabire.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.pinterest.com\/ange_ingabire\/","https:\/\/www.linkedin.com\/in\/ange-ingabire-327893236\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/pages\/15318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/comments?post=15318"}],"version-history":[{"count":7,"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/pages\/15318\/revisions"}],"predecessor-version":[{"id":15326,"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/pages\/15318\/revisions\/15326"}],"wp:attachment":[{"href":"https:\/\/angeingabire.com\/index.php\/wp-json\/wp\/v2\/media?parent=15318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}