modified: main_dc/yalarba/easySite/easySite/app/pages/contact/index.vue

fix bag with doubles header and footer easysite102.ru contacs page
This commit is contained in:
2026-02-11 19:57:27 +05:00
parent 94379af2c9
commit 66d52102ea
@@ -1,7 +1,5 @@
<template> <template>
<div class="page-wrapper"> <div class="page-wrapper">
<!-- Хедер -->
<Header />
<!-- Основной контент --> <!-- Основной контент -->
<main class="contacts-page"> <main class="contacts-page">
@@ -193,14 +191,10 @@
</section> </section>
</main> </main>
<!-- Футер -->
<Footer />
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import Header from '~/components/layout/Header.vue'
import Footer from '~/components/layout/Footer.vue'
definePageMeta({ definePageMeta({
title: 'Контакты - EasySite' title: 'Контакты - EasySite'