export { DetailHero } from './detail-hero'; export { ProductValueSection } from './detail-product-value'; export { DetailTrustSection } from './detail-trust-section'; export { L3SignalsSlot } from './l3-signals-slot'; export { EarlyAccessNotice } from './early-access-notice'; export { L3EmptyFallback } from './l3-empty-fallback'; export { DetailCTASection } from './detail-cta-section'; export { CaseStudyCard } from './detail-case-study'; export { CertificationList } from './detail-certification'; // L3 信任层共享区块(B-2 合并自 solution/product/service 详情页的本地重复实现) export { CaseStudiesSection } from './detail-case-studies-section'; export { CertificationsSection } from './detail-certifications-section'; export { SolutionValueSection } from './solution-value'; export { ServiceValueSection } from './service-value'; export { ListPageHero } from './list-page-hero'; export { ProductCard } from './product-card'; export { SolutionCard } from './solution-service-card'; export { TiltCard, PressableButton, HoverLink } from './micro-interactions'; // 注:brand-elements.tsx(BrandSeal/CalligraphyText/SectionHeader)与 // detail-cross-recommend.tsx(CrossRecommendGrid)此前 0 消费者,已于 2026-08-31 删除。