24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
export const contact = {
|
|
title: 'Get In Touch',
|
|
subtitle: "Let's discuss your project and bring your ideas to life",
|
|
connectTitle: "Let's Connect",
|
|
connectDescription:
|
|
"I'm always interested in new opportunities and exciting projects. Whether you have a question or just want to say hi, feel free to reach out!",
|
|
buttonText: 'Contact via Email',
|
|
socialTitle: 'Other ways to connect',
|
|
availabilityText: 'Available for projects',
|
|
responseTimeLabel: 'Response time:',
|
|
responseTimeValue: 'Within 24 hours',
|
|
preferredContactLabel: 'Preferred contact:',
|
|
preferredContactValue: 'Email',
|
|
locationLabel: 'Location:',
|
|
locationValue: 'Germany',
|
|
emailSubject: "Portfolio Inquiry - Let's discuss your project",
|
|
emailBody:
|
|
'Hello Sascha,\n\nI visited your portfolio and would like to discuss a potential project or collaboration.\n\nBest regards,',
|
|
emailAnnouncement: 'Opening email client with pre-filled message',
|
|
socialAnnouncement: 'Opening {platform} profile in new tab',
|
|
githubLinkText: 'Sascha Bach on GitHub',
|
|
linkedinLinkText: 'Sascha Bach on LinkedIn',
|
|
};
|