feat: add class modal with descriptions, photos and remove email from contacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 22:41:58 +03:00
parent 86a04bb8c0
commit 1f6e314af6
17 changed files with 229 additions and 12 deletions

View File

@@ -2,6 +2,8 @@ export interface ClassItem {
name: string;
description: string;
icon: string;
detailedDescription?: string;
images?: string[];
}
export interface TeamMember {
@@ -16,7 +18,6 @@ export interface ContactInfo {
title: string;
addresses: string[];
phone: string;
email: string;
instagram: string;
mapEmbedUrl: string;
workingHours: string;