Add gradient to categories section

This commit is contained in:
marzban-dev
2025-02-04 23:40:59 +03:30
parent 5343d5c541
commit 232c0fb5ee
+9 -2
View File
@@ -29,13 +29,20 @@ const onSwiper = (swiper: SwiperClass) => {
</script>
<template>
<section class="flex flex-col justify-center gap-4 bg-black h-[150svh] mt-40">
<div class="w-full flex justify-center items-center">
<section class="flex flex-col justify-center gap-4 bg-black h-[150svh] mt-40 relative overflow-hidden">
<div class="w-full flex justify-center items-center relative z-10">
<span class="text-white typo-h-4">
دسته بندی ها
</span>
</div>
<img
src="/img/gradient-2.png"
class="animate-spin [animation-duration:16s] object-cover absolute size-full brightness-45 scale-115"
alt=""
/>
<div class="w-full my-20 relative">
<Swiper
:loop="true"