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>
|
<span className="font-secondary text-red-600">Avsever</span>
|
||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
<Typography variant="small" className="text-muted-foreground">
|
<Typography variant="small" className="text-sm leading-relaxed text-muted-foreground sm:text-[15px]">
|
||||||
{t("role")}
|
{t.rich("role", {
|
||||||
|
strong: (chunks) => (
|
||||||
|
<strong className="font-semibold text-foreground">{chunks}</strong>
|
||||||
|
),
|
||||||
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
"resume": "Resume"
|
"resume": "Resume"
|
||||||
},
|
},
|
||||||
"Home": {
|
"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": {
|
"sections": {
|
||||||
"recentPosts": "Recent Posts",
|
"recentPosts": "Recent Posts",
|
||||||
"references": "References",
|
"references": "References",
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
"resume": "Özgeçmiş"
|
"resume": "Özgeçmiş"
|
||||||
},
|
},
|
||||||
"Home": {
|
"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": {
|
"sections": {
|
||||||
"recentPosts": "Son Yazılar",
|
"recentPosts": "Son Yazılar",
|
||||||
"references": "Referanslar",
|
"references": "Referanslar",
|
||||||
|
|||||||
Reference in New Issue
Block a user