This commit is contained in:
webfussel 2024-05-29 08:08:49 +02:00
parent 7252e464bb
commit b23306b9d3
10 changed files with 73 additions and 84 deletions

View file

@ -1,12 +1,8 @@
<template>
<div>
<Header />
<Intro />
<Skills />
<Customers />
<Services />
<Footer />
</div>
</template>
<script setup></script>

View file

@ -1,6 +1,5 @@
<template>
<div>
<Header :main-page="true" />
<section class="Imp flex-col default-gap content full">
<div>
<h3>Angaben gem&auml;&szlig; &sect; 5 TMG</h3>
@ -57,6 +56,5 @@
<p>Quelle: <a href="https://www.e-recht24.de">e-recht24.de</a></p>
</section>
<Footer :main-page="true" />
</div>
</template>