feat: add enemad to footer
This commit is contained in:
+32
-11
@@ -114,17 +114,38 @@ function Footer() {
|
||||
</p>
|
||||
</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 className="flex flex-col md:flex-row items-center gap-6">
|
||||
{/* Enamad Badge */}
|
||||
<div className="mt-4 md:mt-0">
|
||||
<a
|
||||
referrerPolicy='origin'
|
||||
target='_blank'
|
||||
href='https://trustseal.enamad.ir/?id=684477&Code=O0VD9spjoV48pvyakFsJgoY361OXvszk'
|
||||
className="inline-block"
|
||||
>
|
||||
<img
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user