diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 9bad864..85b71bc 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -15,7 +15,7 @@ import { COMPANY_INFO, FOOTER_LINKS, SOCIAL_MEDIA, -} from '../../lib/constants'; +} from '../lib/constants'; /** * Footer 组件 - 企业官网页脚 diff --git a/src/components/Header.tsx b/src/components/Header.tsx index bd27cbb..b5c0a4a 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -2,7 +2,7 @@ import { useState, useEffect, useCallback } from 'react'; import { Link, useLocation } from 'react-router-dom'; import { motion, AnimatePresence } from 'framer-motion'; import { Menu, X, Building2 } from 'lucide-react'; -import { NAVIGATION_MENU } from '../../lib/constants'; +import { NAVIGATION_MENU } from '../lib/constants'; /** * Header 组件 - 企业官网导航栏 diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 81ddc46..2e5da3c 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -1,7 +1,7 @@ import { useEffect, useRef } from 'react'; import { motion, useInView, useAnimation } from 'framer-motion'; import { ArrowDown, TrendingUp, Users, Building2, Award } from 'lucide-react'; -import { COMPANY_INFO, COMPANY_STATS } from '../../lib/constants'; +import { COMPANY_INFO, COMPANY_STATS } from '../lib/constants'; /** * 数字递增动画组件