Header title

This commit is contained in:
Oussama Douhou
2026-01-10 15:45:58 +01:00
parent 15f0fa2f27
commit 402d225979
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const translations = { const translations = {
en: { en: {
title: 'AI Stack Deployer', title: 'AI Stack Deployer',
subtitle: 'Deploy your personal OpenCode AI coding assistant in seconds', subtitle: 'Deploy your personal AI coding assistant in seconds',
chooseStackName: 'Choose Your Stack Name', chooseStackName: 'Choose Your Stack Name',
availableAt: 'Your AI assistant will be available at', availableAt: 'Your AI assistant will be available at',
stackName: 'Stack Name', stackName: 'Stack Name',
@@ -34,7 +34,7 @@ const translations = {
}, },
nl: { nl: {
title: 'AI Stack Deployer', title: 'AI Stack Deployer',
subtitle: 'Implementeer je persoonlijke OpenCode AI programmeerassistent in seconden', subtitle: 'Implementeer je persoonlijke AI programmeerassistent in seconden',
chooseStackName: 'Kies Je Stack Naam', chooseStackName: 'Kies Je Stack Naam',
availableAt: 'Je AI-assistent is beschikbaar op', availableAt: 'Je AI-assistent is beschikbaar op',
stackName: 'Stack Naam', stackName: 'Stack Naam',

View File

@@ -18,7 +18,7 @@
<div class="logo"> <div class="logo">
<h1 data-i18n="title">AI Stack Deployer</h1> <h1 data-i18n="title">AI Stack Deployer</h1>
</div> </div>
<p class="subtitle" data-i18n="subtitle">Deploy your personal OpenCode AI coding assistant in seconds</p> <p class="subtitle" data-i18n="subtitle">Deploy your personal AI coding assistant in seconds</p>
</header> </header>
<main id="app"> <main id="app">