Changes
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
</Head>
|
||||
<MainPageNavBar :sections="$page.props.navigation" :slider-ref="sliderRef" />
|
||||
<ClientMainSlider @slider-mounted="setSliderRef" :slidersCarousel="sliders" />
|
||||
<section class="max-w-screen-xl w-full mx-auto px-4 py-3 pb-10">
|
||||
<PageResourceList resource-id="glavnaia-stranica-resurs" />
|
||||
<section class="max-w-screen-xl w-full mx-auto px-4 py-3 pb-10">
|
||||
<h2 class="text-brand-primary my-6 md:mb-[50px] md:mt-[80px] text-2xl font-semibold tracking-tight text-black lg:text-[32px] lg:leading-tight">Последние новости</h2>
|
||||
<div class="grid gap-10 pb-10 md:grid-cols-2 lg:gap-10 xl:grid-cols-3">
|
||||
<template v-for="post in posts.data" :key="post.id">
|
||||
@@ -171,15 +172,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
<PageResourceList resource-id="glavnaia-stranica-resurs" />
|
||||
|
||||
<!-- End Card Blog -->
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="bg-[#F5F5F5] w-full py-10">
|
||||
<section class="bg-[#F5F5F5] w-full py-10">
|
||||
<div class="max-w-screen-xl md:flex justify-around w-full mx-auto px-4 py-[50px] flex-wrap">
|
||||
<div class="mb-[50px] space-y-3">
|
||||
<h2 class="font-semibold text-[#1A5AAF] text-lg">Контакты</h2>
|
||||
@@ -231,8 +227,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<ClientFooterDown />
|
||||
<ClientFooterDown />
|
||||
|
||||
|
||||
|
||||
@@ -245,7 +240,6 @@ import ClientMainSliderSecond from "@/Components/ClientMainSliderSecond.vue";
|
||||
import ClientFooterDown from "@/Components/ClientFooterDown.vue";
|
||||
import MainPageNavBar from "@/Navbars/MainPageNavbar.vue";
|
||||
import ClientPost from "@/Components/ClientPost.vue";
|
||||
import { ref } from 'vue';
|
||||
import LevelEducational from "../Enum/LevelEducational.js";
|
||||
import BaseMetaHead from "@/Components/BaseComponents/BaseMetaHead.vue";
|
||||
import PageResourceList from "@/Components/BuilderUi/Pages/Blocks/PageResourceList.vue";
|
||||
|
||||
Reference in New Issue
Block a user