feat: enhance HomeHero role description with detailed personal and professional information
This commit is contained in:
@@ -63,8 +63,12 @@ export function HomeHero({ news }: HomeHeroProps) {
|
||||
<span className="font-secondary text-red-600">Avsever</span>
|
||||
</Typography>
|
||||
</div>
|
||||
<Typography variant="small" className="text-muted-foreground">
|
||||
{t("role")}
|
||||
<Typography variant="small" className="text-sm leading-relaxed text-muted-foreground sm:text-[15px]">
|
||||
{t.rich("role", {
|
||||
strong: (chunks) => (
|
||||
<strong className="font-semibold text-foreground">{chunks}</strong>
|
||||
),
|
||||
})}
|
||||
</Typography>
|
||||
</div>
|
||||
|
||||
|
||||
+1
-1
@@ -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 <strong>full-stack products</strong> while exploring <strong>AI agents and RAG systems</strong>. I explain <strong>technology, design, and software</strong> through long-form videos and shorts for 6,000+ Instagram followers and 7,500+ YouTube subscribers.",
|
||||
"sections": {
|
||||
"recentPosts": "Recent Posts",
|
||||
"references": "References",
|
||||
|
||||
+1
-1
@@ -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; <strong>full-stack ürünler</strong> geliştiriyor, <strong>AI agent ve RAG sistemleri</strong> üzerine çalışıyorum. 6.000+ Instagram takipçisi ve 7.500+ YouTube abonesine <strong>teknoloji, tasarım ve yazılımı</strong> kısa ve uzun formatta anlatıyorum.",
|
||||
"sections": {
|
||||
"recentPosts": "Son Yazılar",
|
||||
"references": "Referanslar",
|
||||
|
||||
Reference in New Issue
Block a user