Skip to content

Commit e70114a

Browse files
authored
Merge pull request #2 from codedthemes/seo_change
seo review change
2 parents 04badd5 + 2613300 commit e70114a

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

src/app/layout.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ const fontOpenSans = Open_Sans({
1212
});
1313

1414
export const metadata = {
15-
title: 'Datta Able - Next.js Tailwind Admin Template',
16-
description: 'Download Datta Able Tailwind CSS Template, a premium Tailwind CSS Admin Template developed by CodedThemes.'
15+
title: 'Free Tailwind CSS + Next.js Admin Template - CodedThemes',
16+
description:
17+
'Datta Able, a free Tailwind CSS + NextJS admin template to build your project faster, better and deliver the ultimate user experience.'
1718
};
1819

1920
export default function RootLayout({ children }) {

src/layout/Dashboard/Footer.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ export default function Footer() {
2323
<div className="col-span-12 my-1 md:col-span-6">
2424
<ul className="*:text-theme-bodycolor dark:*:text-themedark-bodycolor *:hover:text-primary-500 dark:*:hover:text-primary-500 mb-0 ltr:sm:text-right rtl:sm:text-left">
2525
<li className="inline-block max-sm:mr-2 sm:ml-2">
26-
<Link href="/">Home</Link>
27-
</li>
28-
<li className="inline-block max-sm:mr-2 sm:ml-2">
29-
<Link href="https://codedthemes.gitbook.io/datta/datta-able-tailwind" target="_blank">
30-
Documentation
26+
<Link href="https://codedthemes.com/item/category/admin-templates/" target="_blank">
27+
More Theme
3128
</Link>
3229
</li>
3330
<li className="inline-block max-sm:mr-2 sm:ml-2">
34-
<Link href="https://codedthemes.support-hub.io/" target="_blank">
35-
Support
31+
<Link
32+
href="https://github.com/codedthemes/datta-able-free-tailwind-nextjs-admin-template?tab=readme-ov-file#getting-started"
33+
target="_blank"
34+
>
35+
Get Started
3636
</Link>
3737
</li>
3838
</ul>

src/views/Landing.jsx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ export default function Landing() {
5151
</div>
5252
</div>
5353
</div>
54+
<div className="flex items-center">
55+
<a
56+
href="https://github.com/codedthemes/datta-able-free-tailwind-nextjs-admin-template"
57+
target="_blank"
58+
className="btn btn-outline-dark border-secondary-500 rounded-full text-white"
59+
>
60+
<i className="ti ti-brand-github"></i>
61+
</a>
62+
</div>
5463
<div className="flex items-center">
5564
<a
5665
href="https://codedthemes.com/item/datta-able-tailwind-admin-template/"
@@ -66,11 +75,7 @@ export default function Landing() {
6675
<div className="relative z-10 container">
6776
<div className="mx-auto w-full text-center md:w-10/12">
6877
<h1 className="wow animate__fadeInUp mb-5 text-[22px] leading-[1.2] text-white md:text-[36px] lg:text-[48px]">
69-
Explore One of the
70-
<span className="animate-[move-bg_24s_infinite_linear] bg-gradient-to-r from-[rgb(37,161,244)] via-[rgb(249,31,169)] to-[rgb(37,161,244)] bg-[length:400%_100%] bg-clip-text bg-left-top font-semibold text-transparent">
71-
Featured Dashboard
72-
</span>
73-
Template in CodedThemes
78+
Datta Able Free Tailwind CSS + Next.js Admin Template
7479
</h1>
7580
<div className="wow animate__fadeInUp">
7681
<div className="mx-auto sm:w-8/12">

0 commit comments

Comments
 (0)