Expand photobooth info on how-it-works

This commit is contained in:
Codex Agent
2026-01-22 14:09:20 +01:00
parent effddf5ab0
commit 9d2294de5a
3 changed files with 13 additions and 0 deletions

View File

@@ -290,6 +290,9 @@ const HowItWorks: React.FC = () => {
<h2 className="mt-3 text-3xl font-bold text-gray-900 dark:text-gray-50">
{t('how_it_works_page.labels.timeline_heading', 'Ein klarer Fahrplan für dein Event')}
</h2>
<p className="mt-2 text-sm text-gray-600 dark:text-gray-300">
{t('how_it_works_page.labels.timeline_hint', 'Falls eine Photobooth vorhanden ist: einfach verbinden.')}
</p>
</div>
<Accordion type="single" collapsible className="w-full">
{timeline.map((item, index) => (