+
+
diff --git a/website_astro/src/content/how_to_use/custom_styles.md b/website_astro/src/content/how_to_use/custom_styles.md
index b331bcf..841479f 100644
--- a/website_astro/src/content/how_to_use/custom_styles.md
+++ b/website_astro/src/content/how_to_use/custom_styles.md
@@ -4,8 +4,8 @@ You can customize the styles using the [Maputnik](https://maputnik.github.io/) e
When you use a customized style, you need to host the style JSON yourself and use its URL in MapLibre.
-[Customize Bright](https://maputnik.github.io/editor?style=https://tiles.openfreemap.org/styles/bright)
+Customize Bright
-[Customize Liberty](https://maputnik.github.io/editor?style=https://tiles.openfreemap.org/styles/liberty)
+Customize Liberty
-[Customize Positron](https://maputnik.github.io/editor?style=https://tiles.openfreemap.org/styles/positron)
+Customize Positron
diff --git a/website_astro/src/content/how_to_use/maplibre.md b/website_astro/src/content/how_to_use/maplibre.md
index d9865e3..1455545 100644
--- a/website_astro/src/content/how_to_use/maplibre.md
+++ b/website_astro/src/content/how_to_use/maplibre.md
@@ -14,8 +14,8 @@ Initialize it to a div like this:
diff --git a/website_astro/src/pages/how_to_use.astro b/website_astro/src/pages/how_to_use.astro
deleted file mode 100644
index 4cd2f56..0000000
--- a/website_astro/src/pages/how_to_use.astro
+++ /dev/null
@@ -1,21 +0,0 @@
----
-import Layout from '../layouts/Layout.astro'
-
-import { Content as MaplibreText } from '../content/how_to_use/maplibre.md'
-import { Content as MapboxText } from '../content/how_to_use/mapbox.md'
-import { Content as LeafletText } from '../content/how_to_use/leaflet.md'
-import { Content as MobileText } from '../content/how_to_use/mobile.md'
-import { Content as CustomStylesText } from '../content/how_to_use/custom_styles.md'
-import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.md'
----
-
-
-
+
diff --git a/website_astro/src/pages/quick_start.astro b/website_astro/src/pages/quick_start.astro
new file mode 100644
index 0000000..6df56b5
--- /dev/null
+++ b/website_astro/src/pages/quick_start.astro
@@ -0,0 +1,68 @@
+---
+import Layout from '../layouts/Layout.astro'
+import Map from '../components/Map.astro'
+
+import { Content as MaplibreText } from '../content/how_to_use/maplibre.md'
+import { Content as MapboxText } from '../content/how_to_use/mapbox.md'
+import { Content as LeafletText } from '../content/how_to_use/leaflet.md'
+import { Content as MobileText } from '../content/how_to_use/mobile.md'
+import { Content as CustomStylesText } from '../content/how_to_use/custom_styles.md'
+import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.md'
+import Logo from '../components/Logo.astro'
+---
+
+
+
+
+
+
+ This guide provides step-by-step instructions for integrating OpenFreeMap into your website or
+ mobile application.
+
+ To get started, choose a style from the default styles provided below. Later, there'll be
+ options to use custom styles as well.
+