Fix Coming soon

This commit is contained in:
diyaa
2026-03-13 09:26:40 +01:00
parent 2b5e91377c
commit 0bb964f07e
16 changed files with 294 additions and 93 deletions
+8 -25
View File
@@ -28,16 +28,16 @@ const en: Dictionary = {
home: {
comingSoon: {
badge: "Coming Soon",
kicker: "Coming soon",
title: "A fresh version of this site is being prepared",
kicker: "Temporary notice",
title: "This website is temporarily closed while a new version is prepared",
description:
"The full website is currently being refined with a stronger visual identity, sharper content, and a cleaner launch-ready experience. It will be live soon.",
primaryCta: "Reach out when it launches",
"A cleaner and more complete version of the site is currently in progress. The full experience will return soon with updated content and a refined presentation.",
primaryCta: "Contact by email",
secondaryCta: "Stay tuned",
highlights: [
{ value: "New release", label: "Updated look and content" },
{ value: "Bilingual", label: "Arabic and English ready" },
{ value: "Soon", label: "Official launch" },
{ value: "Temporarily offline", label: "Public pages are paused for now" },
{ value: "New version", label: "Refined content and visual identity" },
{ value: "Soon", label: "Full launch will return shortly" },
],
},
full: {
@@ -98,24 +98,7 @@ const en: Dictionary = {
{ key: "github", name: "GitHub", hint: "For repositories, code samples, and project history" },
],
},
metadata: {
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",
contactDescription: "Contact page wired for email and professional profile links through environment settings.",
notFoundTitle: "Page not found",
notFoundDescription: "The requested page could not be found. Return home or switch to the other language.",
},
};
export default en;