16 lines
794 B
TypeScript
16 lines
794 B
TypeScript
// Place any global data in this file.
|
|
// You can import this data from anywhere in your site by using the `import` keyword.
|
|
|
|
// SEO-optimized title (under 60 characters for full display in search results)
|
|
export const SITE_TITLE = 'Nicholai Vogel — VFX Supervisor & Technical VFX Artist';
|
|
|
|
// SEO-optimized description (under 160 characters, includes keywords and CTA)
|
|
export const SITE_DESCRIPTION = 'VFX Supervisor specializing in both 2D and 3D VFX, AI and highend technical visualization. Clients: G-Star Raw, Interscope, Ralph Lauren. Founder of Biohazard VFX.';
|
|
|
|
export const SOCIAL_LINKS = {
|
|
email: 'nicholai@nicholai.work',
|
|
website: 'https://nicholai.work',
|
|
linkedin: 'https://www.linkedin.com/in/nicholai-vogel-7a6b85112/',
|
|
gitea: 'https://git.biohazardvfx.com/Nicholai'
|
|
};
|