feat(home/oyez): link the Oyez! banner to oyez.ariege.io

Wrap the banner image in an external link to oyez.ariege.io (new tab),
with a subtle hover fade.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-06-15 21:18:33 +02:00
commit af5fa14170

View file

@ -208,11 +208,18 @@ const featuredEvents = [
<p class="font-display text-xs uppercase tracking-[0.3em] text-accent"> <p class="font-display text-xs uppercase tracking-[0.3em] text-accent">
{{ t('home.oyez.kicker') }} {{ t('home.oyez.kicker') }}
</p> </p>
<a
href="https://oyez.ariege.io"
target="_blank"
rel="noopener"
class="mt-4 block transition hover:opacity-90"
>
<img <img
:src="oyezBanner" :src="oyezBanner"
:alt="t('home.oyez.title')" :alt="t('home.oyez.title')"
class="mx-auto mt-4 w-5/6 max-w-md md:w-full" class="mx-auto w-5/6 max-w-md md:w-full"
/> />
</a>
<p class="mt-6 text-xs uppercase tracking-[0.2em] text-foreground/80"> <p class="mt-6 text-xs uppercase tracking-[0.2em] text-foreground/80">
{{ t('home.oyez.subtitle') }} {{ t('home.oyez.subtitle') }}
</p> </p>