implemented step 09 by Gemini

- added 3. step of wizard with smart questions
This commit is contained in:
2026-06-14 07:41:52 +02:00
parent aeeaddd3bc
commit 991ff9de00
5 changed files with 232 additions and 4 deletions

View File

@ -106,10 +106,27 @@
<!-- Step 3: Služby a smart otázky -->
<div class="step" data-step="3">
<h2>Služby</h2>
<p class="step-description">Čo presne ponúkate vašim zákazníkom?</p>
<div class="form-placeholder">
<p>Obsah pre krok 3...</p>
<h2>Služby a doplňujúce otázky</h2>
<p class="step-description">Čo presne ponúkate vašim zákazníkom? AI na základe týchto dát pripraví texty.</p>
<div class="form-section">
<h3>Vaše hlavné služby</h3>
<div id="services-list">
<!-- Service items will be added here -->
</div>
<button id="btn-add-service" class="btn-secondary" style="margin-top: 1rem;">+ Pridať službu</button>
<div class="form-group" style="margin-top: 2rem;">
<label for="pricing-note">Poznámka k cenám (voliteľné)</label>
<input type="text" id="pricing-note" placeholder="Napr. Ceny sú orientačné, Konečná cena po obhliadke...">
</div>
</div>
<div id="smart-questions-container" class="form-section">
<h3>Doplňujúce informácie</h3>
<div id="smart-questions-list">
<!-- Smart questions will be injected here -->
</div>
</div>
</div>