diff --git a/src/components/sections/hero-section.tsx b/src/components/sections/hero-section.tsx index 6820e9b..f889ed5 100644 --- a/src/components/sections/hero-section.tsx +++ b/src/components/sections/hero-section.tsx @@ -1,9 +1,9 @@ 'use client'; import { useEffect, useRef, useState } from 'react'; -import { motion, AnimatePresence } from 'framer-motion'; +import { motion } from 'framer-motion'; import { RippleButton, SealButton } from '@/components/ui/ripple-button'; -import { FadeUp, StaggerContainer, StaggerItem, CountUp, FloatingElement, SplitText, GradientText, MagneticButton, BlurReveal, CounterWithEffect } from '@/lib/animations'; +import { SplitText, GradientText, MagneticButton, BlurReveal, CounterWithEffect } from '@/lib/animations'; import { InkDecoration, InkBackground } from '@/components/ui/ink-decoration'; import { COMPANY_INFO, STATS } from '@/lib/constants'; import { ArrowRight, Shield, Zap, Award } from 'lucide-react'; @@ -64,7 +64,7 @@ export function HeroSection() {
@@ -115,7 +115,7 @@ export function HeroSection() { handleScrollTo('contact')} - className="min-w-[180px]" + className="min-w-45" > 立即咨询 @@ -126,7 +126,7 @@ export function HeroSection() { size="lg" variant="outline" onClick={() => handleScrollTo('about')} - className="min-w-[180px]" + className="min-w-45" > 了解更多