feat: enhance HomeHero role description with detailed personal and professional information

This commit is contained in:
Poyraz
2026-06-30 11:35:43 +03:00
parent d925e02b83
commit 2a621cf2ba
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -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>