Gri Diyet
Fiyatlandırma Planlarımız
İhtiyacınıza uygun pakedi seçin
Fiyatlandırma bilgileri yükleniyor...
' + escapeHtml(plan.name) + '
'; // Price - Yıllık ise aylık olarak göster if (price > 0) { if (billingPeriod === 'yearly') { // Yıllık paket: Aylık fiyat göster (yıllık / 12) const monthlyPrice = Math.round(price / 12); html += 'Ücretsiz
'; html += '' + escapeHtml(translatePeriod(billingPeriod)) + '
'; } // Description - Fiyat altında göster if (plan.description) { html += '' + escapeHtml(plan.description) + '
'; } // Button html += ''; // Mobile Features html += '' + escapeHtml(category?.name || 'Fiyatlandırma Planları') + '
'; if (category?.description) { html += '' + escapeHtml(category.description) + '
'; } html += '

