Skip to content

Commit

Permalink
Update meta title
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed Feb 9, 2024
1 parent 76dab79 commit 276e71d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/auth/sign-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ import type { Metadata } from 'next';
import SignInForm from '@/components/auth/sign-in-form';

export const metadata: Metadata = {
title: 'Sign In — Secure Access to Your Account',
title: 'Sign In — Salimi',
description:
'Sign in to your account securely. Access personalized features, update your information, and explore a tailored digital experience. Your gateway to a seamless online presence.',
alternates: {
canonical: '/auth/sign-in'
},
openGraph: {
url: '/auth/sign-in',
title: 'Sign In — Secure Access to Your Account',
title: 'Sign In — Salimi',
description:
'Sign in to your account securely. Access personalized features, update your information, and explore a tailored digital experience. Your gateway to a seamless online presence.'
},
twitter: {
card: 'summary_large_image',
title: 'Sign In — Secure Access to Your Account',
title: 'Sign In — Salimi',
description:
'Sign in to your account securely. Access personalized features, update your information, and explore a tailored digital experience. Your gateway to a seamless online presence.'
}
Expand Down
6 changes: 3 additions & 3 deletions app/auth/sign-up/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ import type { Metadata } from 'next';
import SignUpForm from '@/components/auth/sign-up-form';

export const metadata: Metadata = {
title: 'Sign Up — Start Your Digital Journey Today',
title: 'Sign Up — Salimi',
description:
'Create your account and embark on a personalized digital experience. Sign up now to unlock exclusive features, share your story, and connect with a world of opportunities.',
alternates: {
canonical: '/auth/sign-up'
},
openGraph: {
url: '/auth/sign-up',
title: 'Sign Up — Start Your Digital Journey Today',
title: 'Sign Up — Salimi',
description:
'Create your account and embark on a personalized digital experience. Sign up now to unlock exclusive features, share your story, and connect with a world of opportunities.'
},
twitter: {
card: 'summary_large_image',
title: 'Sign Up — Start Your Digital Journey Today',
title: 'Sign Up — Salimi',
description:
'Create your account and embark on a personalized digital experience. Sign up now to unlock exclusive features, share your story, and connect with a world of opportunities.'
}
Expand Down

0 comments on commit 276e71d

Please sign in to comment.