diff --git a/src/components/detail/detail-hero.tsx b/src/components/detail/detail-hero.tsx index 7b755da..8576f7a 100644 --- a/src/components/detail/detail-hero.tsx +++ b/src/components/detail/detail-hero.tsx @@ -83,12 +83,9 @@ export function DetailHero({ borderColor: `${theme.accentColor}25`, }} > - + - + {badge || theme.badge} )} @@ -192,13 +189,11 @@ export function DetailHero({ transition={{ delay: 1.5, duration: 0.3 }} className="absolute bottom-8 left-1/2 -translate-x-1/2" > - - + diff --git a/src/components/ui/brand-visuals.tsx b/src/components/ui/brand-visuals.tsx index a68cf4d..3ad43a1 100644 --- a/src/components/ui/brand-visuals.tsx +++ b/src/components/ui/brand-visuals.tsx @@ -5,8 +5,6 @@ import { useReducedMotion } from '@/hooks/use-reduced-motion'; // ===== 抽象几何装饰 - 用于各 section 背景 ===== export function GeometricDecoration({ variant = 'circles' }: { variant?: 'circles' | 'lines' | 'grid' | 'waves' }) { - const shouldReduceMotion = useReducedMotion(); - if (variant === 'circles') { return (