- {/* 品牌标识:深色画布使用白色版 Logo(浅色版见 header/footer) */}
+ {/* 品牌标识:浅色画布使用深色版 Logo(深色版见 footer 深色区块) */}
- {/* 品牌口号 Badge:深色画布上的品牌红电压 */}
+ {/* 品牌口号 Badge:浅色画布上的品牌红信号 */}
{slogan && (
-
+
{slogan}
)}
- {/* 主标题:大胆、直接(深色画布上的白色宣言) */}
+ {/* 主标题:大胆、直接(浅色画布上的墨色宣言) */}
{heading}
@@ -224,10 +224,10 @@ function HeroSection({ heroData, stats }: {
>
{displayStats.map((stat, i) => (
-
+
{stat.value}
-
+
{stat.label}
@@ -241,7 +241,7 @@ function HeroSection({ heroData, stats }: {
initial={{ opacity: 0, y: 30 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.35, delay: 0.24, ease: EASE_OUT }}
- className="text-lg sm:text-xl text-white/70 max-w-2xl leading-relaxed mb-10"
+ className="text-lg sm:text-xl text-text-secondary max-w-2xl leading-relaxed mb-10"
>
{subheading}
@@ -259,7 +259,7 @@ function HeroSection({ heroData, stats }: {
{secondaryCtaLabel}
@@ -268,7 +268,7 @@ function HeroSection({ heroData, stats }: {
- {/* 右侧:产品视觉(SVG 数据看板示意,浅色卡片浮于深色画布) */}
+ {/* 右侧:产品视觉(SVG 数据看板示意,浅色卡片浮于浅色画布) */}