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

delete overheaded header and footer from main page
This commit is contained in:
2025-11-15 07:45:37 +05:00
parent 08723182ca
commit 22ecb2d8f4
@@ -1,6 +1,5 @@
<template> <template>
<div class="page-wrapper"> <div class="page-wrapper">
<Header />
<!-- Обновленная Hero Section --> <!-- Обновленная Hero Section -->
<section class="hero-section"> <section class="hero-section">
@@ -65,13 +64,10 @@
</div> </div>
</section> </section>
<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'