add: general structure for landingpage design
This commit is contained in:
parent
e591c276f5
commit
dd707bbf62
8 changed files with 85 additions and 10 deletions
10
app/layouts/landingpage.vue
Normal file
10
app/layouts/landingpage.vue
Normal file
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<div class="page-wrapper">
|
||||
<div class="page">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<PpFooter />
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue