From a773b87e689541fe1865316dac72ce6963db4c4e Mon Sep 17 00:00:00 2001 From: vsxd Date: Fri, 13 Mar 2026 15:15:13 +0800 Subject: [PATCH] Adjust landing footer and remove CTA section --- web/src/i18n/locales/en.json | 2 +- web/src/i18n/locales/zh.json | 2 +- web/src/pages/landing.tsx | 36 ++++++++---------------------------- 3 files changed, 10 insertions(+), 30 deletions(-) diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json index 9ba2b635..6f4261f3 100644 --- a/web/src/i18n/locales/en.json +++ b/web/src/i18n/locales/en.json @@ -65,7 +65,7 @@ "ctaTitle": "Ready to Get Started?", "ctaDescription": "Start your local development environment with a single command and experience the complete skill management workflow", "ctaButton": "Try Now", - "footerLicense": "© 2026 SkillHub. MIT License.", + "footerLicense": "© 2026 SkillHub. Apache License 2.0.", "footerDocs": "Docs", "footerGithub": "GitHub", "footerCommunity": "Community" diff --git a/web/src/i18n/locales/zh.json b/web/src/i18n/locales/zh.json index 82620106..53eae321 100644 --- a/web/src/i18n/locales/zh.json +++ b/web/src/i18n/locales/zh.json @@ -65,7 +65,7 @@ "ctaTitle": "准备好开始了吗?", "ctaDescription": "一条命令即可启动本地开发环境,体验完整的技能管理流程", "ctaButton": "立即体验", - "footerLicense": "© 2026 SkillHub。MIT 许可证。", + "footerLicense": "© 2026 SkillHub。Apache License 2.0。", "footerDocs": "文档", "footerGithub": "GitHub", "footerCommunity": "社区" diff --git a/web/src/pages/landing.tsx b/web/src/pages/landing.tsx index 43db1c69..802def87 100644 --- a/web/src/pages/landing.tsx +++ b/web/src/pages/landing.tsx @@ -252,31 +252,6 @@ export function LandingPage() { -
-
-
-
-

- {t('landing.ctaTitle')} -

-

- {t('landing.ctaDescription')} -

-
- make dev-all -
-
- -
-
-
-
@@ -284,9 +259,14 @@ export function LandingPage() {
{t('landing.footerLicense')}
- {t('landing.footerDocs')} - {t('landing.footerGithub')} - {t('landing.footerCommunity')} + + {t('landing.footerGithub')} +