First performers for 2026

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 23:16:03 +03:00
parent 54daf7d750
commit 14a90248c8
8 changed files with 60 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ const Performers = () => {
<div className={styles.performerContainer} key={p.id}>
<img
className={styles.performerImage}
src={'/performers/2025/' + p.id + '.jpg'}
src={'/performers/2026/' + p.id + '.jpg'}
width={100}
height={100}
loading="lazy"