init
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
>
|
||||
<HeaderBlock />
|
||||
<div class="flex-1">
|
||||
<HeaderHero />
|
||||
<slot />
|
||||
</div>
|
||||
<!-- <footer-block /> -->
|
||||
@ -11,7 +12,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import HeaderBlock from "~/components/HeaderBlock.vue";
|
||||
import HeaderHero from "~/components/sections/main-page/HeaderHero.vue";
|
||||
|
||||
useHead({
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.png" }],
|
||||
|
Reference in New Issue
Block a user