ADD: FreeInfo component

for better handling
This commit is contained in:
webfussel 2025-05-28 10:14:20 +02:00
parent d24115c865
commit aef697534c
3 changed files with 14 additions and 5 deletions

View file

@ -6,6 +6,8 @@
<p class="margin-top">Bei dir fällt ständig was an oder du hast ein langlaufendes Projekt, bei dem du immer wieder mal Unterstützung brauchst? Kein Ding.
Hier gibt's die <span class="highlight">Entwickler-Flat</span> für planbare Kosten und On-Demand-Entwicklung. Aus Transparenzgründen sei aber gesagt, dass sich <span class="highlight">*alle Preise zzgl. 19 % Umsatzsteuer</span>. verstehen.</p>
<FreeInfo />
<div class="Pricing margin-top">
<article v-for="(service, index) in flatrate" :class=" { 'z-2' : index === 1, 'z-1' : index !== 1 }">
<header>
@ -47,6 +49,8 @@
</template>
<script setup lang="ts">
import FreeInfo from './FreeInfo.vue'
type Service = {
title: string
smallClaim: string