Skip to content

Commit 17db839

Browse files
committed
Update index.html
1 parent ec89d5f commit 17db839

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616
<nav class="navbar">
17-
<div class="logo">PyClicker</div>
17+
<div class="logo" onclick="window.location.href = '#'" onmouseover="this.style.cursor = 'pointer'">PyClicker</div>
1818
<ul class="nav-links">
1919
<li><a href="#features">Features</a></li>
2020
<li><a href="#how-it-works">How It Works</a></li>
@@ -99,8 +99,8 @@ <h3>Edit & Customize</h3>
9999
<div class="step-arrow"></div>
100100
<div class="step">
101101
<div class="step-number">3</div>
102-
<h3>Assign & Execute</h3>
103-
<p>Assign a hotkey to your macro and execute it anytime, in any application, with a single keystroke.</p>
102+
<h3>Enable & Execute</h3>
103+
<p>Assign a data and time to your macro and execute it daily or on demand.</p>
104104
</div>
105105
</div>
106106
</section>
@@ -155,7 +155,7 @@ <h2>Choose Your Plan</h2>
155155
<div class="pricing-grid">
156156
<div class="pricing-card">
157157
<h3>Free</h3>
158-
<div class="price">$0</div>
158+
<div class="price">0€</div>
159159
<ul>
160160
<li>✓ Multiplatform python version</li>
161161
<li>✓ Basic Macro Recording</li>
@@ -172,7 +172,7 @@ <h3>Free</h3>
172172

173173
<div class="pricing-card recommended">
174174
<h3>Pro Lifetime</h3>
175-
<div class="price">$1,99</div>
175+
<div class="price">1,99</div>
176176
<ul>
177177
<li>✓ Windows C# version</li>
178178
<li>✓ Basic Macro Recording</li>
@@ -218,7 +218,7 @@ <h2>Complete Your Purchase</h2>
218218

219219
<section id="contact" class="contact">
220220
<h2>Contact Us</h2>
221-
<p>Have questions or feedback? Reach out to us. We'd love to hear from you!</p>
221+
<p>Have questions or feedback? Reach out to us.</p>
222222
<a href="https://mail.google.com/mail/?view=cm&to=pyclickermanager.material438@slmails.com" target="_blank"
223223
class="btn btn-primary">Email Us</a>
224224
</section>

0 commit comments

Comments
 (0)