This commit is contained in:
2026-02-12 21:12:55 +08:00
parent a94815399f
commit 6e39a01e8c
5 changed files with 311 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import { RocketOutlined, RightOutlined } from '@ant-design/icons';
import { useNavigate } from 'react-router-dom';
import { motion } from 'framer-motion';
import { getConfigs } from '../api';
import ActivityList from '../components/activity/ActivityList';
import './Home.css';
const { Title, Paragraph } = Typography;
@@ -107,6 +108,10 @@ const Home = () => {
</Paragraph>
</motion.div>
</div>
<div style={{ maxWidth: '1200px', margin: '0 auto', padding: '0 24px' }}>
<ActivityList />
</div>
<div className="product-scroll-container">
<Row gutter={[24, 24]} wrap={false}>