add paegs/icons/routing/stores

This commit is contained in:
2025-05-29 15:25:24 +02:00
parent 6eeff429e7
commit 837eea76a5
23 changed files with 2581 additions and 275 deletions

View File

@ -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>