This commit is contained in:
2025-11-25 22:31:09 +01:00
parent 36c7a8d389
commit d7182c3583

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'landing';
require_once dirname(__DIR__) . "/../config/fileload.php";
require __DIR__ . '/../config/fileload.php';
// Sprachlogik:
@@ -11,7 +11,7 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
$userInitials = null;
// Seitentitel & Description für das Layout
//$pageTitle = app_primary_domain() . ' Test USB-Sticks';
$pageTitle = app_primary_domain() . ' Test USB-Sticks';
$pageDescription = 'Prüfe deine USB-Sticks auf Geschwindigkeit, Integrität und mögliche Fakes direkt im Browser.';
$navAnchors = [
[ 'href' => '#how', 'key' => 'nav_how' ],