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."