sms entegrasyonu ve ana sayfa işlemleri

This commit is contained in:
2026-01-26 00:19:09 +03:00
parent 1e1baa84ff
commit 5c34df0f09
19 changed files with 1018 additions and 17 deletions

View File

@@ -21,6 +21,8 @@ const SECTIONS = [
{ id: 'general', label: 'Genel Ayarlar' },
{ id: 'home', label: 'Anasayfa' },
{ id: 'contact', label: 'İletişim' },
{ id: 'seo', label: 'SEO Ayarları' },
{ id: 'scripts', label: 'Script & Analitik' },
]
export function ContentForm({ initialContent }: ContentFormProps) {