add html-validator + fix html ceo code
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m31s

This commit is contained in:
2025-06-20 12:21:00 +04:00
parent cbabdf8ccb
commit 94d008ca7d
17 changed files with 318 additions and 123 deletions

View File

@ -1,12 +1,7 @@
<template>
<section>
<div class="relative z-50">
<img
src="/assets/img/webp/hero-banner-content.webp"
alt="Книги"
width="100%"
height="100%"
/>
<img src="/assets/img/webp/hero-banner-content.webp" alt="Книги" />
</div>
<div class="flex flex-row justify-between pl-16 pr-24">
<BuyContent />
@ -14,5 +9,5 @@
</section>
</template>
<script setup lang="ts">
import BuyContent from './_ui/buyContent.vue'
import BuyContent from "./_ui/buyContent.vue";
</script>