Redesign kiosk welcome screen with branding and clear entry flow.
Deploy Ladill Frontdesk / deploy (push) Successful in 23s

Show Frontdesk icon, company welcome message, and a prominent Tap to begin step before visitor type selection.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 21:38:06 +00:00
co-authored by Cursor
parent e7f1cb1e5c
commit 0e28b59b10
2 changed files with 140 additions and 94 deletions
+3 -1
View File
@@ -86,7 +86,9 @@ class FrontdeskPhase7Test extends TestCase
$this->get(route('frontdesk.kiosk.device', $device->device_token))
->assertOk()
->assertSee('Visitor Check-in');
->assertSee('Visitor Check-in')
->assertSee('Welcome to')
->assertSee('Tap to begin');
$this->assertTrue($device->fresh()->isOnline());
}