From 912830337d81a12a37aeda61b1cc6ff637652925 Mon Sep 17 00:00:00 2001
From: Poyraz <78071274+poyrazavsever@users.noreply.github.com>
Date: Tue, 30 Jun 2026 11:46:45 +0300
Subject: [PATCH] feat: update HomeHero role description for clarity and
conciseness in English and Turkish
---
components/home-hero.tsx | 2 +-
messages/en.json | 2 +-
messages/tr.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/home-hero.tsx b/components/home-hero.tsx
index bc21ba5..422ba37 100644
--- a/components/home-hero.tsx
+++ b/components/home-hero.tsx
@@ -63,7 +63,7 @@ export function HomeHero({ news }: HomeHeroProps) {
Avsever
-
+
{t.rich("role", {
strong: (chunks) => (
{chunks}
diff --git a/messages/en.json b/messages/en.json
index a177f2f..13ed93d 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -14,7 +14,7 @@
"resume": "Resume"
},
"Home": {
- "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.",
+ "role": "I build full-stack products and turn ideas into working experiences with AI agents and RAG systems. I explain technology, design, and software through clear, practical content.",
"sections": {
"recentPosts": "Recent Posts",
"references": "References",
diff --git a/messages/tr.json b/messages/tr.json
index 5cc562f..73d6f6a 100644
--- a/messages/tr.json
+++ b/messages/tr.json
@@ -14,7 +14,7 @@
"resume": "Özgeçmiş"
},
"Home": {
- "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.",
+ "role": "Full-stack ürünler geliştiriyor, AI agent ve RAG sistemleriyle fikirleri çalışan deneyimlere dönüştürüyorum. Teknoloji, tasarım ve yazılımı sade ve uygulanabilir içeriklerle anlatıyorum.",
"sections": {
"recentPosts": "Son Yazılar",
"references": "Referanslar",