feat: add enemad to footer
This commit is contained in:
@@ -114,6 +114,26 @@ function Footer() {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
@@ -128,6 +148,7 @@ function Footer() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Floating CTA */}
|
||||
<div className="bg-gradient-to-r from-primary-500/5 to-primary-600/5 border-t border-primary-500/10">
|
||||
|
||||
Reference in New Issue
Block a user