refactor: 优化网站页面结构和数据展示
- 增强服务数据模型,添加 challenges 和 outcomes 字段 - 简化统计数据配置,改为静态定义 - 重构多个页面组件,优化代码结构 - 新增产品、服务、解决方案相关的布局和组件 - 更新样式和动画配置 - 优化测试用例和类型定义 - 修复 ESLint 错误:移除不必要的 useEffect 和未使用的导入
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: '服务条款 - 睿新致远',
|
||||
description: '四川睿新致远科技有限公司服务条款',
|
||||
title: '服务条款',
|
||||
description: '四川睿新致远科技有限公司(诺瓦隆)服务条款。请仔细阅读以下条款,使用我们的服务即表示您同意这些条款。',
|
||||
};
|
||||
|
||||
export default function TermsOfServicePage() {
|
||||
@@ -170,7 +170,7 @@ export default function TermsOfServicePage() {
|
||||
|
||||
<section className="bg-[#FFFBF5] p-6 rounded-lg border-l-4 border-[#C41E3A]">
|
||||
<p className="text-[#1C1C1C] font-medium mb-2">最后更新日期</p>
|
||||
<p className="text-[#5C5C5C]">2026年2月26日</p>
|
||||
<p className="text-[#5C5C5C]">2026年4月25日</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user