From 276e71dbef1643f0f85f046580c92b7ccf81aa16 Mon Sep 17 00:00:00 2001 From: Mohamad Salimi Date: Fri, 9 Feb 2024 15:44:12 +0800 Subject: [PATCH] Update meta title --- app/auth/sign-in/page.tsx | 6 +++--- app/auth/sign-up/page.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/auth/sign-in/page.tsx b/app/auth/sign-in/page.tsx index eecea72..26f0100 100644 --- a/app/auth/sign-in/page.tsx +++ b/app/auth/sign-in/page.tsx @@ -3,7 +3,7 @@ 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: { @@ -11,13 +11,13 @@ export const metadata: Metadata = { }, 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.' } diff --git a/app/auth/sign-up/page.tsx b/app/auth/sign-up/page.tsx index 7b111ca..90d87cb 100644 --- a/app/auth/sign-up/page.tsx +++ b/app/auth/sign-up/page.tsx @@ -3,7 +3,7 @@ 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: { @@ -11,13 +11,13 @@ export const metadata: Metadata = { }, 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.' }