From 2a621cf2babce729bf894b003195cb6cd599a75b Mon Sep 17 00:00:00 2001 From: Poyraz <78071274+poyrazavsever@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:35:43 +0300 Subject: [PATCH] feat: enhance HomeHero role description with detailed personal and professional information --- components/home-hero.tsx | 8 ++++++-- messages/en.json | 2 +- messages/tr.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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",