Update about screen content
- Improved feature descriptions - Updated main description - Added "coming soon" note for delivery Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
01cb11dad3
commit
aeeba3c6e5
1 changed files with 5 additions and 5 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Reference in a new issue