Add CTA button to Plantlix.de in scanner results
This commit is contained in:
@@ -77,6 +77,13 @@
|
|||||||
<p class="text-sm font-bold text-emerald-400">Artenreiche Magerwiese</p>
|
<p class="text-sm font-bold text-emerald-400">Artenreiche Magerwiese</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Call to Action Button -->
|
||||||
|
<div x-show="scanned" class="mt-8 text-center" x-transition:enter="transition ease-out duration-500 delay-200" x-transition:enter-start="opacity-0 translate-y-2" x-transition:enter-end="opacity-100 translate-y-0">
|
||||||
|
<a href="https://plantlix.de" target="_blank" class="inline-flex items-center gap-2 px-6 py-3 bg-stone-800 hover:bg-emerald-800 text-white font-semibold rounded-lg text-xs uppercase tracking-widest transition-all border border-stone-700 hover:border-emerald-600">
|
||||||
|
Echte Analyse auf Plantlix.de starten <i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Flowchart -->
|
<!-- Flowchart -->
|
||||||
|
|||||||
Reference in New Issue
Block a user