generated from fahricansecer/boilerplate-fe
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
79 lines
3.1 KiB
HTML
79 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html lang="tr" class="scroll-smooth">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>HARUNCAN SoundArts | Professional Turkish Voice Actor & Game Localization</title>
|
|
<meta name="description" content="Harun CAN SoundArts offers premium video game localization, character voice acting, and professional dubbing services. Over 30 years of experience in audio localization for AAA games and global brands." />
|
|
<meta name="keywords" content="Turkish voice actor, video game localization, game dubbing turkey, Harun CAN, character voice acting, professional localization studio, Turkish voice over services, AAA game localization" />
|
|
<meta name="author" content="Harun CAN" />
|
|
<meta property="og:title" content="HARUNCAN SoundArts | Professional Turkish Voice Actor" />
|
|
<meta property="og:description" content="Premium video game localization and character voice acting services by Harun CAN." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://haruncan.com" />
|
|
|
|
<!-- JSON-LD Structured Data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "ProfessionalService",
|
|
"name": "HARUNCAN SoundArts",
|
|
"image": "https://haruncan.com/logo.png",
|
|
"@id": "https://haruncan.com",
|
|
"url": "https://haruncan.com",
|
|
"telephone": "",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "",
|
|
"addressLocality": "Istanbul",
|
|
"postalCode": "",
|
|
"addressCountry": "TR"
|
|
},
|
|
"geo": {
|
|
"@type": "GeoCoordinates",
|
|
"latitude": 41.0082,
|
|
"longitude": 28.9784
|
|
},
|
|
"openingHoursSpecification": {
|
|
"@type": "OpeningHoursSpecification",
|
|
"dayOfWeek": [
|
|
"Monday",
|
|
"Tuesday",
|
|
"Wednesday",
|
|
"Thursday",
|
|
"Friday"
|
|
],
|
|
"opens": "09:00",
|
|
"closes": "18:00"
|
|
},
|
|
"sameAs": [
|
|
"https://www.instagram.com/haruncan",
|
|
"https://twitter.com/haruncan",
|
|
"https://www.youtube.com/haruncan"
|
|
],
|
|
"knowsAbout": ["Video Game Localization", "Voice Acting", "Dubbing", "Audio Engineering", "Music Direction"]
|
|
}
|
|
</script>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Person",
|
|
"name": "Harun CAN",
|
|
"jobTitle": "Voice Actor, Music Director, Actor",
|
|
"url": "https://haruncan.com",
|
|
"sameAs": [
|
|
"https://www.imdb.com/name/nm10851457/"
|
|
]
|
|
}
|
|
</script>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@400;600;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body class="bg-slate-950 text-slate-200 antialiased selection:bg-cyan-500/30">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|