add hero-banner
All checks were successful
Deploy Application / deploy (push) Successful in 5s

This commit is contained in:
2025-06-13 00:31:27 +04:00
parent 943d201a84
commit 416c384f19
7 changed files with 26 additions and 7 deletions

View File

@ -4,11 +4,15 @@
>
<div
class="relative z-10 after:content-[''] after:absolute after:top-0 after:right-0 after:w-[820px] after:h-[535px] after:bg-[url(/src/assets/img/webp/gradient.webp)] after:bg-no-repeat after:bg-[right_top] after:bg-contain after:pointer-events-none"
>
<UiHeader />
<UiMain class="!min-h-[800px]" />
<UiFooter />
</div>
/>
<div
class="relative z-20 after:content-[''] after:absolute after:top-0 after:right-0 after:w-[820px] after:h-[535px] after:bg-[url(/src/assets/img/webp/group-flowers.webp)] after:bg-no-repeat after:bg-[right_top] after:bg-contain after:pointer-events-none"
/>
<UiHeader />
<UiMain class="!min-h-[800px] text-primary">
<slot />
</UiMain>
<UiFooter />
</div>
</template>