diff --git a/app/globals.css b/app/globals.css index 4a15d17..a461c50 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,2 +1 @@ -@import "tailwindcss"; -@import "poyraz-ui/preset.css"; +@import "tailwindcss"; \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 4625ba4..4a24cab 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -3,8 +3,38 @@ import "./globals.css"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: + "Poyraz Avsever - Portfolio - Freelancer - Fullstack Developer - Web Developer", + 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.", + icons: { + icon: "/favicon.ico", + }, + authors: [{ name: "Poyraz Avsever" }], + keywords: [ + "Poyraz Avsever", + "Portfolio", + "Freelancer", + "Fullstack Developer", + "Web Developer", + "Projects", + "Skills", + "Services", + "Coding", + "Technology", + "Personal Website", + "Software Engineer", + "Frontend Developer", + "Backend Developer", + "JavaScript", + "React", + "Node.js", + "Next.js", + "Web Development", + "Programming", + "Tech Enthusiast", + "Developer Portfolio", + ], }; export default function RootLayout({ diff --git a/package.json b/package.json index da184b3..df88274 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "dependencies": { "next": "16.1.6", "react": "19.2.3", - "react-dom": "19.2.3", - "reactive-switcher": "^1.0.3" + "react-dom": "19.2.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 057128f..608fc39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,9 +17,6 @@ importers: react-dom: specifier: 19.2.3 version: 19.2.3(react@19.2.3) - reactive-switcher: - specifier: ^1.0.3 - version: 1.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) devDependencies: '@tailwindcss/postcss': specifier: ^4 @@ -1644,12 +1641,6 @@ packages: resolution: {integrity: sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==} engines: {node: '>=0.10.0'} - reactive-switcher@1.0.3: - resolution: {integrity: sha512-d5kGGUdDZ0z4kdgmBwNOL9Z6qQKYqv6tyifde+6XXbWQZpY5oNbkuA2WNXut6ETwbIbBNa3+dvHWR66XIapqlw==} - peerDependencies: - react: '>=18.0.0' - react-dom: '>=18.0.0' - reflect.getprototypeof@1.0.10: resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} engines: {node: '>= 0.4'} @@ -3635,11 +3626,6 @@ snapshots: react@19.2.3: {} - reactive-switcher@1.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3): - dependencies: - react: 19.2.3 - react-dom: 19.2.3(react@19.2.3) - reflect.getprototypeof@1.0.10: dependencies: call-bind: 1.0.8