From cd8aab3a511091ce378ff7ebcaa42bf979f00882 Mon Sep 17 00:00:00 2001 From: LofiSu Date: Sun, 26 Jan 2025 22:34:40 +0800 Subject: refactor: rewrite --- src/HomePage.tsx | 90 -------------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 src/HomePage.tsx (limited to 'src/HomePage.tsx') diff --git a/src/HomePage.tsx b/src/HomePage.tsx deleted file mode 100644 index 4498a85..0000000 --- a/src/HomePage.tsx +++ /dev/null @@ -1,90 +0,0 @@ -import React from 'react'; -import { motion } from 'framer-motion'; -// import { FaGithub, FaDiscord } from 'react-icons/fa'; -// import { SiPython, SiTypescript, SiReact } from 'react-icons/si'; -import { Button, Card } from '@nextui-org/react'; -import { ThreeBackground } from './components/ThreeBackground'; -import { StatsCard } from './components/StatsCard'; -import { FeatureCard } from './components/FeatureCard'; - -const HomePage: React.FC = () => { - return ( -
- - {/* Hero Section */} -
- -

- HydroRoll -

-

- 下一代开源 TRPG 骰子机器人框架,为你的游戏体验带来无限可能 -

-
- - -
-
-
- - {/* Features Section */} -
-
-

- 核心特性 -

-
- } - title="Python 驱动" - description="基于 Python 构建,提供灵活且强大的插件系统" - /> - } - title="TypeScript 支持" - description="完整的 TypeScript 类型支持,提供更好的开发体验" - /> - } - title="现代化框架" - description="采用现代化的框架设计,支持多平台部署" - /> -
-
-
- - {/* Stats Section */} -
-
-
- - - -
-
-
-
- ); -}; - -export default HomePage; -- cgit v1.2.3-70-g09d2