home.json 282 B

1234567891011
  1. {
  2. "title": "welcome next.js",
  3. "description": "next.js description",
  4. "welcome": "welcome to next.js",
  5. "sample_test": "test words for en",
  6. "sample_button": "fire in the wind for en",
  7. "link": {
  8. "gotoPage2": "Go to page 2",
  9. "gotoPage3": "Go to page 3 (no hoc)"
  10. }
  11. }