56 lines
2.5 KiB
TypeScript
56 lines
2.5 KiB
TypeScript
const siteTexts = {
|
|
en: {
|
|
homePage: {
|
|
top: {
|
|
greating: "Hi I am",
|
|
name: "Parsa Aghayi",
|
|
profession: "Frontend & Backend",
|
|
roll: "Developer",
|
|
descriptionAboutMe:
|
|
"My expertise lies in working with frameworks, focusing on optimizing performance and developing scalable web applications using modern technologies.",
|
|
},
|
|
services: {
|
|
title: "services",
|
|
description:
|
|
"In today's digital landscape, having a robust online presence is essential for businesses and individuals alike. Our services cater to a wide range of web development needs, ensuring that your project is functional, visually appealing, and user-friendly.",
|
|
},
|
|
projects: {
|
|
title: "my projects",
|
|
description:
|
|
"Explore a selection of my web development projects that showcase my ability to deliver high-quality solutions and create engaging digital experiences. See how I can help bring your vision to life!",
|
|
},
|
|
testimonials: {
|
|
title: "testimonials",
|
|
description:
|
|
"The Testimonials section features feedback from clients and collaborators, highlighting the quality of my services and commitment to client satisfaction. These authentic reviews reflect my professionalism and the positive impact of my work, giving potential clients confidence in choosing me for their web development needs.",
|
|
},
|
|
contact: {
|
|
slogan: "Lets Design Together",
|
|
description:
|
|
"The Contact Me section offers a simple way to reach out for inquiries, project proposals, or collaboration opportunities. Fill out the contact form or use the provided information, and I'll respond promptly to discuss your ideas and how I can help.",
|
|
button: "contact me",
|
|
placeholder: "Enter your Email address here...",
|
|
},
|
|
},
|
|
},
|
|
fa: {
|
|
homePage: {
|
|
top: {
|
|
greating: "اول از همه اسمم",
|
|
name: "پارسا آقایی",
|
|
profession: "Frontend & Backend",
|
|
roll: "Developer",
|
|
descriptionAboutMe:
|
|
"Lorem ipsum dolor sit amet consectetur. Tristique amet sed massanibh lectus netus in. Aliquet donec morbi convallis pretium. Turpis tempus pharetra",
|
|
},
|
|
services: {
|
|
title: "Services",
|
|
description:
|
|
"Lorem ipsum dolor sit amet consectetur. Tristique amet sed massa nibh lectus netus in. Aliquet donec morbi convallis pretium",
|
|
},
|
|
},
|
|
},
|
|
};
|
|
|
|
export default siteTexts;
|