diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 1cff18f..fd3ab8c 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -8,22 +8,33 @@
-

@(fa ? "مهندس هوش مصنوعی، مشاور، معمار راهکار" : "AI Engineer, Consultant, Solution Architect")

+
+ @(fa ? "پذیرای پروژه‌های جدید" : "Available for new projects") +
-

+

@(fa ? "سروش اسعدی" : "Soroush Asadi")

-

- @(fa - ? "طراحی و استقرار سامانه‌های هوش مصنوعی در مقیاس سازمانی؛ از نخستین جلسه‌ی راهبرد تا استقرار در تولید." - : "I design and ship production-grade AI systems for the enterprise, from the first strategy session to live deployment.") +

+ @(fa ? "طراحی و استقرار " : "I build ")@(fa ? "هوش مصنوعی تولیدی" : "production-grade AI")@(fa ? " برای سازمان‌ها، از راهبرد تا استقرار در تولید." : " for the enterprise, from strategy to live deployment.")

-
- @(fa ? "رزرو جلسه" : "Book a call") +

@(fa ? "مهندس هوش مصنوعی، مشاور و معمار راهکار." : "AI Engineer, Consultant, and Solution Architect.")

+ + + +
+ + + +
@@ -53,16 +64,18 @@ ("google-stack","Google Stack Specialist","Vertex AI, GKE, and Gemini deployments with cost optimization and enterprise security patterns.",new[]{"Vertex AI","GKE","Gemini"}), }; } + @{ int si = 0; } @foreach (var (id, title, desc, tags) in services) { -
- +
+

@title

@desc

@foreach (var tag in tags) { @tag }
+ si++; } @@ -207,7 +220,7 @@ { var initial = char.ToUpperInvariant(pid[0]);