index.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. export default {
  2. time: "Activity time",
  3. viewAll: "View All",
  4. activityDoing: "In progress",
  5. activityDone: "Ended",
  6. activityNotStarted: "Not started",
  7. list: [
  8. {
  9. imgName: "promotion/en/banner_holophyly.png",
  10. title: "Whole Series Bispecific Reference Antibody",
  11. desc: "72 bispecific reference antibodies available for selection",
  12. time: ["2025-03-05", "2025-04-05"],
  13. pageRoute: "/bispecific-antibody-reference"
  14. },
  15. {
  16. imgName: "promotion/en/monkeypox.jpg",
  17. title: "Whole Series Monkeypox Products Samples for Free",
  18. desc: "26 antigens and 27 antibodies are available",
  19. time: ["2024-08-25", "2024-09-30"],
  20. pageRoute: "/monkeypox-free-samples-application"
  21. },
  22. {
  23. imgName: "promotion/en/free-sample.jpg",
  24. title: "Discover High-quality Reference Antibody Samples for Free",
  25. desc: "Explore now and advance your research with our high-quality antibodies",
  26. time: [],
  27. pageRoute: "/apply-free-samples"
  28. }
  29. // {
  30. // imgName: "promotion/en/banner_ADC_en_new.jpg",
  31. // title: "ADC参比抗体队伍再壮大,抗体试用活动限时开放!",
  32. // desc: "39个热门靶点现货ADC抗体可供选择",
  33. // time: ["2024-04-01", "2024-12-31"],
  34. // pageRoute: "/adc-reference-antibody-free-samples-application"
  35. // },
  36. // {
  37. // imgName: "promotion/en/banner_thanksgiving_en_new.jpg",
  38. // title: "感恩季 温情大回馈 400种现货抗体免费送",
  39. // desc: "抗体大放送,400个现货抗体可供选择",
  40. // time: ["2023-11-21", "2023-12-21"],
  41. // pageRoute: "/gratefulness-giving-back"
  42. // },
  43. // {
  44. // imgName: "promotion/en/banner_dankang_en_new.jpg",
  45. // title: "千载难逢-单抗标准品促销大放送,超值特惠,质量有保证!",
  46. // desc:
  47. // "幸运客户(第1、50、100个客户)享受一年内免费领取30个试用装福利",
  48. // time: ["2023-07-01", "2023-07-31"],
  49. // pageRoute: ""
  50. // },
  51. // {
  52. // imgName: "promotion/en/banner_baijie_en_new.jpg",
  53. // title: "白介新时代—IL-23抗体免费送",
  54. // desc: "高纯度、高活性IL-23相关抗体免费试用",
  55. // time: ["2023-04-28", "2023-05-28"],
  56. // pageRoute: ""
  57. // },
  58. // {
  59. // imgName: "promotion/en/banner_gaopingzhi_en_new.jpg",
  60. // title: "高品质抗体- PD-1/PD-L1免费送",
  61. // desc: "高品质PD-1 / PD-L1靶点多种抗体免费送,数量有限,先到先得",
  62. // time: ["2023-04-01", "2023-06-01"],
  63. // pageRoute: ""
  64. // },
  65. // {
  66. // imgName: "promotion/en/banner_gaopingzhi_kangyuan_kangti_en_new.jpg",
  67. // title: "高品质抗原抗体- IGF-1免费送",
  68. // desc: "高品质IGF-1相关抗原抗体免费试用",
  69. // time: ["2023-02-24", "2023-04-30"],
  70. // pageRoute: ""
  71. // },
  72. // {
  73. // imgName: "promotion/en/banner_yuehui_en_new.jpg",
  74. // title: "约“惠”三优 免疫检查点蛋白抗体免费送",
  75. // desc: "在这个春天与三优相约,热门靶点蛋白免费挑选",
  76. // time: ["2023-02-24", "2023-03-30"],
  77. // pageRoute: ""
  78. // },
  79. // {
  80. // imgName: "promotion/en/banner_ADC_duizhaopin_en_new.jpg",
  81. // title: "ADC对照品新品上线,免费试用",
  82. // desc: "多种验证数据的ADC抗体免费用",
  83. // time: ["2023-02-24", "2023-03-21"],
  84. // pageRoute: ""
  85. // }
  86. ]
  87. }