Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
linxin committed Sep 13, 2024
2 parents 3071de8 + 2b67730 commit 716c655
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 4 deletions.
37 changes: 37 additions & 0 deletions features/block/top-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Button from '@/components/button'
import { Carousel } from 'antd'
import 'antd/dist/antd.css'
import { useTranslation } from 'next-i18next'
import classNames from 'classnames'

export const BG_BANNER = 'https://pub.pbkrs.com/files/202207/g1pGdC8PkwxTaqmw/trading_platform.png'
const IMAGE_URL = 'https://pub.pbkrs.com/files/202207/Ggr6CvK2f2jWASHe/Group_427318855.png'
Expand Down Expand Up @@ -92,6 +93,11 @@ export const IndexBanner = () => {
'zh-CN': 'https://longbridge.feishu.cn/share/base/form/shrcnnAhb5g9S5xhFdXQnqNwoqc',
'zh-HK': 'https://longbridge.feishu.cn/share/base/form/shrcnj0fuzuoItVbdd6EBYRkyLg?lang=zh-HK',
}
const scImage: any = {
'en': 'https://assets.lbctrl.com/uploads/66a81151-2e01-42ea-b63c-c014a464cae9/en.png',
'zh-CN': 'https://assets.lbctrl.com/uploads/ca6da519-38f0-4291-89d7-79a76cef327c/sc_tc.png',
'zh-HK': 'https://assets.lbctrl.com/uploads/ca6da519-38f0-4291-89d7-79a76cef327c/sc_tc.png',
}
return (
<Carousel className="bg-cover" autoplay effect="fade">
<TopBlock className="bg-repeat-round bg-[#0B0550] relative">
Expand Down Expand Up @@ -152,6 +158,37 @@ export const IndexBanner = () => {
/>
</Block>
</TopBlock>
<TopBlock
className="relative bg-center bg-no-repeat"
imageUrl="https://assets.lbctrl.com/uploads/785c8bd0-f6d4-4876-964c-dbae5fa95d61/whale_bg.jpg"
>
<Block className={classNames('py-10 md:lg-[72px] px-6 md:px-0')}>
<BlockBetween
left={
<>
<div className="mb-1 text-xl text-left text-text_color_3_supplement">
<div className="mb-2 text-brand_color_3">{i18n.t('features_block_top_banner_891190')}</div>
<div className="text-white text-3xl lg:text-[40px] lg:leading-[56px] en:lg:leading-[44px] text-left font-semibold">
<span className="xl:whitespace-nowrap xl:en:whitespace-normal">
{i18n.t('features_block_top_banner_891191')}
</span>
</div>
</div>
<div className="flex space-x-4">
<ContactUs />
</div>
</>
}
right={
<img
src={scImage[i18n.i18n.language]}
alt="sc_tc"
className="right-0 object-cover w-1/2 mx-auto lg:w-[380px] xl:w-[428px] mt-10 lg:mt-0 xl:ml-16"
/>
}
></BlockBetween>
</Block>
</TopBlock>
</Carousel>
)
}
4 changes: 3 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1658,5 +1658,7 @@
"pages_locale_about_891186": "For brokerage clients, Whale offers a range of technology-driven and data-centric services, include the Trading Platform Solution, \"Internet App Plus\" Solution, and Virtual Asset Trading Solution, designed to facilitate seamless trading execution across global stock markets such as the HK stock market, US stock market, US stock options market, Japan stock market, and SG stock market. As a Broker Supplied System (BSS) recognized by the Hong Kong Stock Exchange, Longbridge Technology HK Limited is currently providing service to nearly 100 brokerage firms across Hong Kong, Macau, Singapore, Thailand, and other regions.",
"pages_locale_about_891187": "All-in-1 Wealth Management Digital Solution",
"pages_locale_about_891188": "In wealth management, Whale's All-in-1 Wealth Management Digital Solution, integrated with multiple custodian banks, empowers external asset managers(EAMs), single family offices(SFOs), institutional investors, and ultra-high-net-worth individuals (UHNWIs) to automate and streamline their business processes, as well as manage multiple assets more efficiently and reliably. The solution integrates front and back-office processes, covering asset aggregation, trading management, risk management, client reporting, and CRM.",
"features_wm_contact_us_index_891189": "Wealth Management Platform"
"features_wm_contact_us_index_891189": "Wealth Management Platform",
"features_block_top_banner_891190": "Cost-effetive Remote Access · Seamless Trading Experience",
"features_block_top_banner_891191": "Severe Weather Trading Solution"
}
4 changes: 3 additions & 1 deletion public/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,5 +1061,7 @@
"pages_locale_about_891186": "面向证券经纪客户,我们推出证券交易柜台、互联网 App+、券商虚拟资产交易解决方案,为券商开展港股、美股、美股期权、日股、新股等全球主要证券市场交易提供一站式的科技和数据服务。长桥科技(香港)有限公司是香港交易所经纪自设系统供应商(BSS Vendor),目前服务近 100 家香港、澳门、新加坡、泰国等地券商客户。",
"pages_locale_about_891187": "数字化财富管理交易系统",
"pages_locale_about_891188": "在财富管理领域,我们为外部资产管理公司(EAMs)、家族办公室(SFOs)、机构投资者和超高净值人士(UHNWIs)提供一站式、多资产、跨托管银行的财富管理数字解决方案,提供投资组合管理、交易管理、风险管理、分析报告、客戶关系管理(CRM)等服务,以数字化科技提升业务流程自动化水平,帮助客户更便捷高效、安全稳定地管理资产和投资。",
"features_wm_contact_us_index_891189": "财富管理平台"
"features_wm_contact_us_index_891189": "财富管理平台",
"features_block_top_banner_891190": "恶劣天气远程交易解决方案",
"features_block_top_banner_891191": "打风不停市 交易不间断"
}
4 changes: 3 additions & 1 deletion public/locales/zh-CN/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,5 +1654,7 @@
"pages_locale_about_891186": "面向证券经纪客户,我们推出证券交易柜台、互联网 App+、券商虚拟资产交易解决方案,为券商开展港股、美股、美股期权、日股、新股等全球主要证券市场交易提供一站式的科技和数据服务。长桥科技(香港)有限公司是香港交易所经纪自设系统供应商(BSS Vendor),目前服务近 100 家香港、澳门、新加坡、泰国等地券商客户。",
"pages_locale_about_891187": "数字化财富管理交易系统",
"pages_locale_about_891188": "在财富管理领域,我们为外部资产管理公司(EAMs)、家族办公室(SFOs)、机构投资者和超高净值人士(UHNWIs)提供一站式、多资产、跨托管银行的财富管理数字解决方案,提供投资组合管理、交易管理、风险管理、分析报告、客戶关系管理(CRM)等服务,以数字化科技提升业务流程自动化水平,帮助客户更便捷高效、安全稳定地管理资产和投资。",
"features_wm_contact_us_index_891189": "财富管理平台"
"features_wm_contact_us_index_891189": "财富管理平台",
"features_block_top_banner_891190": "恶劣天气远程交易解决方案",
"features_block_top_banner_891191": "打风不停市 交易不间断"
}
4 changes: 3 additions & 1 deletion public/locales/zh-HK/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1670,5 +1670,7 @@
"pages_locale_about_891186": "面向證券經紀客戶,我們推出證券交易櫃檯、互聯網 App+、券商虛擬資產交易解決方案,為券商開展港股、美股、美股期權、日股、新股等全球主要證券市場交易提供一站式的科技與數據服務。長橋科技(香港)有限公司是香港交易所經紀自設系統供應商(BSS Vendor),目前服務近 100 家香港、澳門、新加坡、泰國等地券商客戶。",
"pages_locale_about_891187": "數字化財富管理交易系統",
"pages_locale_about_891188": "在財富管理領域,我們為外部資產管理公司(EAMs)、家族辦公室(SFOs)、私人銀行及超高淨值人士(UHNWIs)提供一站式、多資產、跨託管銀行的財富管理數字解決方案,提供投資組合管理、交易管理、風險管理、分析報告及客戶關係管理(CRM)等服務,以數字化科技提升業務流程的自動化水平,幫助客戶更便捷高效、安全穩定地管理資產與投資。",
"features_wm_contact_us_index_891189": "財富管理平台"
"features_wm_contact_us_index_891189": "財富管理平台",
"features_block_top_banner_891190": "惡劣天氣遠程交易解決方案",
"features_block_top_banner_891191": "打風不停市 交易不間斷"
}

0 comments on commit 716c655

Please sign in to comment.