fix: FAQ in NuxtContent

FAQ converted to NuxtContent
This commit is contained in:
webfussel 2025-06-10 20:03:42 +02:00
parent 8668b96eff
commit 48efe0f75b
14 changed files with 151 additions and 96 deletions

View file

@ -9,7 +9,7 @@
</div>
<Card title="Technologien" titleTag="h3" class="margin-top tech-list">
<p>Neben den klassischen Webentwicklungsstandards JavaScript, HTML und CSS biete ich außerdem folgende Technologien.</p>
<ul class="gap-default margin-top-small">
<ul class="row gap-default margin-top-small">
<li v-for="tech in technologies">
<Technology v-bind="tech" size="l"/>
</li>