From 64cc04e4d99003fb523f05a2e4cf2ea7df2637e6 Mon Sep 17 00:00:00 2001 From: SiteAgent Bot Date: Mon, 29 Dec 2025 00:54:10 +0800 Subject: [PATCH] manual save(2025-12-29 00:54) --- src/components/Footer.tsx | 2 +- src/components/Header.tsx | 2 +- src/components/Hero.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'; /** * 数字递增动画组件