feat: add enemad to footer
This commit is contained in:
+32
-11
@@ -114,17 +114,38 @@ function Footer() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Additional Links */}
|
<div className="flex flex-col md:flex-row items-center gap-6">
|
||||||
<div className="flex gap-6 text-sm">
|
{/* Enamad Badge */}
|
||||||
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
<div className="mt-4 md:mt-0">
|
||||||
حریم خصوصی
|
<a
|
||||||
</a>
|
referrerPolicy='origin'
|
||||||
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
target='_blank'
|
||||||
شرایط استفاده
|
href='https://trustseal.enamad.ir/?id=684477&Code=O0VD9spjoV48pvyakFsJgoY361OXvszk'
|
||||||
</a>
|
className="inline-block"
|
||||||
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
>
|
||||||
پشتیبانی
|
<img
|
||||||
</a>
|
referrerPolicy='origin'
|
||||||
|
src='https://trustseal.enamad.ir/logo.aspx?id=684477&Code=O0VD9spjoV48pvyakFsJgoY361OXvszk'
|
||||||
|
alt='Enamad Trust Seal'
|
||||||
|
style={{cursor: 'pointer'}}
|
||||||
|
code='O0VD9spjoV48pvyakFsJgoY361OXvszk'
|
||||||
|
className="h-12 w-auto"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Additional Links */}
|
||||||
|
<div className="flex gap-6 text-sm">
|
||||||
|
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
||||||
|
حریم خصوصی
|
||||||
|
</a>
|
||||||
|
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
||||||
|
شرایط استفاده
|
||||||
|
</a>
|
||||||
|
<a href="#" className="text-gray-500 hover:text-primary-500 transition-colors">
|
||||||
|
پشتیبانی
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user