Compare commits

...

2 Commits

Author SHA1 Message Date
Oliver 0614fa166d Merge: default pricing to Monthly (resolve conflict) 2026-06-10 15:52:37 -03:00
Oliver c2e31b5404 Pricing: default to Monthly instead of Yearly 2026-06-10 15:50:02 -03:00
2 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -359,8 +359,8 @@
<option value="hermes" selected>Hermes</option>
</select>
<select class="pricing-config-select" id="pricing-period">
<option value="monthly">Monthly</option>
<option value="yearly" selected>Yearly</option>
<option value="monthly" selected>Monthly</option>
<option value="yearly">Yearly</option>
</select>
<select class="pricing-config-select" id="pricing-location">
<option value="france">France</option>
+10 -13
View File
@@ -2624,19 +2624,16 @@
charges. Cancel anytime with monthly termination.
</p>
<!-- ── Config: agent, billing, location ── -->
<div class="pricing-config-box">
<span class="pricing-config-label"
>Configure and buy your agent</span
>
<select class="pricing-config-select" id="pricing-agent">
<option value="hermes" selected>Hermes</option>
</select>
<select class="pricing-config-select" id="pricing-period">
<option value="monthly">Monthly</option>
<option value="yearly" selected>Yearly</option>
</select>
<select class="pricing-config-select" id="pricing-location">
<!-- ── Config: agent, billing, location ── -->
<div class="pricing-config-box">
<span class="pricing-config-label">Configure and buy your agent</span>
<select class="pricing-config-select" id="pricing-agent">
<option value="hermes" selected>Hermes</option>
</select>
<select class="pricing-config-select" id="pricing-period">
<option value="monthly" selected>Monthly</option>
<option value="yearly">Yearly</option>
</select>
<option value="france">France</option>
</select>
<input