mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-13 13:07:12 +00:00
feat: add audio compressor feature to website (Card 7, FAQ Q7/A7) across all 13 locales
This commit is contained in:
@@ -174,6 +174,11 @@
|
||||
"@type": "Question",
|
||||
"name": "{{FAQ_Q6}}",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "{{FAQ_A6}}" }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "{{FAQ_Q7}}",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "{{FAQ_A7}}" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -711,6 +716,17 @@
|
||||
</h3>
|
||||
<p>{{FEATURE_5_DESC}}</p>
|
||||
</div>
|
||||
|
||||
<!-- Card 7: Volume Leveling / Audio Compressor (Bento Standard) -->
|
||||
<div class="feature-card" data-reveal>
|
||||
<h3>
|
||||
<span class="feature-icon-svg">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="bento-icon"><path d="M11 5 6 9H2v6h4l5 4V5z"/><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"/></svg>
|
||||
</span>
|
||||
<span>{{FEATURE_7_TITLE}}</span>
|
||||
</h3>
|
||||
<p>{{FEATURE_7_DESC}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -1165,6 +1181,10 @@
|
||||
<summary><span>{{FAQ_Q6}}</span></summary>
|
||||
<p><span>{{FAQ_A6}}</span></p>
|
||||
</details>
|
||||
<details class="faq-item" data-reveal>
|
||||
<summary><span>{{FAQ_Q7}}</span></summary>
|
||||
<p><span>{{FAQ_A7}}</span></p>
|
||||
</details>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user