Skip to content

Commit

Permalink
refactor: title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
bmenegidio committed Jul 18, 2024
1 parent f1be915 commit fa89b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ const jetBrains_Mono = JetBrains_Mono({ subsets: ['latin'], variable: '--code-fo
const patua_One = Patua_One({ weight: ['400'], subsets: ['latin'], variable: '--heading-font' });

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'Bruno Menegidio da Silva - Full Stack Software Engineer',
description:
'Desenvolvedor Web, com experiência em tecnologias como; Angular, React.JS, Next.JS, Node.JS, Nest.JS, MongoDB..',
};

export default function RootLayout({
Expand Down

0 comments on commit fa89b5d

Please sign in to comment.