From 7d1e4a65d7dfe3254aaa739fda255496d8279720 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 15 Jul 2026 21:19:33 +0000 Subject: [PATCH] Redesign customer display idle promo as a hero layout. Make the promo image fill the kiosk instead of a small thumbnail, with side-by-side copy on landscape screens and a calmer type hierarchy. --- .../views/pos/customer-display.blade.php | 48 +++++++++++++------ 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/resources/views/pos/customer-display.blade.php b/resources/views/pos/customer-display.blade.php index 3f0a19e..1eaccf5 100644 --- a/resources/views/pos/customer-display.blade.php +++ b/resources/views/pos/customer-display.blade.php @@ -51,23 +51,43 @@
- {{-- IDLE / PROMO --}} + {{-- IDLE / PROMO — hero image when set; otherwise centered welcome --}}
- -
-

Welcome

-

-

-

Your order will appear here

+ + {{-- No promo image: centered welcome --}} +
+
+

Welcome

+

+

+
+

Your order will appear here

+
{{-- CART + payment / tip / signature --}}