diff --git a/website/src/assets/images/Carousel/Points-1.png b/website/src/assets/images/Carousel/Points-1.png deleted file mode 100644 index 0ca1a66..0000000 Binary files a/website/src/assets/images/Carousel/Points-1.png and /dev/null differ diff --git a/website/src/assets/images/Carousel/Points-2.png b/website/src/assets/images/Carousel/Points-2.png deleted file mode 100644 index c8ff710..0000000 Binary files a/website/src/assets/images/Carousel/Points-2.png and /dev/null differ diff --git a/website/src/assets/images/Carousel/Points-3.png b/website/src/assets/images/Carousel/Points-3.png deleted file mode 100644 index e22ee5f..0000000 Binary files a/website/src/assets/images/Carousel/Points-3.png and /dev/null differ diff --git a/website/src/assets/images/Carousel/Points-4.png b/website/src/assets/images/Carousel/Points-4.png deleted file mode 100644 index 8b2ff0a..0000000 Binary files a/website/src/assets/images/Carousel/Points-4.png and /dev/null differ diff --git a/website/src/assets/images/Carousel/Points-5.png b/website/src/assets/images/Carousel/Points-5.png deleted file mode 100644 index f8ef48b..0000000 Binary files a/website/src/assets/images/Carousel/Points-5.png and /dev/null differ diff --git a/website/src/components/HeroSection.jsx b/website/src/components/HeroSection.jsx index da42e24..3256734 100644 --- a/website/src/components/HeroSection.jsx +++ b/website/src/components/HeroSection.jsx @@ -199,23 +199,23 @@ export default function HeroSection() { {/* Heading */}

- + 智慧教育 - + 赋能未来

{/* Divider */} -
{/* Subtitle */}
-

+

让校园管理更简单、更智能

diff --git a/website/src/components/RosePieChart.jsx b/website/src/components/RosePieChart.jsx index e271a48..a6156c3 100644 --- a/website/src/components/RosePieChart.jsx +++ b/website/src/components/RosePieChart.jsx @@ -56,7 +56,7 @@ export default function RosePieChart({ onSelect, activeIndex, colors }) { }, series: [{ type: 'pie', - radius: ['20%', '68%'], + radius: ['25%', '75%'], center: ['50%', '50%'], startAngle: 90, padAngle: 3, @@ -149,7 +149,7 @@ export default function RosePieChart({ onSelect, activeIndex, colors }) { transition: 'transform 1s cubic-bezier(0.4, 0, 0.2, 1)', }} > -
+
); } diff --git a/website/src/pages/Home.jsx b/website/src/pages/Home.jsx index 60e8d38..0409674 100644 --- a/website/src/pages/Home.jsx +++ b/website/src/pages/Home.jsx @@ -4,9 +4,8 @@ import HeroSection from '../components/HeroSection' import ScrollReveal from '../components/ScrollReveal' import { products } from '../data/products' -import RosePieChart from '../components/RosePieChart' import hunBg from '../assets/images/hun.jpg' -import { ArrowRight, Play, Users, Building2 } from 'lucide-react' +import { ArrowRight, Shield, Award } from 'lucide-react' import StatNumber from '../components/StatNumber' /* ─── Section 3: 数据亮点 ─── */ @@ -45,36 +44,37 @@ const capabilities = [ /* ─── Section 7: 客户认可 ─── */ const customerCards = [ + { + type: 'featured', + icon: Award, + title: 'AAA级信用企业', + subtitle: '高新技术企业', + featured: true, + }, { type: 'school', - icon: Building2, - title: 'ISO 9001 质量管理体系', - + icon: Shield, + title: 'ISO 9001\n质量管理体系', }, { type: 'video', - icon: Play, - title: 'ISO 14001 环境管理体系', - + icon: Shield, + title: 'ISO 14001\n环境管理体系', }, { type: 'satisfaction', - icon: Users, - title: 'ISO 45001 职业健康安全管理体系', - - }, - - { - type: 'satisfaction', - icon: Users, - title: 'ISO 27001 信息安全管理体系', - + icon: Shield, + title: 'ISO 45001\n职业健康安全管理', }, { type: 'satisfaction', - icon: Users, - title: 'ISO 20000 信息技术服务管理体系', - + icon: Shield, + title: 'ISO 27001\n信息安全管理体系', + }, + { + type: 'satisfaction', + icon: Shield, + title: 'ISO 20000\n信息技术服务管理', }, ] @@ -131,23 +131,23 @@ export default function Home() { {/* ─── 4. 开放能力区(白底) ─── */}
-
+

Core Capabilities

四大产品体系

-

全面覆盖职业院校教学、管理、党建、科研四大核心场景,为数字化校园建设提供一站式解决方案

+

全面覆盖职业院校教学、管理、党建、科研四大核心场景,为数字化校园建设提供一站式解决方案

{/* Tab bar */} -
+
{products.map((p, i) => { const isActive = activeCapability === i return (