feat: update portfolio metadata and remove unused dependencies
This commit is contained in:
@@ -1,2 +1 @@
|
||||
@import "tailwindcss";
|
||||
@import "poyraz-ui/preset.css";
|
||||
|
||||
+32
-2
@@ -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({
|
||||
|
||||
+1
-2
@@ -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",
|
||||
|
||||
Generated
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user