diff --git a/src/assets/mariadb.png b/src/assets/mariadb.png
new file mode 100644
index 0000000..4c97929
Binary files /dev/null and b/src/assets/mariadb.png differ
diff --git a/src/assets/mysql.png b/src/assets/mysql.png
new file mode 100644
index 0000000..5e75077
Binary files /dev/null and b/src/assets/mysql.png differ
diff --git a/src/assets/postgres.png b/src/assets/postgres.png
new file mode 100644
index 0000000..1503562
Binary files /dev/null and b/src/assets/postgres.png differ
diff --git a/src/assets/sql-server.png b/src/assets/sql-server.png
new file mode 100644
index 0000000..8c55a1a
Binary files /dev/null and b/src/assets/sql-server.png differ
diff --git a/src/assets/sqlite.png b/src/assets/sqlite.png
new file mode 100644
index 0000000..00d0dac
Binary files /dev/null and b/src/assets/sqlite.png differ
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 5cad0fc..1a11bd2 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -15,7 +15,14 @@ export default function Navbar() {
-
+
+ document
+ .getElementById("features")
+ .scrollIntoView({ behavior: "smooth" })
+ }
+ >
Features
+ Export the DDL script to run on your database or export the diagram as a
+ JSON or an image.
+