revert(home): restore preferred hero headline per user request

- H1 恢复为「让每一家企业都拥有数据驱动的决策能力」(seed + 兜底默认同步)
- db:seed 已生效,首页 curl 实测渲染确认
- 视觉基线三端(home + 深浅主题)更新
This commit is contained in:
2026-08-19 16:54:49 +08:00
parent 5ed82101e0
commit 56be17b0ba
12 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ function HeroSection({ heroData, stats }: {
}) {
const containerRef = useRef<HTMLDivElement>(null);
const heading = heroData?.heading || heroData?.headingBottom || '从数据到决策,让转型可量化';
const heading = heroData?.heading || heroData?.headingBottom || '让每一家企业都拥有数据驱动的决策能力';
const subheading = heroData?.subheading || heroData?.description || '';
const ctaLabel = heroData?.ctaLabel || '预约咨询';
const ctaHref = heroData?.ctaHref || '/contact';