From aeeba3c6e5b9bc327bd94c2d57934a1f6b714d0f Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 16 Feb 2026 18:36:15 -0800 Subject: [PATCH] Update about screen content - Improved feature descriptions - Updated main description - Added "coming soon" note for delivery Co-Authored-By: Claude Opus 4.5 --- api/app/about.cfm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/app/about.cfm b/api/app/about.cfm index 402ecb9..edde7ac 100644 --- a/api/app/about.cfm +++ b/api/app/about.cfm @@ -15,22 +15,22 @@ try { { "ICON": "qr_code_scanner", "TITLE": "Scan & Order", - "DESCRIPTION": "Scan the table beacon to browse the menu and order directly from your phone" + "DESCRIPTION": "Your phone automatically finds your table location, browse the menu and order directly from your phone" }, { "ICON": "group", "TITLE": "Group Orders", - "DESCRIPTION": "Invite friends to join your order and split the bill easily" + "DESCRIPTION": "Separate checks for everyone, no more confusion about the bill" }, { "ICON": "delivery_dining", "TITLE": "Delivery & Takeaway", - "DESCRIPTION": "Order for delivery or pick up when dining in isn't an option" + "DESCRIPTION": "Order for delivery or pick up when dining in isn't an option (coming soon!)" }, { "ICON": "payment", "TITLE": "Easy Payment", - "DESCRIPTION": "Pay your share securely with just a few taps" + "DESCRIPTION": "Easily pay on your phone with just a few taps, no more awkward check danses with staff!" } ]; @@ -51,7 +51,7 @@ try { writeOutput(serializeJSON({ "OK": true, - "DESCRIPTION": "Payfrit makes dining out easier. Order from your table, split the bill with friends, and pay without waiting.", + "DESCRIPTION": "Payfrit makes dining out easier. Order from your phone, separate checks for everyone, and pay without waiting.", "FEATURES": features, "CONTACTS": contacts, "COPYRIGHT": "© #year(now())# Payfrit. All rights reserved."