feat(web): vibe coding pazzo
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 13s
Build, Test and Deploy / build-and-push (push) Successful in 28s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-02 17:38:03 +01:00
parent 5a2da916fa
commit 2c658d00c1
56 changed files with 1676 additions and 1987 deletions

View File

@@ -0,0 +1,43 @@
{
"NAV": {
"CALCULATOR": "Calculator",
"SHOP": "Shop",
"ABOUT": "About"
},
"FOOTER": {
"PRIVACY": "Privacy",
"TERMS": "Terms & Conditions",
"CONTACT": "Contact Us"
},
"CALC": {
"TITLE": "3D Print Calculator",
"SUBTITLE": "Upload your STL file and get an instant estimate of printing costs and time.",
"CTA_START": "Start Now",
"BUSINESS": "Business",
"PRIVATE": "Private",
"MODE_EASY": "Easy",
"MODE_ADVANCED": "Advanced",
"UPLOAD_LABEL": "Drag your STL file here",
"UPLOAD_SUB": "Supports STL, OBJ up to 50MB",
"MATERIAL": "Material",
"QUALITY": "Quality",
"QUANTITY": "Quantity",
"NOTES": "Additional Notes",
"CALCULATE": "Calculate Quote",
"RESULT": "Estimated Quote",
"TIME": "Print Time",
"COST": "Total Cost",
"ORDER": "Order Now",
"CONSULT": "Request Consultation"
},
"SHOP": {
"TITLE": "Filaments & Accessories",
"ADD_CART": "Add to Cart",
"BACK": "Back to Shop"
},
"ABOUT": {
"TITLE": "About Us",
"CONTACT_US": "Contact Us",
"SEND": "Send Message"
}
}