This commit is contained in:
Mamalizz-dev
2026-05-11 23:17:22 +03:30
7 changed files with 14 additions and 4 deletions
+1
View File
@@ -59,6 +59,7 @@ if (productResponse.isError) {
<ProductsSlider
title="محصولات مشابه"
:products="product!.related_products"
iconImage="/img/simulare-products-section.gif"
/>
<ProductComments />
<ChatButton :showChatButton="showChatButton" />
+7 -2
View File
@@ -1,5 +1,4 @@
<script setup lang="ts">
// import
import { useAppParams } from "~/composables/global/useAppParams";
@@ -48,7 +47,13 @@ useSeoMeta({
<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="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 class="w-full flex items-center justify-between lg:justify-end gap-4">