From 7597a8e2b8dcf9b04a628c0d85862ab81c3253e6 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Thu, 15 May 2025 23:08:33 +0300 Subject: [PATCH] Changed some titles to my own and changed the language. --- app/layout.tsx | 24 ++++++++++-------------- app/page.tsx | 8 ++++---- app/projects/page.tsx | 6 +++--- 3 files changed, 17 insertions(+), 21 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index f6582ed..25abf1c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,24 +6,24 @@ import { Analytics } from "./components/analytics"; export const metadata: Metadata = { title: { - default: "chronark.com", - template: "%s | chronark.com", + default: "aderk.tech", + template: "%s | aderk.tech", }, - description: "Co-founder of unkey.dev and founder of planetfall.io", + description: "Junior Dev & Student", openGraph: { - title: "chronark.com", + title: "aderk.tech", description: - "Co-founder of unkey.dev and founder of planetfall.io", - url: "https://chronark.com", - siteName: "chronark.com", + "Junior Dev & Student", + url: "https://aderk.tech", + siteName: "aderk.tech", images: [ { - url: "https://chronark.com/og.png", + url: "https://aderk.tech/og.png", width: 1920, height: 1080, }, ], - locale: "en-US", + locale: "ru-RU", type: "website", }, robots: { @@ -37,10 +37,6 @@ export const metadata: Metadata = { "max-snippet": -1, }, }, - twitter: { - title: "Chronark", - card: "summary_large_image", - }, icons: { shortcut: "/favicon.png", }, @@ -61,7 +57,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + diff --git a/app/page.tsx b/app/page.tsx index eec7a73..ca40d38 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -35,14 +35,14 @@ export default function Home() {

- I'm building{" "} + Основной мой проект сейчас - {" "} - unkey.dev - to solve API authentication and authorization for developers. + cloudberrygames.fun + предназначен для WebGL игр, сейчас в разработке.

diff --git a/app/projects/page.tsx b/app/projects/page.tsx index d308d38..47c84af 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -48,10 +48,10 @@ export default async function ProjectsPage() {

- Projects + Проекты

- Some of the projects are from work and some are on my own time. + Часть проектов делал из академического интереса, часть мои проекты для себя.

@@ -91,7 +91,7 @@ export default async function ProjectsPage() {

- Read more + Подробнее