Skip to content

Commit 364208d

Browse files
authored
Update layout.tsx
1 parent 5b6a354 commit 364208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Analytics } from "@vercel/analytics/react"
77

88
export const metadata: Metadata = {
99
title: 'Code Gems',
10-
description: 'Discover remarkable GitHub projects',
10+
description: 'Welcome to Code Gems - a community-driven platform for discovering and sharing remarkable GitHub projects! The heart of Code Gems is YOU - developers, designers, and tech enthusiasts who know about amazing open-source projects that deserve more visibility.',
1111
keywords: ['github', 'projects', 'code', 'gems', 'programming'],
1212
icons: {
1313
icon: [
@@ -20,7 +20,7 @@ export const metadata: Metadata = {
2020
},
2121
openGraph: {
2222
title: 'Code Gems',
23-
description: 'Discover remarkable GitHub projects',
23+
description: 'Welcome to Code Gems - a community-driven platform for discovering and sharing remarkable GitHub projects! The heart of Code Gems is YOU - developers, designers, and tech enthusiasts who know about amazing open-source projects that deserve more visibility.',
2424
type: 'website',
2525
},
2626
}

0 commit comments

Comments
 (0)