import React from "react"; import i18n from "../translations/i18n"; import ImexOnlineLogoLight from "../assets/ImEX Online Logo.png"; import ImexOnlineLogoDark from "../assets/ImEX Online Logo - Dark.png"; import ImexOnlineBannerLogo from "../assets/banner-logo.png"; import TechnologySvg from "../assets/icons/technology.svg"; export const Nav00DataSource = { wrapper: {className: "header0 home-page-wrapper"}, page: {className: "home-page"}, logo: { className: "header0-logo", children: ImexOnlineLogoLight, }, Menu: { className: "header0-menu", children: [ // { // name: "item0", // className: "header0-item", // children: { // href: "#", // children: [{ children: "导航一", name: "text" }], // }, // subItem: [ // { // name: "sub0", // className: "item-sub", // children: { // className: "item-sub-item", // children: [ // { // name: "image0", // className: "item-image", // children: // "https://gw.alipayobjects.com/zos/rmsportal/ruHbkzzMKShUpDYMEmHM.svg", // }, // { // name: "title", // className: "item-title", // children: "Ant Design", // }, // { // name: "content", // className: "item-content", // children: "企业级 UI 设计体系", // }, // ], // }, // }, // { // name: "sub1", // className: "item-sub", // children: { // className: "item-sub-item", // children: [ // { // name: "image0", // className: "item-image", // children: // "https://gw.alipayobjects.com/zos/rmsportal/ruHbkzzMKShUpDYMEmHM.svg", // }, // { // name: "title", // className: "item-title", // children: "Ant Design", // }, // { // name: "content", // className: "item-content", // children: "企业级 UI 设计体系", // }, // ], // }, // }, // ], // }, // { // name: "item1", // className: "header0-item", // children: { // href: "#", // children: [ // { children: i18n.t("landing.labels.features"), name: "text" }, // ], // }, // }, // { // name: "item2", // className: "header0-item", // children: { // href: "#", // children: [ // { children: i18n.t("landing.labels.pricing"), name: "text" }, // ], // }, // }, { name: "item3", className: "header0-item", children: { href: "/manage/", children: [ {children: i18n.t("landing.labels.managemyshop"), name: "text"}, ], }, }, ], }, mobileMenu: {className: "header0-mobile-menu"}, }; export const Banner00DataSource = { wrapper: {className: "banner0"}, textWrapper: {className: "banner0-text-wrapper"}, title: { className: "banner0-title", children: ( ), }, content: { className: "banner0-content", children: i18n.t("landing.hero.title"), }, button: { className: "banner0-button", children: i18n.t("landing.hero.button"), href: "https://imexsystems.ca/products/imex-online", }, button2: { className: "banner0-button2", children: i18n.t("landing.labels.managemyshop"), href: "/signin", }, }; export const Content40DataSource = { wrapper: {className: "home-page-wrapper content4-wrapper"}, page: {className: "home-page content4"}, OverPack: {playScale: 0.3, className: ""}, titleWrapper: { className: "title-wrapper", children: [ { name: "title", children: "蚂蚁金融云提供专业的服务", className: "title-h1", }, { name: "content", className: "title-content content4-title-content", children: "科技想象力,金融创造力", }, ], }, video: { className: "content4-video", children: { video: "https://os.alipayobjects.com/rmsportal/EejaUGsyExkXyXr.mp4", image: "https://zos.alipayobjects.com/rmsportal/HZgzhugQZkqUwBVeNyfz.jpg", }, }, }; export const Content00DataSource = { wrapper: {className: "home-page-wrapper content0-wrapper"}, page: {className: "home-page content0"}, OverPack: {playScale: 0.3, className: ""}, titleWrapper: { className: "title-wrapper", children: [{name: "title", children: "Feature Highlights"}], }, childWrapper: { className: "content0-block-wrapper", children: [ { name: "block0", className: "content0-block", md: 8, xs: 24, children: { className: "content0-block-item", children: [ { name: "image", className: "content0-block-icon", children: "https://zos.alipayobjects.com/rmsportal/WBnVOjtIlGWbzyQivuyq.png", }, { name: "title", className: "content0-block-title", children: "Feature Highlight 1", }, {name: "content", children: "Feature description for this item."}, ], }, }, { name: "block1", className: "content0-block", md: 8, xs: 24, children: { className: "content0-block-item", children: [ { name: "image", className: "content0-block-icon", children: "https://zos.alipayobjects.com/rmsportal/YPMsLQuCEXtuEkmXTTdk.png", }, { name: "title", className: "content0-block-title", children: "Feature Highlight 2", }, { name: "content", children: "Feature description for #2", }, ], }, }, { name: "block2", className: "content0-block", md: 8, xs: 24, children: { className: "content0-block-item", children: [ { name: "image", className: "content0-block-icon", children: "https://zos.alipayobjects.com/rmsportal/EkXWVvAaFJKCzhMmQYiX.png", }, { name: "title", className: "content0-block-title", children: "Feature Highlight 3", }, { name: "content", children: "Feature description for 3.", }, ], }, }, ], }, }; export const Content10DataSource = { wrapper: {className: "home-page-wrapper content1-wrapper"}, OverPack: {className: "home-page content1", playScale: 0.3}, imgWrapper: {className: "content1-img", md: 10, xs: 24}, img: { children: TechnologySvg, }, textWrapper: {className: "content1-text", md: 14, xs: 24}, title: { className: "content1-title", children: i18n.t("landing.bigfeature.title"), }, content: { className: "content1-content", children: i18n.t("landing.bigfeature.subtitle"), }, }; export const Pricing20DataSource = { wrapper: {className: "home-page-wrapper pricing2-wrapper"}, page: {className: "home-page pricing2"}, OverPack: {playScale: 0.3, className: "pricing2-content-wrapper"}, titleWrapper: { className: "pricing2-title-wrapper", children: [ { name: "title", children: i18n.t("landing.pricing.pricingtitle"), className: "pricing2-title-h1", }, ], }, Table: { name: "tabsTitle", size: "default", className: "pricing2-table", columns: { children: [ { dataIndex: "name", key: "name", name: "empty", childWrapper: { children: [ {name: "name", children: " "}, {name: "content", children: " "}, ], }, }, { dataIndex: "essentials", key: "essentials", name: "essentials", childWrapper: { className: "pricing2-table-name-block", children: [ { name: "name", className: "pricing2-table-name", children: i18n.t("landing.pricing.essentials.name"), }, { name: "content", className: "pricing2-table-money", children: i18n.t("landing.pricing.essentials.sub"), }, // { name: "button", children: { href: "#", children: "免费试用" } }, ], }, }, { dataIndex: "basic", key: "basic", name: "basic", childWrapper: { className: "pricing2-table-name-block", children: [ { name: "name", className: "pricing2-table-name", children: i18n.t("landing.pricing.basic.name"), }, { name: "content", className: "pricing2-table-money", children: i18n.t("landing.pricing.basic.sub"), }, //{ name: "button", children: { href: "#", children: "立即购买" } }, ], }, }, { dataIndex: "pro", key: "pro", name: "pro", childWrapper: { className: "pricing2-table-name-block", children: [ { name: "name", className: "pricing2-table-name", children: i18n.t("landing.pricing.pro.name"), }, { name: "content", className: "pricing2-table-money", children: i18n.t("landing.pricing.pro.sub"), }, // { // name: "button", // children: { href: "#", type: "primary", children: "立即购买" }, // }, ], }, }, { dataIndex: "unlimited", key: "unlimited", name: "unlimited", childWrapper: { className: "pricing2-table-name-block", children: [ { name: "name", className: "pricing2-table-name", children: i18n.t("landing.pricing.unlimited.name"), }, { name: "content", className: "pricing2-table-money", children: i18n.t("landing.pricing.unlimited.sub"), }, // { name: "button", children: { href: "#", children: "立即购买" } }, ], }, }, ], }, dataSource: { children: [ { name: "list0", children: [ { className: "pricing2-table-content-name", name: "name", children: "Unlimited Vehicles, Customers, and Work Orders", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content0", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content1", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content2", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content3", className: "pricing2-table-content", }, ], }, { name: "list1", children: [ { className: "pricing2-table-content-name", name: "name", children: "Access your system from anywhere (Desktop, Mobile, and Native Mobile Apps)", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content0", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content1", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content2", className: "pricing2-table-content", }, { children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", name: "content3", className: "pricing2-table-content", }, ], }, { name: "list2", children: [ { className: "pricing2-table-content-name", name: "name", children: "Included Media Storage", }, { name: "content0", children: "50GB", className: "pricing2-table-content", }, { name: "content1", children: "100GB", className: "pricing2-table-content", }, { name: "content2", children: "175GB", className: "pricing2-table-content", }, { name: "content3", children: "250GB", className: "pricing2-table-content", }, ], }, { name: "list3", children: [ { className: "pricing2-table-content-name", name: "name", children: "Mobile Image Sync", }, { children: "-", name: "content0", className: "pricing2-table-content", }, { name: "content1", children: "-", className: "pricing2-table-content", }, { name: "content2", children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", className: "pricing2-table-content", }, { name: "content3", children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", className: "pricing2-table-content", }, ], }, { name: "list4", children: [ { className: "pricing2-table-content-name", name: "name", children: "Integrated Text Messaging", }, { name: "content0", children: "-", className: "pricing2-table-content", }, { name: "content1", children: "-", className: "pricing2-table-content", }, { name: "content2", children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", className: "pricing2-table-content", }, { name: "content3", children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", className: "pricing2-table-content", }, ], }, { name: "list5", children: [ { className: "pricing2-table-content-name", name: "name", children: "Integrated CSI", }, { name: "content0", children: "-", className: "pricing2-table-content", }, { name: "content1", children: "-", className: "pricing2-table-content", }, { name: "content2", children: "-", className: "pricing2-table-content", }, { name: "content3", children: "https://gw.alipayobjects.com/zos/basement_prod/14ce3060-34e6-4b30-9a45-1a6b95542310.svg", className: "pricing2-table-content", }, ], }, ], }, }, }; export const Pricing11DataSource = { wrapper: {className: "home-page-wrapper pricing1-wrapper"}, page: {className: "home-page pricing1"}, OverPack: {playScale: 0.3, className: "pricing1-content-wrapper"}, titleWrapper: { className: "pricing1-title-wrapper", children: [ {name: "title", children: "价目表", className: "pricing1-title-h1"}, ], }, block: { className: "pricing1-block-wrapper", children: [ { name: "block0", className: "pricing1-block", md: 8, xs: 24, children: { wrapper: {className: "pricing1-block-box "}, topWrapper: {className: "pricing1-top-wrapper"}, name: {className: "pricing1-name", children: "Free"}, money: {className: "pricing1-money", children: "¥0"}, content: { className: "pricing1-content", children: ( 140-500Mbps
140 GB-50TB(含)
14500GB流量包
14国内按峰值宽带账单
14弹性计算
14云服务器 ECS
), }, line: {className: "pricing1-line"}, buttonWrapper: { className: "pricing1-button-wrapper", children: { a: { className: "pricing1-button", href: "#", children: "免费试用", }, }, }, }, }, { name: "block1", className: "pricing1-block", md: 8, xs: 24, children: { wrapper: {className: "pricing1-block-box active"}, topWrapper: {className: "pricing1-top-wrapper"}, name: {className: "pricing1-name", children: "Starter"}, money: {className: "pricing1-money", children: "¥199"}, content: { className: "pricing1-content", children: ( 14500-5Gbps
1410 GB-50TB(含)
141TB流量包
14国内按峰值宽带账单
14弹性计算
云服务器 ECS
), }, line: {className: "pricing1-line"}, buttonWrapper: { className: "pricing1-button-wrapper", children: { a: { className: "pricing1-button", href: "#", children: "立即购买", }, }, }, }, }, { name: "block2", className: "pricing1-block", md: 8, xs: 24, children: { wrapper: {className: "pricing1-block-box "}, topWrapper: {className: "pricing1-top-wrapper"}, name: {className: "pricing1-name", children: "Pro"}, money: {className: "pricing1-money", children: "¥999"}, content: { className: "pricing1-content", children: ( 14大于5Gbps
1450 GB-100TB(含)
145TB流量包
14国内按峰值宽带账单
14弹性计算
14云服务器 ECS
), }, line: {className: "pricing1-line"}, buttonWrapper: { className: "pricing1-button-wrapper", children: { a: { className: "pricing1-button", href: "#", children: "立即购买", }, }, }, }, }, ], }, }; export const Content30DataSource = { wrapper: {className: "home-page-wrapper content3-wrapper"}, page: {className: "home-page content3"}, OverPack: {playScale: 0.3}, titleWrapper: { className: "title-wrapper", children: [ { name: "title", children: "蚂蚁金融云提供专业的服务", className: "title-h1", }, { name: "content", className: "title-content", children: "基于阿里云强大的基础资源", }, ], }, block: { className: "content3-block-wrapper", children: [ { name: "block0", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/ScHBSdwpTkAHZkJ.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "企业资源管理"}, content: { className: "content3-content", children: "云资源集中编排、弹性伸缩、持续发布和部署,高可用及容灾。", }, }, }, { name: "block1", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/NKBELAOuuKbofDD.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "云安全"}, content: { className: "content3-content", children: "按金融企业安全要求打造的完整云上安全体系,全方位保障金融应用及数据安全。", }, }, }, { name: "block2", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/xMSBjgxBhKfyMWX.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "云监控"}, content: { className: "content3-content", children: "分布式云环境集中监控,统一资源及应用状态视图,智能分析及故障定位。", }, }, }, { name: "block3", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/MNdlBNhmDBLuzqp.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "移动"}, content: { className: "content3-content", children: "一站式移动金融APP开发及全面监控;丰富可用组件,动态发布和故障热修复。", }, }, }, { name: "block4", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/UsUmoBRyLvkIQeO.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "分布式中间件"}, content: { className: "content3-content", children: "金融级联机交易处理中间件,大规模分布式计算机,数万笔/秒级并发能力,严格保证交易数据统一性。", }, }, }, { name: "block5", className: "content3-block", md: 8, xs: 24, children: { icon: { className: "content3-icon", children: "https://zos.alipayobjects.com/rmsportal/ipwaQLBLflRfUrg.png", }, textWrapper: {className: "content3-text"}, title: {className: "content3-title", children: "大数据"}, content: { className: "content3-content", children: "一站式、全周期大数据协同工作平台,PB级数据处理、毫秒级数据分析工具。", }, }, }, ], }, }; export const Content120DataSource = { wrapper: {className: "home-page-wrapper content12-wrapper"}, page: {className: "home-page content12"}, OverPack: {playScale: 0.3, className: ""}, titleWrapper: { className: "title-wrapper", children: [ { name: "image", children: "https://gw.alipayobjects.com/zos/rmsportal/PiqyziYmvbgAudYfhuBr.svg", className: "title-image", }, {name: "title", children: "特别鸣谢", className: "title-h1"}, ], }, block: { className: "img-wrapper", children: [ { name: "block0", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/TFicUVisNHTOEeMYXuQF.svg", }, }, }, { name: "block1", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/hkLGkrlCEkGZeMQlnEkD.svg", }, }, }, { name: "block2", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/bqyPRSZmhvrsfJrBvASi.svg", }, }, }, { name: "block3", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/UcsyszzOabdCYDkoPPnM.svg", }, }, }, { name: "block4", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/kRBeaICGexAmVjqBEqgw.svg", }, }, }, { name: "block5", className: "block", md: 8, xs: 24, children: { wrapper: {className: "block-content"}, img: { children: "https://gw.alipayobjects.com/zos/rmsportal/ftBIiyJcCHpHEioRvPsV.svg", }, }, }, ], }, }; export const Footer10DataSource = { wrapper: {className: "home-page-wrapper footer1-wrapper"}, OverPack: {className: "footer1", playScale: 0.2}, block: { className: "home-page", gutter: 0, children: [ { name: "block0", xs: 24, md: 6, className: "block", title: { className: "logo", children: ( ), }, childWrapper: { className: "slogan", children: [ { name: "content0", children: i18n.t("landing.footer.slogan"), }, ], }, }, // { // name: "block1", // xs: 24, // md: 6, // className: "block", // title: { children: "产品" }, // childWrapper: { // children: [ // { name: "link0", href: "#", children: "产品更新记录" }, // { name: "link1", href: "#", children: "API文档" }, // { name: "link2", href: "#", children: "快速入门" }, // { name: "link3", href: "#", children: "参考指南" }, // ], // }, // }, { name: "block2", xs: 24, md: 6, className: "block", title: {children: i18n.t("landing.footer.io.name")}, childWrapper: { children: [ { href: "https://help.imex.online", name: "link0", children: i18n.t("landing.footer.io.help"), }, { href: "https://status.imex.online", name: "link1", children: i18n.t("landing.footer.io.status"), }, ], }, }, { name: "block3", xs: 24, md: 6, className: "block", title: {children: i18n.t("landing.footer.company.name")}, childWrapper: { children: [ { href: "https://imexsystems.ca/privacy", name: "link0", children: i18n.t("landing.footer.company.privacypolicy"), }, // { // href: "/about", // name: "link1", // children: i18n.t("landing.footer.company.about"), // }, { href: "/disclaimer", name: "link2", children: i18n.t("landing.footer.company.disclaimers"), }, { href: "https://imexsystems.ca/schedule-a-demo/", name: "link3", children: i18n.t("landing.footer.company.contact"), }, ], }, }, ], }, copyrightWrapper: {className: "copyright-wrapper"}, copyrightPage: {className: "home-page"}, copyright: { className: "copyright", children: ( ©2022 ImEX Systems used under license. ), }, };