|
1 |
| -\{% set animated_step_top %} |
2 |
| - <bolt-two-character-layout> |
3 |
| - <bolt-animate slot="character--left" in-order="1" in="fade-in-slide-up" out="fade-out" out-order="10"> |
4 |
| - <bolt-character size="medium"> |
5 |
| - <bolt-animate in="fade-in-slide-up" in-order="3" out="fade-out" slot="top" out-order="5"> |
6 |
| - <bolt-status-dialogue-bar is-alert-message> |
7 |
| - <p slot="text"> |
8 |
| - Wow! That's a large bill! |
9 |
| - </p> |
10 |
| - </bolt-status-dialogue-bar> |
11 |
| - </bolt-animate> |
12 |
| - <span slot="left" idle="none"> |
13 |
| - </span> |
14 |
| - <span slot="bottom" idle="none"> |
15 |
| - </span> |
16 |
| - </bolt-character> |
17 |
| - </bolt-animate> |
18 |
| - <bolt-animate slot="connection" in="fade-in-slide-up" in-order="5" out="fade-out" out-order="1"> |
19 |
| - <bolt-connection></bolt-connection> |
20 |
| - </bolt-animate> |
21 |
| - <bolt-animate slot="character--right" in="fade-in-slide-up" in-order="10" out="fade-out" idle="pulse" idle-duration="2000" out-order="10"> |
22 |
| - <bolt-character size="medium"> |
23 |
| - <bolt-animate in="fade-in-slide-up" in-order="15" out="fade-out" slot="top" out-order="5"> |
24 |
| - <bolt-status-dialogue-bar dialogue-arrow-direction="down" icon-name="cloud"> |
25 |
| - <p slot="text"> |
26 |
| - Here to Help! |
27 |
| - </p> |
28 |
| - </bolt-status-dialogue-bar> |
29 |
| - </bolt-animate> |
30 |
| - <span slot="right" idle="none"> |
31 |
| - </span> |
32 |
| - <span slot="bottom" idle="none"> |
33 |
| - </span> |
34 |
| - </bolt-character> |
35 |
| - </bolt-animate> |
36 |
| - </bolt-two-character-layout> |
37 |
| -{% endset %} |
38 |
| - |
39 | 1 | {% set content %}
|
40 | 2 | <bolt-interactive-pathway
|
41 | 3 | pathwayId="1"
|
|
53 | 15 |
|
54 | 16 | {% include "./billing-micro-journey-fragments/_step-three.twig" %}
|
55 | 17 |
|
56 |
| - <bolt-interactive-step |
57 |
| - step="4" |
58 |
| - slot="steps" |
59 |
| - > |
60 |
| - <span slot="title">Resolve</span> |
61 |
| - |
62 |
| - <bolt-animate slot="top" in="fade-in-slide-up" in-order="1" out="fade-out-slide-down" out-order="2"> |
63 |
| - {{ animated_step_top }} |
64 |
| - </bolt-animate> |
65 |
| - |
66 |
| - <bolt-animate slot="bottom" in="fade-in-slide-up" in-order="2" out-order="1" out="fade-out-slide-down"> |
67 |
| - <bolt-text> |
68 |
| - Pega's <b>case management</b> connects all the people, systems, and processes required to resolve each customer inquiry. |
69 |
| - </bolt-text> |
70 |
| - </bolt-animate> |
71 |
| - </bolt-interactive-step> |
| 18 | + {% include "./billing-micro-journey-fragments/_step-four.twig" %} |
72 | 19 |
|
73 |
| - <bolt-interactive-step |
74 |
| - step="5" |
75 |
| - slot="steps" |
76 |
| - > |
77 |
| - <span slot="title">Outcomes</span> |
| 20 | + {% include "./billing-micro-journey-fragments/_step-five.twig" %} |
78 | 21 |
|
79 |
| - <bolt-animate slot="top" in="fade-in-slide-up" in-order="1" out="fade-out-slide-down" out-order="2"> |
80 |
| - {{ animated_step_top }} |
81 |
| - </bolt-animate> |
82 |
| - |
83 |
| - <bolt-animate slot="bottom" in="fade-in-slide-up" in-order="2" out-order="1" out="fade-out-slide-down"> |
84 |
| - <bolt-text> |
85 |
| - Customer issue is resolved quickly, resulting in higher customer satisfaction and lower <b>average handle time (AHT)</b> for the business. |
86 |
| - </bolt-text> |
87 |
| - </bolt-animate> |
88 |
| - </bolt-interactive-step> |
89 |
| - |
90 |
| - <bolt-interactive-step |
91 |
| - step="6" |
92 |
| - slot="steps" |
93 |
| - > |
94 |
| - <span slot="title">What's next?</span> |
95 |
| - |
96 |
| - <bolt-animate slot="bottom" in="fade-in-slide-up" in-order="2" out-order="1" out="fade-out-slide-down"> |
97 |
| - <details> |
98 |
| - <summary>A details tag</summary> |
99 |
| - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda atque, aut autem cumque deserunt doloribus eveniet expedita facere facilis hic inventore iste, magni neque pariatur, praesentium reiciendis rerum tempora vitae?</p> |
100 |
| - </details> |
101 |
| - <hr> |
102 |
| - <div> |
103 |
| - Lorem ipsum dolor sit amet, consectetur adipisicing elit. |
104 |
| - Accusamus blanditiis consectetur culpa cum, doloremque doloribus |
105 |
| - ea error ipsa itaque modi nisi non odit officia quod reiciendis |
106 |
| - rem reprehenderit tempora tempore? |
107 |
| - </div> |
108 |
| - <hr> |
109 |
| - <h2>Transform your customer experience</h2> |
110 |
| - See how Pega can transform your customer experiences with next-generation software applications and solutions. |
111 |
| - </bolt-animate> |
112 |
| - </bolt-interactive-step> |
| 22 | + {% include "./billing-micro-journey-fragments/_step-six.twig" %} |
113 | 23 |
|
114 | 24 | </bolt-interactive-pathway>
|
115 | 25 | {% endset %}
|
|
124 | 34 | </bolt-interactive-pathways>
|
125 | 35 | {% endset %}
|
126 | 36 |
|
127 |
| - |
128 | 37 | {% include '@bolt-components-editor/editor-in-pl.twig' with {
|
129 | 38 | content: pathways,
|
130 | 39 | } only %}
|
0 commit comments