Skip to content

Commit 9e05218

Browse files
committed
experiment with landing title
1 parent 123b1c6 commit 9e05218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminforth/documentation/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55

66
const config: Config = {
77
title: 'Vue & Node admin panel framework',
8-
tagline: 'Start developing backoffice using open-source admin framework on Tailwind UI and extend it with Vue3',
8+
tagline: 'Launch robust back-office apps faster with AdminForth’s easy setup and customization',
99
favicon: 'img/favicon.png',
1010

1111
// Set the production url of your site here

adminforth/documentation/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function HomepageHeader() {
8989
<header className={clsx('hero', styles.heroBanner)}>
9090
<div className="container" >
9191
<Heading as="h1" className={clsx('hero__title', styles.heroBannerTitle)} >
92-
Create admin panels faster on Node and Vue with AdminForth framework
92+
The Free, Open-Source Admin Framework for Node, Vue & Tailwind
9393
</Heading>
9494
<p className="hero__subtitle">{siteConfig.tagline}</p>
9595

0 commit comments

Comments
 (0)