feat(web): add public commission request entrypoint
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"description": "This page reads posts through the shared database package.",
|
||||
"latestPosts": "Latest posts",
|
||||
"explore": "Explore",
|
||||
"noExcerpt": "No excerpt"
|
||||
"noExcerpt": "No excerpt",
|
||||
"requestCommission": "Request commission"
|
||||
},
|
||||
"LanguageSwitcher": {
|
||||
"label": "Language",
|
||||
@@ -41,5 +42,23 @@
|
||||
"badge": "Contact",
|
||||
"title": "Contact",
|
||||
"description": "Contact and commission flows will be introduced in upcoming MVP steps."
|
||||
},
|
||||
"CommissionRequest": {
|
||||
"badge": "Commissions",
|
||||
"title": "Commission request",
|
||||
"description": "Share your idea and project details. We will review and reply as soon as possible.",
|
||||
"success": "Your commission request was submitted.",
|
||||
"error": "Submission failed. Please review your data and try again.",
|
||||
"submit": "Submit request",
|
||||
"fields": {
|
||||
"customerName": "Name",
|
||||
"customerEmail": "Email",
|
||||
"customerPhone": "Phone",
|
||||
"customerInstagram": "Instagram",
|
||||
"title": "Project title",
|
||||
"description": "Project details",
|
||||
"budgetMin": "Budget min",
|
||||
"budgetMax": "Budget max"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user