diff --git a/src/app/(marketing)/home-content-v15.tsx b/src/app/(marketing)/home-content-v15.tsx index 063674d..d1edd09 100644 --- a/src/app/(marketing)/home-content-v15.tsx +++ b/src/app/(marketing)/home-content-v15.tsx @@ -358,7 +358,7 @@ function TrustSection({ pageCopy }: { pageCopy?: HomePageCopy | null }) { {/* 首批客户共创计划:如实呈现共创/内测/授权公开状态,不虚构客户 */} - +
@@ -439,7 +439,7 @@ function NarrativeSection({ pageCopy }: { pageCopy?: HomePageCopy | null }) {
{NARRATIVE_ACTS_CMS.map((act) => ( - +
{items.slice(0, 4).map((insight, i) => ( - + {phases.map((phase, idx) => ( diff --git a/src/app/(marketing)/products/erp-upgrade/erp-upgrade-content-v2.tsx b/src/app/(marketing)/products/erp-upgrade/erp-upgrade-content-v2.tsx index fc0a5ec..ce56105 100644 --- a/src/app/(marketing)/products/erp-upgrade/erp-upgrade-content-v2.tsx +++ b/src/app/(marketing)/products/erp-upgrade/erp-upgrade-content-v2.tsx @@ -178,7 +178,7 @@ export default function ErpUpgradeContentV2({ item }: ErpUpgradeContentV2Props) {PAIN_POINTS.map((item, index) => (
{UPGRADE_BENEFITS.map((item, index) => (
{UPGRADE_PROCESS.map((item, index) => (
@@ -352,7 +352,7 @@ export default function ErpUpgradeContentV2({ item }: ErpUpgradeContentV2Props) {certifications.length > 0 ? ( {certifications.map((cert, index) => (
{features.map((feature, idx) => ( @@ -175,7 +175,7 @@ function BenefitsSection({ benefits }: BenefitsSectionProps) {
- + {benefits.map((benefit, idx) => (
- + {process.map((step, idx) => (
{specializedProducts.map((product) => ( @@ -413,7 +413,7 @@ function SuiteCombosSection({ products }: { products: Product[] }) { {SUITE_COMBOS.map((combo, idx) => { diff --git a/src/app/(marketing)/solutions/solution-detail-content-v3.tsx b/src/app/(marketing)/solutions/solution-detail-content-v3.tsx index 4def5b7..2793cb7 100644 --- a/src/app/(marketing)/solutions/solution-detail-content-v3.tsx +++ b/src/app/(marketing)/solutions/solution-detail-content-v3.tsx @@ -118,7 +118,7 @@ function ChallengesSection({ challenges }: ChallengesSectionProps) {
- + {challenges.map((challenge, idx) => (
- + {solutions.map((solution, idx) => (
- + {valueProposition.points.map((point, idx) => { const icon = VALUE_ICONS[point.icon] || ; return ( @@ -275,7 +275,7 @@ function SuiteCombinationSection({ suiteCombination, products }: SuiteCombinatio
- + {primaryProducts.map((product) => product && (
- + {layers.map((layer, index) => (
- + {categories.map((category, index) => (
- + {metrics.map((metric, index) => (
diff --git a/src/components/detail/detail-certifications-section.tsx b/src/components/detail/detail-certifications-section.tsx index d9dddf2..e769665 100644 --- a/src/components/detail/detail-certifications-section.tsx +++ b/src/components/detail/detail-certifications-section.tsx @@ -50,7 +50,7 @@ export function CertificationsSection({ certifications }: CertificationsSectionP {/* flex 直接挂 StaggerReveal(同 CaseStudiesSection 的布局要点) */} diff --git a/src/components/detail/detail-hero.tsx b/src/components/detail/detail-hero.tsx index c1cc531..1b026fc 100644 --- a/src/components/detail/detail-hero.tsx +++ b/src/components/detail/detail-hero.tsx @@ -54,7 +54,7 @@ export function DetailHero({ visible: { transition: { staggerChildren: 0.12, - delayChildren: 0.2, + delayChildren: 0.05, }, }, }} diff --git a/src/components/sections/case-detail-page.tsx b/src/components/sections/case-detail-page.tsx index 76bdf99..0fddd21 100644 --- a/src/components/sections/case-detail-page.tsx +++ b/src/components/sections/case-detail-page.tsx @@ -482,7 +482,7 @@ function RelatedServicesSection({ services }: { services: CaseDetailData['servic
- + {services.slice(0, 3).map((s) => (