diff --git a/components/home-hero.tsx b/components/home-hero.tsx index f72b05b..bc21ba5 100644 --- a/components/home-hero.tsx +++ b/components/home-hero.tsx @@ -63,8 +63,12 @@ export function HomeHero({ news }: HomeHeroProps) { Avsever - - {t("role")} + + {t.rich("role", { + strong: (chunks) => ( + {chunks} + ), + })} diff --git a/messages/en.json b/messages/en.json index b6275fc..a177f2f 100644 --- a/messages/en.json +++ b/messages/en.json @@ -14,7 +14,7 @@ "resume": "Resume" }, "Home": { - "role": "A young mind curious about technology. Following developments in software development, AI, and the tech world.", + "role": "I am a 20-year-old software engineering student building full-stack products while exploring AI agents and RAG systems. I explain technology, design, and software through long-form videos and shorts for 6,000+ Instagram followers and 7,500+ YouTube subscribers.", "sections": { "recentPosts": "Recent Posts", "references": "References", diff --git a/messages/tr.json b/messages/tr.json index 966d188..5cc562f 100644 --- a/messages/tr.json +++ b/messages/tr.json @@ -14,7 +14,7 @@ "resume": "Özgeçmiş" }, "Home": { - "role": "Teknolojiyi merak eden bir genç. Yazılım geliştirme, yapay zeka ve teknoloji dünyasındaki gelişmeleri takip ediyor.", + "role": "20 yaşında bir yazılım mühendisliği öğrencisiyim; full-stack ürünler geliştiriyor, AI agent ve RAG sistemleri üzerine çalışıyorum. 6.000+ Instagram takipçisi ve 7.500+ YouTube abonesine teknoloji, tasarım ve yazılımı kısa ve uzun formatta anlatıyorum.", "sections": { "recentPosts": "Son Yazılar", "references": "Referanslar",