diff --git a/site/theme/en-US.js b/site/theme/en-US.js index dcadcb625e..6f9c29c180 100644 --- a/site/theme/en-US.js +++ b/site/theme/en-US.js @@ -27,9 +27,12 @@ module.exports = { 'app.home.design-language': 'Design Language', 'app.home.solution': 'Solution', 'app.home.components-explain': 'Based on the Ant Design language, we have provided a suite of out-of-the-box with high quality for developing and serving enterprise background applications,including the official React implementation and Angular, Vue implementations', + 'app.home.components-react': 'React Components', + 'app.home.components-angular': 'Angular Components', 'app.home.product-pro-slogan': 'Out-of-the-box front-end / Design solution', 'app.home.product-mobile-slogan': 'antd-mobile is a React implementation of Ant Design\'s mobile specification', 'app.home.product-antv-slogan': 'Simple, professional, with unlimited possibilities for data visualization solutions', + 'app.home.product-more': 'Learn more', 'app.home.tool-title': 'Tools & Resources', 'app.home.tool-package-title': 'Ant Design Resources', 'app.home.tool-package-content': 'Ant Design Resources Download', diff --git a/site/theme/template/Home/Page2.jsx b/site/theme/template/Home/Page2.jsx index 24a817ff47..355dcdaa6e 100644 --- a/site/theme/template/Home/Page2.jsx +++ b/site/theme/template/Home/Page2.jsx @@ -74,10 +74,10 @@ export default function Page2({ isMobile, locale }) { const componentButton = (
); @@ -87,7 +87,7 @@ export default function Page2({ isMobile, locale }) { } const content = isMobile && !i ? componentButton : [{item.slogan}
, - learn more