File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,25 @@ export default function Home() {
3030 </ div >
3131 < div className = "hidden md:flex items-center gap-6" >
3232 < Link
33- href = "#"
33+ href = "http://nexent.tech"
34+ className = "text-sm font-medium text-slate-600 hover:text-slate-900 dark:text-slate-300 dark:hover:text-white transition-colors"
35+ >
36+ Nexent
37+ </ Link >
38+ < Link
39+ href = "http://modelengine-ai.net"
3440 className = "text-sm font-medium text-slate-600 hover:text-slate-900 dark:text-slate-300 dark:hover:text-white transition-colors"
3541 >
3642 ModelEngine
3743 </ Link >
3844 < Link
39- href = "#"
45+ href = "http://nexent.tech/contact"
46+ className = "text-sm font-medium text-slate-600 hover:text-slate-900 dark:text-slate-300 dark:hover:text-white transition-colors"
47+ >
48+ 联系我们
49+ </ Link >
50+ < Link
51+ href = "http://nexent.tech/about"
4052 className = "text-sm font-medium text-slate-600 hover:text-slate-900 dark:text-slate-300 dark:hover:text-white transition-colors"
4153 >
4254 关于我们
@@ -160,19 +172,13 @@ export default function Home() {
160172 </ div >
161173 < div className = "flex items-center gap-6" >
162174 < Link
163- href = "#"
164- className = "text-sm text-slate-600 hover:text-slate-900 dark:text-slate-400 dark:hover:text-white"
165- >
166- 隐私政策
167- </ Link >
168- < Link
169- href = "#"
175+ href = "https://github.com/nexent-hub/nexent?tab=License-1-ov-file#readme"
170176 className = "text-sm text-slate-600 hover:text-slate-900 dark:text-slate-400 dark:hover:text-white"
171177 >
172178 使用条款
173179 </ Link >
174180 < Link
175- href = "# "
181+ href = "http://nexent.tech/contact "
176182 className = "text-sm text-slate-600 hover:text-slate-900 dark:text-slate-400 dark:hover:text-white"
177183 >
178184 联系我们
You can’t perform that action at this time.
0 commit comments