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

delete overhead header and footer components from about page
easysite102.ru site
This commit is contained in:
2025-11-19 05:23:08 +05:00
parent e2409b58bd
commit 1817a3ba2e
@@ -1,6 +1,5 @@
<template> <template>
<div class="page-wrapper"> <div class="page-wrapper">
<Header />
<main class="about-page"> <main class="about-page">
<!-- Hero секция --> <!-- Hero секция -->
@@ -195,13 +194,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: 'О нас' title: 'О нас'