Skip to content

Commit

Permalink
fix: a couple descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 25, 2024
1 parent e70dd68 commit 8c6cdc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/landing-v0/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { Metadata } from 'next';
export const metadata: Metadata = {
metadataBase: new URL('https://hyprsqrl.com'),
title: {
default: 'HyprSqrl - AI Automation',
default: 'HyprSqrl - AI Agents for your Business Finance Automation',
template: '%s | HyprSqrl',
},
description: 'AI agents that automate your tasks and workflows.',
description: 'AI agents that automate your business tasks and workflows.',
icons: {
icon: '/favicon.ico',
shortcut: '/favicon.ico',
Expand All @@ -28,8 +28,8 @@ export const metadata: Metadata = {
},
twitter: {
card: 'summary_large_image',
title: 'HyprSqrl - AI Automation',
description: 'AI agents that automate your tasks and workflows.',
title: 'HyprSqrl - AI Agents for your Business Finance Automation',
description: 'AI agents that automate your business tasks and workflows.',
images: ['/og-new-hyprsqrlcrypto.png'],
},
};
Expand Down

0 comments on commit 8c6cdc5

Please sign in to comment.