copy: Seitenüberschriften durch UX-orientierte Sätze ersetzt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 17:06:36 +02:00
parent f70d02d11d
commit 796a568ab3

View File

@@ -29,7 +29,7 @@
<main> <main>
<section id="tab-picker" class="tab-content active"> <section id="tab-picker" class="tab-content active">
<h2>Farbe aus Bild</h2> <h2>Welche Farbe ist das? Bild hochladen und draufklicken.</h2>
<div id="picker-dropzone"> <div id="picker-dropzone">
<p>Bild hierher ziehen, einfügen (Strg+V) oder</p> <p>Bild hierher ziehen, einfügen (Strg+V) oder</p>
<button class="action-btn" id="picker-file-trigger">Datei wählen</button> <button class="action-btn" id="picker-file-trigger">Datei wählen</button>
@@ -59,7 +59,7 @@
</div> </div>
</section> </section>
<section id="tab-eingabe" class="tab-content"> <section id="tab-eingabe" class="tab-content">
<h2>Farbe eingeben</h2> <h2>Farbcode eingeben und alle Formate auf einmal sehen.</h2>
<div id="eingabe-preview" class="color-preview" style="background:#3a8fc1"></div> <div id="eingabe-preview" class="color-preview" style="background:#3a8fc1"></div>
<div class="color-codes"> <div class="color-codes">
<div class="color-code-group"> <div class="color-code-group">
@@ -81,13 +81,13 @@
</div> </div>
</section> </section>
<section id="tab-harmonien" class="tab-content"> <section id="tab-harmonien" class="tab-content">
<h2>Farbharmonien</h2> <h2>Welche Farben passen dazu? Harmonien auf einen Blick.</h2>
<p class="subtitle">Ausgangsfarbe: <span id="harmonien-base-hex">#3a8fc1</span></p> <p class="subtitle">Ausgangsfarbe: <span id="harmonien-base-hex">#3a8fc1</span></p>
<div id="harmonien-base-preview" class="color-preview" style="height:50px"></div> <div id="harmonien-base-preview" class="color-preview" style="height:50px"></div>
<div id="harmonien-grid" style="display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem"></div> <div id="harmonien-grid" style="display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem"></div>
</section> </section>
<section id="tab-sammlung" class="tab-content"> <section id="tab-sammlung" class="tab-content">
<h2>Sammlung</h2> <h2>Deine gespeicherten Farben, Verläufe und Schemata.</h2>
<div class="btn-row" style="margin-bottom:1.5rem"> <div class="btn-row" style="margin-bottom:1.5rem">
<button class="action-btn" id="sammlung-export-btn">Exportieren</button> <button class="action-btn" id="sammlung-export-btn">Exportieren</button>