TTikotok V4

This commit is contained in:
2026-07-10 11:29:04 +02:00
parent 1a9548cf25
commit 5c48def4e1
60 changed files with 6097 additions and 1319 deletions

View File

@@ -24,6 +24,11 @@ export default function Footer() {
GREENLENS
</Link>
<p className="footer-brand-desc">{t.footer.brand}</p>
<div style={{ display: 'flex', gap: '1rem', marginTop: '1.5rem', flexWrap: 'wrap' }}>
<a href="https://apps.apple.com/de/app/plant-doctor-greenlens-pro/id6759843546?l=en-GB" target="_blank" rel="noopener noreferrer" style={{ transition: 'opacity 0.2s' }} onMouseOver={(e) => e.currentTarget.style.opacity = '0.8'} onMouseOut={(e) => e.currentTarget.style.opacity = '1'}>
<img src="/app-store.png" alt="Download on the App Store" style={{ height: '40px', width: 'auto' }} />
</a>
</div>
</div>
{t.footer.cols.map((col, ci) => (