diff --git a/src/app/(marketing)/about/brand/brand-content.tsx b/src/app/(marketing)/about/brand/brand-content.tsx index cda6b26..58addb4 100644 --- a/src/app/(marketing)/about/brand/brand-content.tsx +++ b/src/app/(marketing)/about/brand/brand-content.tsx @@ -90,7 +90,7 @@ export default function BrandContent() { 睿新致遠 diff --git a/src/app/(marketing)/methodology/methodology-content.tsx b/src/app/(marketing)/methodology/methodology-content.tsx index 2dd7c61..2eb8b27 100644 --- a/src/app/(marketing)/methodology/methodology-content.tsx +++ b/src/app/(marketing)/methodology/methodology-content.tsx @@ -34,7 +34,7 @@ export function MethodologyContent({ data }: MethodologyContentProps) { {heroSubtitle} @@ -42,7 +42,7 @@ export function MethodologyContent({ data }: MethodologyContentProps) { {heroTitle} @@ -50,7 +50,7 @@ export function MethodologyContent({ data }: MethodologyContentProps) { {heroDescription} diff --git a/src/app/(marketing)/products/products-content-v3.tsx b/src/app/(marketing)/products/products-content-v3.tsx index a8939a5..c2e761e 100644 --- a/src/app/(marketing)/products/products-content-v3.tsx +++ b/src/app/(marketing)/products/products-content-v3.tsx @@ -96,7 +96,7 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) {
{heroTitle1}
@@ -108,7 +108,7 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { style={{ transformOrigin: 'left' }} initial={{ scaleX: 0 }} animate={{ scaleX: 1 }} - transition={{ duration: 0.8, delay: 1.2, ease: EASE_OUT }} + transition={{ duration: 0.3, delay: 1.2, ease: EASE_OUT }} /> @@ -118,7 +118,7 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { {heroDescriptionLines.map((line, i) => ( @@ -132,7 +132,7 @@ function HeroSection({ pageCopy }: { pageCopy?: PageCopy | null }) { diff --git a/src/app/(marketing)/solutions/solution-detail-content-v3.tsx b/src/app/(marketing)/solutions/solution-detail-content-v3.tsx index 64dcf7d..d48c399 100644 --- a/src/app/(marketing)/solutions/solution-detail-content-v3.tsx +++ b/src/app/(marketing)/solutions/solution-detail-content-v3.tsx @@ -45,7 +45,7 @@ function DetailHero({ solution }: DetailHeroProps) {
@@ -62,7 +62,7 @@ function DetailHero({ solution }: DetailHeroProps) { {solution.title} @@ -71,7 +71,7 @@ function DetailHero({ solution }: DetailHeroProps) { {solution.description} @@ -80,7 +80,7 @@ function DetailHero({ solution }: DetailHeroProps) { diff --git a/src/app/(marketing)/team/team-content-v3.tsx b/src/app/(marketing)/team/team-content-v3.tsx index ad40540..3b9ead9 100644 --- a/src/app/(marketing)/team/team-content-v3.tsx +++ b/src/app/(marketing)/team/team-content-v3.tsx @@ -167,7 +167,7 @@ export default function TeamContentV3({ data }: { data: Record {(teamData.heroTitle || '').split('\n').map((line, i) => ( diff --git a/src/components/detail/detail-product-value.tsx b/src/components/detail/detail-product-value.tsx index f67f3f9..871370e 100644 --- a/src/components/detail/detail-product-value.tsx +++ b/src/components/detail/detail-product-value.tsx @@ -118,7 +118,7 @@ export function ProductValueSection({ product }: ProductValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-120px' }} - transition={{ duration: 0.8, ease: [0.22, 1, 0.36, 1] }} + transition={{ duration: 0.3, ease: [0.22, 1, 0.36, 1] }} className="mb-16 sm:mb-20" >
@@ -243,7 +243,7 @@ export function ProductValueSection({ product }: ProductValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-80px' }} - transition={{ duration: 0.75, delay: 0.2 }} + transition={{ duration: 0.3, delay: 0.2 }} className="mt-24" >
diff --git a/src/components/detail/service-value.tsx b/src/components/detail/service-value.tsx index ec51e2e..8caf89a 100644 --- a/src/components/detail/service-value.tsx +++ b/src/components/detail/service-value.tsx @@ -26,7 +26,7 @@ export function ServiceValueSection({ service }: ServiceValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-120px' }} - transition={{ duration: 0.8, ease: [0.22, 1, 0.36, 1] }} + transition={{ duration: 0.3, ease: [0.22, 1, 0.36, 1] }} className="mb-16 sm:mb-20" >
diff --git a/src/components/detail/solution-value.tsx b/src/components/detail/solution-value.tsx index cc322e7..65f3168 100644 --- a/src/components/detail/solution-value.tsx +++ b/src/components/detail/solution-value.tsx @@ -21,7 +21,7 @@ export function SolutionValueSection({ solution }: SolutionValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-120px' }} - transition={{ duration: 0.8, ease: [0.22, 1, 0.36, 1] }} + transition={{ duration: 0.3, ease: [0.22, 1, 0.36, 1] }} className="mb-16 sm:mb-20" >
@@ -119,7 +119,7 @@ export function SolutionValueSection({ solution }: SolutionValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-80px' }} - transition={{ duration: 0.75, delay: 0.3 }} + transition={{ duration: 0.3, delay: 0.3 }} >
@@ -164,7 +164,7 @@ export function SolutionValueSection({ solution }: SolutionValueSectionProps) { initial={{ opacity: 0, y: 32 }} whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, margin: '-80px' }} - transition={{ duration: 0.75, delay: 0.4 }} + transition={{ duration: 0.3, delay: 0.4 }} className="mt-20" >
diff --git a/src/components/ui/brand-visuals.tsx b/src/components/ui/brand-visuals.tsx index 4cb6700..a68cf4d 100644 --- a/src/components/ui/brand-visuals.tsx +++ b/src/components/ui/brand-visuals.tsx @@ -69,7 +69,7 @@ export function DataBar({ value, max = 100, label, color = 'brand' }: { value: n initial={{ width: 0 }} whileInView={{ width: `${percentage}%` }} viewport={{ once: true }} - transition={{ duration: 1, ease: [0.16, 1, 0.3, 1], delay: 0.2 }} + transition={{ duration: 0.3, ease: [0.16, 1, 0.3, 1], delay: 0.2 }} className="h-full rounded-full" style={{ backgroundColor: colorMap[color] }} />