|
|
@@ -441,30 +441,7 @@ const NewHomePage: React.FC = () => {
|
|
|
<CategoryScroll categories={categories} onNavigate={navigate} />
|
|
|
</div>
|
|
|
|
|
|
- {/* 智能体入口 */}
|
|
|
- <div className="mt-6 px-4">
|
|
|
- <div className="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-2xl p-6 border border-blue-200">
|
|
|
- <div className="flex items-center justify-between">
|
|
|
- <div>
|
|
|
- <h3 className="font-serif text-lg font-bold text-blue-900 mb-1">
|
|
|
- 智能助手
|
|
|
- </h3>
|
|
|
- <p className="text-blue-700 text-sm">
|
|
|
- AI智能助手,为您提供专业咨询
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <div className="flex-shrink-0">
|
|
|
- <SparklesIcon className="w-8 h-8 text-blue-600" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <button
|
|
|
- onClick={() => navigate('/ai-agents')}
|
|
|
- className="mt-4 w-full bg-blue-600 text-white py-2 px-4 rounded-full text-sm font-medium hover:bg-blue-700 transition-colors"
|
|
|
- >
|
|
|
- 立即体验
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ {/* 智能体入口已移除 */}
|
|
|
|
|
|
{/* 推荐岗位 */}
|
|
|
{recommendedJobs.length > 0 && (
|