add: general structure for landingpage design

This commit is contained in:
Robert Janus 2025-05-15 14:12:40 +02:00
parent e591c276f5
commit dd707bbf62
8 changed files with 85 additions and 10 deletions

14
app/app.vue Executable file → Normal file
View file

@ -1,11 +1,5 @@
<template>
<div class="page-wrapper">
<PpHeader />
<div class="page">
<NuxtPage />
</div>
<PpFooter />
</div>
</template>
<script setup lang="ts">
</script>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>