diff --git a/preview/pages/wizard.html b/preview/pages/wizard.html index 31523c704..044f3c252 100644 --- a/preview/pages/wizard.html +++ b/preview/pages/wizard.html @@ -9,7 +9,7 @@ permalink: wizard.html
{% include "ui/illustration.html" image="boy-girl.svg" height="200" class="mb-n2" %}

Welcome to Tabler!

-

Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again.

+

{{ site.description }}

{% include "ui/hr.html" text="your data" position="center" class="hr-text-spaceless" %} diff --git a/shared/data/site.json b/shared/data/site.json index 35be27727..6e6ecf38e 100644 --- a/shared/data/site.json +++ b/shared/data/site.json @@ -1,6 +1,7 @@ { "title": "Tabler", - "description": "Premium and Open Source dashboard template with responsive and high quality UI.", + "descriptionShort": "Premium and Open Source dashboard template with responsive and high quality UI.", + "description": "Tabler is packed with beautifully crafted components and powerful features. Jump in and start building a stunning dashboard — all for free!", "themeColor": "#066fd1", "email": "support@tabler.io", "homepage": "https://tabler.io", diff --git a/shared/includes/layout/banner.html b/shared/includes/layout/banner.html index 74a3c564f..06975ce7a 100644 --- a/shared/includes/layout/banner.html +++ b/shared/includes/layout/banner.html @@ -1,5 +1,5 @@