aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/pages/index.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/index.mdx')
-rw-r--r--docs/pages/index.mdx14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx
index 058465c..b5b08bd 100644
--- a/docs/pages/index.mdx
+++ b/docs/pages/index.mdx
@@ -1,11 +1,7 @@
-# Introduction
-
-Welcome to Nextra! This is a basic docs template. You can use it as a starting point for your own project :)
+---
+description: "Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust."
+---
-## What is Nextra?
+import LandingPage from "../components/pages/landing";
-A **simple**, **powerful** and **flexible** site generation framework with everything you love from Next.js.
-
-## Documentation
-
-The documentation is available at [https://nextra.site](https://nextra.site).
+<LandingPage />