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