123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- export default {
- time: "Activity time",
- viewAll: "View All",
- activityDoing: "In progress",
- activityDone: "Ended",
- activityNotStarted: "Not started",
- list: [
- {
- imgName: "promotion/en/banner_holophyly.png",
- title: "Whole Series Bispecific Reference Antibody",
- desc: "72 bispecific reference antibodies available for selection",
- time: ["2025-03-05", "2025-04-05"],
- pageRoute: "/bispecific-antibody-reference"
- },
- {
- imgName: "promotion/en/monkeypox.jpg",
- title: "Whole Series Monkeypox Products Samples for Free",
- desc: "26 antigens and 27 antibodies are available",
- time: ["2024-08-25", "2024-09-30"],
- pageRoute: "/monkeypox-free-samples-application"
- },
- {
- imgName: "promotion/en/free-sample.jpg",
- title: "Discover High-quality Reference Antibody Samples for Free",
- desc: "Explore now and advance your research with our high-quality antibodies",
- time: [],
- pageRoute: "/apply-free-samples"
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]
- }
|