bug fix + add enamad
This commit is contained in:
@@ -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
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user