Fix runttime
This commit is contained in:
+20
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user