Fix simular products icon and list icon
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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,7 +47,13 @@ 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">
|
||||||
<h1 class="typo-h-5 lg:typo-h-4">لیست محصولات</h1>
|
<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>
|
||||||
|
</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">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 332 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 379 KiB |
Reference in New Issue
Block a user