Improve unified wizard
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"subtitle_option_b": "AI that knows your area predicts sales with 92% accuracy. Wake up with your plan ready: what to make, what to order, when it arrives. Save €500-2,000/month on waste.",
|
||||
"cta_primary": "Join Pilot Program",
|
||||
"cta_secondary": "See How It Works (2 min)",
|
||||
"cta_demo": "See Demo",
|
||||
"cta_demo": "View Interactive Demo",
|
||||
"social_proof": {
|
||||
"bakeries": "Reduce waste up to 40% from the first month",
|
||||
"accuracy": "92% accurate predictions (vs 60% generic systems)",
|
||||
@@ -225,10 +225,10 @@
|
||||
},
|
||||
"final_cta": {
|
||||
"scarcity_badge": "🔥 Only 12 spots left out of 20",
|
||||
"title": "Stop Losing €2,000 per Month on Waste",
|
||||
"title": "Stop Losing Money per Month on Waste",
|
||||
"title_accent": "Trying This Technology",
|
||||
"subtitle": "Join the first 20 bakeries. Only 12 spots left.",
|
||||
"button": "Start Now - No Card Required",
|
||||
"subtitle": "Join the first 20 bakeries.",
|
||||
"button": "Start Now",
|
||||
"cta_primary": "Request Pilot Spot",
|
||||
"cta_secondary": "See Demo (2 min)",
|
||||
"guarantee": "Card required. No charge for 3 months. Cancel anytime."
|
||||
|
||||
@@ -994,6 +994,40 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"equipment": {
|
||||
"title": "Add Equipment",
|
||||
"equipmentDetails": "Equipment Details",
|
||||
"subtitle": "Bakery Equipment",
|
||||
"fields": {
|
||||
"name": "Equipment Name",
|
||||
"namePlaceholder": "E.g., Main Production Oven",
|
||||
"type": "Equipment Type",
|
||||
"model": "Model",
|
||||
"modelPlaceholder": "E.g., Rational SCC 101",
|
||||
"location": "Location",
|
||||
"locationPlaceholder": "E.g., Main kitchen",
|
||||
"status": "Status",
|
||||
"installDate": "Install Date"
|
||||
},
|
||||
"types": {
|
||||
"oven": "Oven",
|
||||
"mixer": "Mixer",
|
||||
"proofer": "Proofer",
|
||||
"freezer": "Freezer",
|
||||
"packaging": "Packaging",
|
||||
"other": "Other"
|
||||
},
|
||||
"steps": {
|
||||
"equipmentDetails": "Equipment Details",
|
||||
"equipmentDetailsDescription": "Type, model, location"
|
||||
},
|
||||
"messages": {
|
||||
"errorGettingTenant": "Could not get tenant information",
|
||||
"noBrand": "No brand",
|
||||
"successCreate": "Equipment created successfully",
|
||||
"errorCreate": "Error creating equipment"
|
||||
}
|
||||
},
|
||||
"purchaseOrder": {
|
||||
"orderItems": {
|
||||
"titleHeader": "Products to Purchase",
|
||||
|
||||
Reference in New Issue
Block a user