diff --git a/src/app/Landing/EnjoyDev/HighWay/index.tsx b/src/app/Landing/EnjoyDev/HighWay/index.tsx index 483cdb279..9fe2d7e06 100644 --- a/src/app/Landing/EnjoyDev/HighWay/index.tsx +++ b/src/app/Landing/EnjoyDev/HighWay/index.tsx @@ -19,7 +19,7 @@ const HighWay: FC = () => { - + ) } diff --git a/src/app/Landing/EnjoyDev/index.tsx b/src/app/Landing/EnjoyDev/index.tsx index 5f9aac8b5..58b160be7 100644 --- a/src/app/Landing/EnjoyDev/index.tsx +++ b/src/app/Landing/EnjoyDev/index.tsx @@ -37,7 +37,7 @@ const EnjoyDev: FC = () => { return ( - Hey, Tips ! + Secret Tip ! 上线、<GradientText wallpaper={wallpaper}>获取反馈</GradientText>、迭代 diff --git a/src/app/Landing/Footer/index.tsx b/src/app/Landing/Footer/index.tsx new file mode 100644 index 000000000..10ca1e9ad --- /dev/null +++ b/src/app/Landing/Footer/index.tsx @@ -0,0 +1,26 @@ +import { FC } from 'react' + +import Button from '@/widgets/Buttons/Button' +import { Wrapper, Logo, Title, Desc, Highlight, Buttons } from '../styles/footer' + +const Footer: FC = () => { + return ( + + + + 节省您的宝贵时间 + + 你只需专注于产品的核心功能,将周边的「杂活儿 + 」交给 Groupher + + + + + + + ) +} + +export default Footer diff --git a/src/app/Landing/TechStacks/StackCard.tsx b/src/app/Landing/TechStacks/StackCard.tsx index c68ac6c4d..b27b2fb2e 100644 --- a/src/app/Landing/TechStacks/StackCard.tsx +++ b/src/app/Landing/TechStacks/StackCard.tsx @@ -31,7 +31,7 @@ const StackCard: FC = () => { 我们的主要技术栈 - 现代化的产品体验得益于现代化的技术栈及工具,这里列出部分主要工具,略表敬意。 + 现代化的产品体验得益于现代化的技术栈及工具,这里列出主要部分,特表敬意。 diff --git a/src/app/Landing/TechStacks/index.tsx b/src/app/Landing/TechStacks/index.tsx index 6f0f30b6a..477e23cd6 100644 --- a/src/app/Landing/TechStacks/index.tsx +++ b/src/app/Landing/TechStacks/index.tsx @@ -9,7 +9,7 @@ const TeckStacks: FC = () => { return ( - 源码开放,诚邀共建 + 开源项目,诚邀共建 由开源技术栈驱动,开放透明,期待您的共同参与 diff --git a/src/app/Landing/index.tsx b/src/app/Landing/index.tsx index b7ef758e7..567824d62 100644 --- a/src/app/Landing/index.tsx +++ b/src/app/Landing/index.tsx @@ -27,6 +27,7 @@ import TechStacks from './TechStacks' import DashboardIntros from './DashboardIntros' import EnjoyDev from './EnjoyDev' import UsersWall from './UsersWall' +import Footer from './Footer' import { Wrapper, @@ -149,14 +150,14 @@ const LandingPage: FC = () => { - + - - - + + +