28 lines
1004 B
PHP
28 lines
1004 B
PHP
<?php
|
|
$t = [
|
|
//- Nav
|
|
'nav_home' => 'Home',
|
|
'nav_why_ai' => 'Why AI?',
|
|
'nav_fuer_wen' => 'Who is AI for?',
|
|
'nav_fuer_wen_sub' => 'Target Groups & Industries',
|
|
'nav_why_now' => 'Why act now?',
|
|
'nav_why_now_sub' => 'Market Dynamics & Urgency',
|
|
'nav_what_is_ai' => 'What is AI?',
|
|
'nav_what_is_ai_sub' => 'Basics explained',
|
|
'nav_use_cases' => 'Use Cases',
|
|
'nav_use_cases_sub' => 'Use Cases & ROI',
|
|
'nav_ai_check' => 'AI-Check',
|
|
'nav_ai_website' => 'AI-Website',
|
|
'nav_prices' => 'Prices',
|
|
'nav_contact' => 'Contact',
|
|
'newsletter_button' => 'AI-Newsletter',
|
|
'lang_de' => 'German',
|
|
'lang_en' => 'English',
|
|
'lang_tr' => 'Turkish',
|
|
|
|
//- Hero
|
|
'hero_headline' => 'Unlock <span class="gradient-text">AI Potential</span> for Your Business',
|
|
'hero_subtext' => 'Find out in 5 minutes where you stand on AI integration. Receive a personalized blueprint to take the next steps.',
|
|
'hero_cta' => 'Start Your Free AI-Check Now',
|
|
];
|