diff --git a/app/layout.tsx b/app/layout.tsx
index 58c86b2..8bf8a21 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -8,9 +8,9 @@ import { AnnouncementBar } from "poyraz-ui/organisms";
export const metadata: Metadata = {
title:
- "Poyraz Avsever - Portfolio - Freelancer - Fullstack Developer - Web Developer",
+ "Poyraz Avsever | Portfolyo | Freelancer | Full-stack Geliştirici | Web Geliştirici",
description:
- "Poyraz Avsever's personal portfolio website showcasing projects, skills, and services as a freelancer and fullstack web developer. A young person passionate about coding and technology.",
+ "Poyraz Avsever'in projelerini, yetkinliklerini ve hizmetlerini sergilediği kişisel portfolyo sitesi. Yazılıma ve teknolojiye tutkuyla bağlı genç bir geliştirici.",
icons: {
icon: "/favicon.ico",
},
@@ -47,7 +47,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
-
+
@@ -62,11 +62,11 @@ export default function RootLayout({
rel="noreferrer"
className="text-xs font-bold underline"
>
- Learn More ->
+ İncele ->
}
>
- New components added this week!
+ Bu hafta yeni bileşenler eklendi!
{children}
diff --git a/components/about-content.tsx b/components/about-content.tsx
index 8e948bd..1594072 100644
--- a/components/about-content.tsx
+++ b/components/about-content.tsx
@@ -10,7 +10,7 @@ import { EDUCATION } from "@/data/education";
import { EXPERIENCE } from "@/data/experience";
const ABOUT_TEXT =
- "Since I was introduced to software in middle school, I've been trying to learn and improve continuously. During high school, my enthusiasm for learning grew and I had the opportunity to explore various technologies in web development. Towards the end of high school, I stepped into the mobile world. Currently, I'm actively creating, developing, and most importantly, still learning.";
+ "Ortaokulda yazılımla tanıştığımdan beri sürekli öğrenmeye ve kendimi geliştirmeye çalışıyorum. Lise yıllarında öğrenme hevesim daha da arttı ve web geliştirme tarafında farklı teknolojileri keşfetme fırsatı buldum. Lisenin sonlarına doğru mobil dünyasına da adım attım. Şu an aktif olarak üretiyor, geliştiriyor ve en önemlisi hâlâ öğrenmeye devam ediyorum.";
const CERTIFICATE_PREVIEW = certificates.slice(0, 4);
@@ -49,7 +49,7 @@ export function AboutContent() {