diff --git a/src/pages/agenda/index.astro b/src/pages/agenda/index.astro index e8e3da6..fc32b07 100644 --- a/src/pages/agenda/index.astro +++ b/src/pages/agenda/index.astro @@ -32,64 +32,120 @@ const now = new Date(); return (
- -
- - {dateObj.toLocaleString('fr-FR', { month: 'short' })} - - - {dateObj.getDate()} - - - {dateObj.getFullYear()} - -
- - -
-
- {isPast && Passé} + {/* Mobile */} +
+ {/* Date — info principale */} +
+ + {dateObj.toLocaleString('fr-FR', { month: 'short' })} + + + {dateObj.getDate()} + + + {dateObj.getFullYear()} +
-

{spectacle?.title}

-
- - {event.location} -
-
- - {event.bookingLink && ( - - )} + )} +
- - {spectacle?.affiche && ( - - {`Affiche - - )} + {/* Desktop: ligne horizontale */} +
); })}