feat: improve production site trust flows

This commit is contained in:
2026-04-26 10:50:46 +08:00
parent 3e368e663e
commit 68d4f09b72
41 changed files with 1584 additions and 225 deletions
+3 -3
View File
@@ -68,10 +68,10 @@ export async function ProjectSidebar({ project, locale }: ProjectSidebarProps) {
className="flex items-center justify-between group p-3 border border-gray-200 dark:border-gray-700 hover:border-black dark:hover:border-white transition-colors bg-gray-50 dark:bg-gray-800"
>
<div className="flex items-center gap-3">
<span className="material-icons">{icon}</span>
<span className="material-icons" aria-hidden="true">{icon}</span>
<span className="font-bold text-sm">{link.title || label}</span>
</div>
<span className="material-icons text-sm group-hover:translate-x-1 transition-transform">
<span className="material-icons text-sm group-hover:translate-x-1 transition-transform" aria-hidden="true">
arrow_forward
</span>
</a>
@@ -110,7 +110,7 @@ export async function ProjectSidebar({ project, locale }: ProjectSidebarProps) {
<div className="absolute bottom-0 left-0 w-16 h-16 bg-black opacity-10 rounded-full transform -translate-x-8 translate-y-8"></div>
<div className="relative z-10 text-center">
<div className="w-12 h-12 bg-white rounded-full border-2 border-black flex items-center justify-center mx-auto mb-4 group-hover:scale-110 transition-transform">
<span className="material-icons text-2xl">rocket_launch</span>
<span className="material-icons text-2xl" aria-hidden="true">rocket_launch</span>
</div>
<h3 className="font-display font-bold text-xl mb-2">{t('buildYourOwnAgent')}</h3>
<p className="text-sm font-medium mb-6">{t('buildAgentDesc')}</p>