revert(home): restore preferred hero headline per user request
- H1 恢复为「让每一家企业都拥有数据驱动的决策能力」(seed + 兜底默认同步) - db:seed 已生效,首页 curl 实测渲染确认 - 视觉基线三端(home + 深浅主题)更新
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user