diff --git a/frontend/components/home/Preview.vue b/frontend/components/home/Preview.vue index 4ebee14..3af9626 100644 --- a/frontend/components/home/Preview.vue +++ b/frontend/components/home/Preview.vue @@ -75,9 +75,9 @@ watch(
- مقایسه محصولات + + مقایسه محصولات + تفاوت محصلات ما را ببینید @@ -92,8 +92,8 @@ watch( :src="homeData!.difreance_section.image1" :class=" showHeymlzAnimation - ? 'brightness-35' - : 'brightness-[95%]' + ? 'brightness-50 blur-md' + : 'brightness-[95%] blur-[0px]' " class="select-none absolute size-full object-cover transition-[filter] duration-250" :alt="homeData!.difreance_section.title1" @@ -119,8 +119,8 @@ watch( :src="homeData!.difreance_section.image2" :class=" showHeymlzAnimation - ? 'brightness-35' - : 'brightness-[95%]' + ? 'brightness-50 blur-md' + : 'brightness-[95%] blur-[0px]' " class="overlay-image select-none absolute object-cover size-full transition-[filter] duration-250" :alt="homeData!.difreance_section.title2" @@ -136,15 +136,17 @@ watch( /> - + + +