Skip to content

Commit

Permalink
Tries to add again
Browse files Browse the repository at this point in the history
  • Loading branch information
codenikel committed Nov 12, 2023
1 parent 8386f95 commit 0e80661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const metadata = {
title: 'Home',
description: 'RadiantKit',
title: 'RadiantKit',
description: 'Build Graphic Apps 10x Faster!',
'google-site-verification': 'xy_j_QQqJqkGPz_WT10w76FR3HBixyk5PdP0QERa3ks'
}

import Hero from '@/components/hero'
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const inter = Inter({

export const metadata = {
title: 'RadiantKit GitHub',
description: 'Build Graphic Apps 10x Faster',
description: 'Build Graphic Apps 10x Faster!',
}

export default function RootLayout({
Expand Down

0 comments on commit 0e80661

Please sign in to comment.