Fix simular products icon and list icon

This commit is contained in:
marzban-dev
2026-05-11 22:04:43 +03:30
parent 9041366720
commit d848cfb8c4
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ if (productResponse.isError ) {
<ProductsSlider <ProductsSlider
title="محصولات مشابه" title="محصولات مشابه"
:products="product!.related_products" :products="product!.related_products"
iconImage="/img/simulare-products-section.gif"
/> />
<ChatButton :showChatButton="showChatButton" /> <ChatButton :showChatButton="showChatButton" />
</div> </div>
+6 -1
View File
@@ -1,5 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
// import // import
import { useAppParams } from "~/composables/global/useAppParams"; import { useAppParams } from "~/composables/global/useAppParams";
@@ -48,8 +47,14 @@ useSeoMeta({
<div class="w-full container flex flex-col"> <div class="w-full container flex flex-col">
<div class="w-full flex flex-col lg:flex-row justify-end items-end py-[3.5rem] lg:py-[5rem] gap-10 lg:gap-5"> <div class="w-full flex flex-col lg:flex-row justify-end items-end py-[3.5rem] lg:py-[5rem] gap-10 lg:gap-5">
<div class="flex flex-col items-center lg:items-start gap-[1rem] lg:gap-[1.5rem] text-black w-full"> <div class="flex flex-col items-center lg:items-start gap-[1rem] lg:gap-[1.5rem] text-black w-full">
<div class="flex gap-2 items-center">
<NuxtImg
src="/img/poducts-list-section.gif"
class="size-10 sm:size-14"
/>
<h1 class="typo-h-5 lg:typo-h-4">لیست محصولات</h1> <h1 class="typo-h-5 lg:typo-h-4">لیست محصولات</h1>
</div> </div>
</div>
<div class="w-full flex items-center justify-between lg:justify-end gap-4"> <div class="w-full flex items-center justify-between lg:justify-end gap-4">
<Input <Input
Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB