bug fix + add enamad

This commit is contained in:
hamid zarghami
2025-11-09 10:07:47 +03:30
parent 09ce505241
commit 1d5500b86f
2 changed files with 18 additions and 2 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ import {
} from "@/components/ui/carousel"
import ProductCard from '@/components/ProductCard'
import { useGetLanding } from '../hooks/useHomeData'
import { SHOP_CONFIG } from '@/config/const'
const NewestProducts: FC = () => {
@@ -20,7 +21,8 @@ const NewestProducts: FC = () => {
<div>
<h4 className='text-[#012B4D] text-lg'>جدیدترین محصولات </h4>
<div className='mt-2 flex gap-1 text-sm text-[#8C8C8C]'>
برای مشاهده ی جدیدترین محصولات <span className='text-primary'>اینجا کلیک کنید</span>
جدیدترین محصولات {SHOP_CONFIG.fullName}
{/* <span className='text-primary'>اینجا کلیک کنید</span> */}
</div>
<div className='mt-10'>
+15 -1
View File
@@ -54,7 +54,21 @@ const Footer: FC = () => {
</div>
<div className='mt-8 sm:mt-10 md:mt-14 flex justify-end'>
<div className='size-10 bg-amber-200'></div>
<a
href='https://trustseal.enamad.ir/?id=669311&Code=e8E4MaqVg7oc9r1JaXktwNRHv8Uk8mK9'
target='_blank'
rel='noopener noreferrer'
referrerPolicy='origin'
>
<Image
src='https://trustseal.enamad.ir/logo.aspx?id=669311&Code=e8E4MaqVg7oc9r1JaXktwNRHv8Uk8mK9'
alt='نماد اعتماد الکترونیکی'
width={96}
height={96}
className='max-h-20 w-auto object-contain'
referrerPolicy='origin'
/>
</a>
</div>
</div>
<div className='flex-1'>