From 92c84e9dab8f9664977cab65b46cbc726151f5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=BD=98?= <16176807+xaioppan@user.noreply.gitee.com> Date: Mon, 8 Jun 2026 17:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=AC=E6=BB=91=E5=8A=A8=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/index.html | 40 ++++++ website/src/components/HeroSection.jsx | 159 +++++++++++------------- website/src/components/ScrollReveal.jsx | 55 +++++--- website/src/components/StatNumber.jsx | 43 +++++++ website/src/data/products.js | 24 ++-- website/src/pages/Home.jsx | 53 ++------ website/src/pages/ProductPage.jsx | 5 +- 7 files changed, 224 insertions(+), 155 deletions(-) create mode 100644 website/src/components/StatNumber.jsx diff --git a/website/index.html b/website/index.html index cd759bd..d3826c4 100644 --- a/website/index.html +++ b/website/index.html @@ -11,4 +11,44 @@