feat: 全站预发布模式——所有产品标注研发中状态,移除定价与交付承诺

- 产品页:添加 status 字段与研发中状态徽章,移除定价信息,功能描述改为规划措辞
- 产品详情:CTA 从立即购买改为预约体验,新增定价待公布区域
- 解决方案详情:关联产品卡片补充研发中状态徽章
- 关于页:更新发展历程里程碑、统计数据、核心价值观,确保与研发阶段逻辑自洽
- 首页:更新社会证明、客户评价、解决方案等区块文案
- 新闻页:分类从产品发布调整为研发动态
- 全站品牌名统一为睿新致远,移除重复文案,规范标点与编码
- 修复 FlipCard 组件 useReducer 替代 useEffect+setState
This commit is contained in:
张翔
2026-05-03 13:34:27 +08:00
parent adb3e8f734
commit f69de14e45
19 changed files with 246 additions and 233 deletions
@@ -45,7 +45,7 @@ export function ProductMatrixSection() {
<span className="text-[#C41E3A] font-calligraphy"></span>
</h2>
<p className="text-base text-[#595959]">
</p>
</motion.div>
@@ -57,6 +57,7 @@ export function ProductMatrixSection() {
description={product.description}
href={`/products/${product.id}`}
index={index}
status={product.status}
/>
))}
</div>