Skip to content

Commit eeb932b

Browse files
feat: Add license activation tutorial section
This commit adds a new section to the website that provides a step-by-step tutorial on how to activate the pro license. This section is placed after the testimonials, as requested.
1 parent 0f93253 commit eeb932b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,29 @@ <h2>What Our Users Say</h2>
109109
</div>
110110
</section>
111111

112+
<section id="license-tutorial" class="how-it-works">
113+
<h2>How to Activate Your License</h2>
114+
<div class="steps-container">
115+
<div class="step">
116+
<div class="step-number">1</div>
117+
<h3>Purchase a Pro License</h3>
118+
<p>Choose the Pro plan and complete the payment. You will receive a license key in your email.</p>
119+
</div>
120+
<div class="step-arrow"></div>
121+
<div class="step">
122+
<div class="step-number">2</div>
123+
<h3>Open the Software</h3>
124+
<p>Launch PyClicker Pro and navigate to the 'Activation' or 'License' menu.</p>
125+
</div>
126+
<div class="step-arrow"></div>
127+
<div class="step">
128+
<div class="step-number">3</div>
129+
<h3>Enter Your Key</h3>
130+
<p>Copy and paste the license key from your email into the activation field and click 'Activate'.</p>
131+
</div>
132+
</div>
133+
</section>
134+
112135
<section id="pricing" class="pricing">
113136
<h2>Choose Your Plan</h2>
114137
<div class="pricing-grid">

0 commit comments

Comments
 (0)