modified: main_dc/yalarba/easySite/easySite/app/pages/index.vue
delete overheaded header and footer from main page
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user