udpate for coming soon

This commit is contained in:
diyaa
2026-03-13 03:45:13 +01:00
parent 243a182d33
commit cdf83cd466
32 changed files with 907 additions and 143 deletions
+78 -24
View File
@@ -2,53 +2,107 @@ import type { Dictionary } from "@/content/types";
const en: Dictionary = {
common: {
siteTitle: "diyaa | Personal Site",
siteTitle: "Diyaa",
siteTagline: "A new personal site is on the way",
navLabel: "Main navigation",
languageSwitcherLabel: "Switch language",
themeToggleLabel: "Interface theme",
themeLight: "Light",
themeDark: "Dark",
nav: {
home: "Home",
about: "About Me",
about: "About",
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",
},
home: {
kicker: "Fresh personal presence",
title: "A bold digital space for my professional identity",
description:
"This is placeholder copy you can replace quickly. It is built to highlight your profile, communicate value, and stay clean on every screen size.",
primaryCta: "Start a conversation",
highlights: [
{ value: "3", label: "Core pages" },
{ value: "RTL/LTR", label: "Direction ready" },
{ value: "100%", label: "Customizable" },
],
comingSoon: {
badge: "Coming Soon",
kicker: "Coming soon",
title: "A fresh version of this site is being 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",
secondaryCta: "Stay tuned",
highlights: [
{ value: "New release", label: "Updated look and content" },
{ value: "Bilingual", label: "Arabic and English ready" },
{ value: "Soon", label: "Official launch" },
],
},
full: {
badge: "Available for web builds and custom development",
kicker: "Full-stack web developer",
title: "I build websites and web systems ready to grow",
description:
"I design and ship cohesive digital experiences backed by clean implementation and deployment-ready structure, so launch and maintenance stay manageable over time.",
primaryCta: "Start a conversation",
secondaryCta: "Learn more",
highlights: [
{ value: "10+", label: "Projects and product builds" },
{ value: "Bilingual", label: "Arabic and English ready" },
{ value: "Deployable", label: "Docker and VPS workflow" },
],
},
},
about: {
kicker: "Short introduction",
title: "About me",
story:
"This is temporary biography text. Replace it with your real story, strengths, and the kind of outcomes you deliver through your work.",
"My focus is turning ideas into web products that feel polished in the browser and dependable in production. I care about clean interfaces, maintainable structure, and deployment choices that make future growth easier instead of harder.",
skillsTitle: "Skills",
skills: ["Frontend engineering", "UX refinement", "Content structuring", "Digital project delivery"],
skills: [
"Next.js and React",
"TypeScript-driven UI structure",
"Fast, adaptable frontend systems",
"Private-server deployment setup",
"Performance and UX refinement",
"Bilingual content architecture",
],
experienceTitle: "Experience highlights",
experience: [
"Placeholder experience line 1",
"Placeholder experience line 2",
"Placeholder experience line 3",
"Professional landing pages and personal web presence builds",
"Scalable frontend interfaces for modern web apps",
"Docker-based delivery flows for cleaner deployment",
],
principlesTitle: "Working principles",
principles: [
"Keep the structure clear enough for future expansion",
"Treat performance and clarity as part of the product",
"Prepare for deployment and operations from the beginning",
],
},
contact: {
kicker: "Let us connect",
title: "Contact",
description: "Your real contact links will be added later. The placeholders below are ready for direct replacement.",
pendingCta: "Link pending",
kicker: "Let us start with a clear and actionable conversation",
title: "Contact channels",
description: "As soon as you add your real links in the environment file, they appear here automatically and become usable for visitors.",
availabilityTitle: "Launch readiness",
availabilityDescription:
"This version is prepared for private-server deployment with an internal health endpoint and contact links managed through configuration.",
channelsTitle: "Direct contact links",
channelCta: "Open link",
channelFallback: "This channel will appear once the real link is added",
channels: [
{ name: "Email", status: "Real link will be added soon" },
//{ name: "LinkedIn", status: "Real link will be added soon" },
//{ name: "GitHub", status: "Real link will be added soon" },
{ key: "email", name: "Email", hint: "For direct professional contact and project inquiries" },
{ key: "linkedin", name: "LinkedIn", hint: "For professional background and networking" },
{ key: "github", name: "GitHub", hint: "For repositories, code samples, and project history" },
],
},
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.",
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;