diff --git a/docs/.build/rollup.config.mjs b/docs/.build/rollup.config.mjs
index f50b031c1..a74ddec72 100644
--- a/docs/.build/rollup.config.mjs
+++ b/docs/.build/rollup.config.mjs
@@ -15,19 +15,13 @@ const plugins = [
babel({
exclude: 'node_modules/**',
babelHelpers: 'bundled'
- })
-]
-
-plugins.push(
+ }),
replace({
'process.env.NODE_ENV': '"production"',
- 'process.env.DOCSEARCH_APP_ID': process.env.DOCSEARCH_APP_ID,
- 'process.env.DOCSEARCH_INDEX_NAME': process.env.DOCSEARCH_INDEX_NAME,
- 'process.env.DOCSEARCH_API_KEY': process.env.DOCSEARCH_API_KEY,
preventAssignment: true
}),
nodeResolve()
-)
+]
const rollupConfig = {
input: [
diff --git a/docs/content/index.md b/docs/content/index.md
index 2c94c1050..bad54c163 100644
--- a/docs/content/index.md
+++ b/docs/content/index.md
@@ -3,7 +3,8 @@ title: Welcome to Tabler Documentation
summary: Tabler Docs provides a comprehensive guide to help you get started with the Tabler ecosystem, including its UI components, plugins, and icons. Explore detailed documentation to understand and leverage the full potential of Tabler in your projects.
---
-
+
+
Find all the guides and resources you need to develop with Tabler and our other tools. Explore our UI components, icons, illustrations, and email templates to enhance your web development experience. Our tools are designed to be easy to use, customizable, and fully responsive, ensuring that your projects look great on any device.
diff --git a/docs/public/img/tabler-dark.png b/docs/public/img/tabler-dark.png
new file mode 100644
index 000000000..6c8c98b72
Binary files /dev/null and b/docs/public/img/tabler-dark.png differ
diff --git a/docs/public/img/tabler.png b/docs/public/img/tabler.png
new file mode 100644
index 000000000..ea15f3789
Binary files /dev/null and b/docs/public/img/tabler.png differ