Fix runttime

This commit is contained in:
diyaa
2026-03-13 03:56:40 +01:00
parent d1ed5c641b
commit c9e9ae6b90
8 changed files with 75 additions and 35 deletions
+20 -7
View File
@@ -3,7 +3,6 @@ import type { Dictionary } from "@/content/types";
const en: Dictionary = {
common: {
siteTitle: "Diyaa",
siteTagline: "A new personal site is on the way",
navLabel: "Main navigation",
languageSwitcherLabel: "Switch language",
themeToggleLabel: "Interface theme",
@@ -15,8 +14,16 @@ const en: Dictionary = {
contact: "Contact",
},
footerRights: "{year} All rights reserved",
footerBuiltWith: "A bilingual professional site prepared for deployment on a private server.",
availabilityBadge: "Available for web builds and custom development",
variants: {
comingSoon: {
siteTagline: "A new personal site is on the way",
footerBuiltWith: "A temporary landing page announcing the upcoming launch on the private server.",
},
full: {
siteTagline: "Web developer building fast, scalable digital experiences",
footerBuiltWith: "A bilingual professional site prepared for deployment on a private server.",
},
},
},
home: {
comingSoon: {
@@ -92,10 +99,16 @@ const en: Dictionary = {
],
},
metadata: {
homeTitle: "Coming Soon",
homeDescription: "A temporary landing page announcing the upcoming launch of the new personal website.",
fullHomeTitle: "Home",
fullHomeDescription: "A bilingual professional site presenting technical expertise, project readiness, and server-friendly deployment.",
home: {
comingSoon: {
title: "Coming Soon",
description: "A temporary landing page announcing the upcoming launch of the new personal website.",
},
full: {
title: "Home",
description: "A bilingual professional site presenting technical expertise, project readiness, and server-friendly deployment.",
},
},
aboutTitle: "About",
aboutDescription: "Learn about experience, skills, and the working approach behind modern web builds.",
contactTitle: "Contact",