diff --git a/assets/images/merakiui-thumbnail.png b/assets/images/merakiui-thumbnail.png deleted file mode 100644 index 358e126..0000000 Binary files a/assets/images/merakiui-thumbnail.png and /dev/null differ diff --git a/nuxt.config.js b/nuxt.config.js index 46102cc..5824186 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -31,7 +31,7 @@ export default { hid: "description", name: "description", content: - "Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", + "Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", }, { name: "twitter:card", content: "summary_large_image" }, { @@ -43,7 +43,7 @@ export default { hid: "twitter:description", name: "twitter:description", content: - "Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", + "Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", }, { hid: "twitter:image", @@ -68,7 +68,7 @@ export default { hid: "og:description", property: "og:description", content: - "Beautiful Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", + "Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode.", }, ], link: [ diff --git a/pages/index.vue b/pages/index.vue index 777227d..a5e4fa7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,13 +4,10 @@
-

Start building your next project with an awesome components build with utilities

- -

- Beautiful Tailwind CSS +

Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode. -

+

@@ -50,7 +53,6 @@ export default { data() { return { components_count: 108, - premium: 'premium Themes' }; }, };