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",
|
"ICON": "qr_code_scanner",
|
||||||
"TITLE": "Scan & Order",
|
"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",
|
"ICON": "group",
|
||||||
"TITLE": "Group Orders",
|
"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",
|
"ICON": "delivery_dining",
|
||||||
"TITLE": "Delivery & Takeaway",
|
"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",
|
"ICON": "payment",
|
||||||
"TITLE": "Easy 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({
|
writeOutput(serializeJSON({
|
||||||
"OK": true,
|
"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,
|
"FEATURES": features,
|
||||||
"CONTACTS": contacts,
|
"CONTACTS": contacts,
|
||||||
"COPYRIGHT": "© #year(now())# Payfrit. All rights reserved."
|
"COPYRIGHT": "© #year(now())# Payfrit. All rights reserved."
|
||||||
|
|
|
||||||
Reference in a new issue