diff --git a/src/pages/LandingPage.jsx b/src/pages/LandingPage.jsx index fa53b03..7c3d9e3 100644 --- a/src/pages/LandingPage.jsx +++ b/src/pages/LandingPage.jsx @@ -5,6 +5,7 @@ import SimpleCanvas from "../components/SimpleCanvas" import Navbar from "../components/Navbar"; import { diagram } from "../data/heroDiagram" import Reveal from "../animations/Reveal"; +import { Steps } from "@douyinfe/semi-ui"; export default function LandingPage() { const [showSurvey, setShowSurvey] = useState(true); @@ -60,7 +61,54 @@ export default function LandingPage() {
- more stuff +
+
Entity-Relationship diagrams simplified
+ + + + + +
+
+ Why drawDB? +
+
+
+ + + +
+ Free +
+
drawDB is completely free of charge.
+
+
+ + + +
+ No registration +
+
No need to sign up or login. Just jump into development.
+
+
+ + + +
+ Simple to use +
+
+ Intuitive design that's easy to navigate. +
+
+
+
+
+
+
+
+ © 2024 drawDB - All right reserved.
);