Skip to content

Commit

Permalink
chore: Update metadata in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
keyskull committed Jun 26, 2024
1 parent 27ba439 commit dd725da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import Navbar from '@mitech/shared-components/ui/navbars/navbar-2';
import Sidebar from '@mitech/shared-components/ui/sidebars/sidebar-2';

export const metadata = {
title: 'Next.js',
description: 'Generated by Next.js',
}
title: 'Welcome to Mitech Marketing',
description:
'Mitech Marketing is a digital marketing agency that specializes in SEO, PPC, and social media marketing.',
};


export default function RootLayout({
Expand Down

0 comments on commit dd725da

Please sign in to comment.