From 42e12aba81ca05df16abcffe345334f21f097e9c Mon Sep 17 00:00:00 2001 From: kurise <3067168909@qq.com> Date: Thu, 30 Apr 2026 17:50:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(faq):=20=E6=96=B0=E5=A2=9E=E5=B8=B8?= =?UTF-8?q?=E8=A6=8B=E5=95=8F=E7=AD=94=E6=89=8B=E9=A2=A8=E7=90=B4=E5=8D=80?= =?UTF-8?q?=E5=A1=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/App.jsx | 2 + src/components/FAQ.jsx | 77 +++++++++++++++++++++++++++++++++ src/data/faq.js | 44 +++++++++++++++++++ src/index.css | 97 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 220 insertions(+) create mode 100644 src/components/FAQ.jsx create mode 100644 src/data/faq.js diff --git a/src/App.jsx b/src/App.jsx index 3a7c65b..20e656f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,6 +5,7 @@ import Features from './components/Features'; import UseCases from './components/UseCases'; import Pricing from './components/Pricing'; import CallToAction from './components/CallToAction'; +import FAQ from './components/FAQ'; import Footer from './components/Footer'; function App() { @@ -17,6 +18,7 @@ function App() { +