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>
<div class="page-wrapper">
<Header />
<!-- Обновленная Hero Section -->
<section class="hero-section">
@@ -65,13 +64,10 @@
</div>
</section>
<Footer />
</div>
</template>
<script setup lang="ts">
import Header from '~/components/layout/Header.vue'
import Footer from '~/components/layout/Footer.vue'
definePageMeta({
title: 'EasySite'