feat: add team member modal with descriptions

Click on a team card to see a popup with larger photo, Instagram link,
and personal description. All 13 team members now have descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 22:20:29 +03:00
parent dcb31415bc
commit 86a04bb8c0
5 changed files with 178 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ export interface TeamMember {
role: string;
image: string;
instagram?: string;
description?: string;
}
export interface ContactInfo {