diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ebdd169f..eae93138 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,9 +1,32 @@ -import styles from './index.less'; +import styles from "./index.less"; +import { Carousel } from "antd"; + +const contentStyle = { + height: "160px", + color: "#fff", + lineHeight: "160px", + textAlign: "center", + background: "#364d79", +}; export default function IndexPage() { return (

Page index

+ +
+

1

+
+
+

2

+
+
+

3

+
+
+

4

+
+
); }