Formulierungen für das Fotospiel optimiert.

This commit is contained in:
Codex Agent
2025-11-14 10:53:53 +01:00
parent d9a63a6209
commit 5ef5894680
22 changed files with 115 additions and 109 deletions

View File

@@ -101,7 +101,7 @@ export default function Login({ status, canResetPassword }: LoginProps) {
description={t('login.description')}
name={t('login.brand', t('login.title'))}
logoSrc="/logo-transparent-lg.png"
logoAlt={t('login.logo_alt', 'Die Fotospiel.App')}
logoAlt={t('login.logo_alt', 'Die Fotospiel App')}
>
<Head title={t('login.title')} />

View File

@@ -21,7 +21,7 @@ const LegalShow: React.FC<LegalShowProps> = (props) => {
<div className="mx-auto max-w-4xl px-6">
<header className="mb-10">
<p className="text-sm uppercase tracking-[0.2em] text-gray-400">
FotoSpiel.App
Fotospiel App
</p>
<h1 className="mt-2 text-3xl font-semibold text-gray-900 md:text-4xl">
{title}

View File

@@ -61,7 +61,7 @@ const DemoPage: React.FC = () => {
<div className="relative mx-auto w-full max-w-[320px] rounded-[2.5rem] border border-gray-200 bg-gray-900 p-4 shadow-2xl dark:border-gray-700 md:max-w-[360px]">
<div className="absolute left-1/2 top-2 h-1.5 w-16 -translate-x-1/2 rounded-full bg-gray-300 dark:bg-gray-600" aria-hidden />
<iframe
title="Fotospiel Demo"
title="Fotospiel App Demo"
src={`/e/${DEMO_TOKEN}`}
className="aspect-[9/16] w-full rounded-[1.75rem] border-0 bg-white shadow-inner dark:bg-gray-950"
loading="lazy"