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>
|
<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'
|
||||||
|
|||||||
Reference in New Issue
Block a user