Skip to content

Commit bccdd08

Browse files
committed
fix: add missing PL demo file
1 parent 4905840 commit bccdd08

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<bolt-interactive-pathways>
2+
<p slot="interactive-pathways-lead-text">How Pega technology resolves</p>
3+
<bolt-interactive-pathway pathway-title="Billing Inquires">
4+
<bolt-interactive-step tab-title="Proactive service">
5+
{% include "./billing-micro-journey-fragments/_step-one.twig" %}
6+
</bolt-interactive-step>
7+
8+
<bolt-interactive-step tab-title="Customer-facing insights">
9+
{% include "./billing-micro-journey-fragments/_step-two.twig" %}
10+
</bolt-interactive-step>
11+
12+
<bolt-interactive-step tab-title="Smart offers">
13+
{% include "./billing-micro-journey-fragments/_step-three.twig" %}
14+
</bolt-interactive-step>
15+
16+
<bolt-interactive-step tab-title="Empowered agents">
17+
{% include "./billing-micro-journey-fragments/_step-four.twig" %}
18+
</bolt-interactive-step>
19+
20+
<bolt-interactive-step tab-title="Fewer calls">
21+
{% include "./billing-micro-journey-fragments/_step-five.twig" %}
22+
</bolt-interactive-step>
23+
24+
<bolt-interactive-step tab-title="What's next?">
25+
{% include "./billing-micro-journey-fragments/_step-six.twig" %}
26+
</bolt-interactive-step>
27+
</bolt-interactive-pathway>
28+
29+
<bolt-interactive-pathway pathway-title="Another Story">
30+
<bolt-interactive-step tab-title="Empowered agents">
31+
{% include "./billing-micro-journey-fragments/_step-four.twig" %}
32+
</bolt-interactive-step>
33+
34+
<bolt-interactive-step tab-title="Fewer calls">
35+
{% include "./billing-micro-journey-fragments/_step-five.twig" %}
36+
</bolt-interactive-step>
37+
38+
<bolt-interactive-step tab-title="Proactive service">
39+
{% include "./billing-micro-journey-fragments/_step-one.twig" %}
40+
</bolt-interactive-step>
41+
42+
<bolt-interactive-step tab-title="Customer-facing insights">
43+
{% include "./billing-micro-journey-fragments/_step-two.twig" %}
44+
</bolt-interactive-step>
45+
46+
<bolt-interactive-step tab-title="Smart offers">
47+
{% include "./billing-micro-journey-fragments/_step-three.twig" %}
48+
</bolt-interactive-step>
49+
50+
<bolt-interactive-step tab-title="What's next?">
51+
{% include "./billing-micro-journey-fragments/_step-six.twig" %}
52+
</bolt-interactive-step>
53+
</bolt-interactive-pathway>
54+
55+
</bolt-interactive-pathways>

0 commit comments

Comments
 (0)