-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
186 additions
and
54 deletions.
There are no files selected for viewing
19 changes: 13 additions & 6 deletions
19
src/app/[locale]/(auth)/(center)/sign-in/[[...sign-in]]/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 13 additions & 6 deletions
19
src/app/[locale]/(auth)/(center)/sign-up/[[...sign-up]]/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 12 additions & 6 deletions
18
src/app/[locale]/(auth)/dashboard/user-profile/[[...user-profile]]/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
{ | ||
"Index": { | ||
"title": "Hello world!" | ||
"meta_title": "Next.js Boilerplate Presentation", | ||
"meta_description": "Next js Boilerplate is the perfect starter code for your project. Build your React application with the Next.js framework." | ||
}, | ||
"Guestbook": { | ||
"meta_title": "Guestbook", | ||
"meta_description": "An example of CRUD operation" | ||
}, | ||
"About": { | ||
"meta_title": "About", | ||
"meta_description": "About page description" | ||
}, | ||
"Portfolio": { | ||
"meta_title": "Portfolio", | ||
"meta_description": "Welcome to my portfolio page!" | ||
}, | ||
"PortfolioSlug": { | ||
"meta_title": "Portfolio {slug}", | ||
"meta_description": "Porfolio {slug} description" | ||
}, | ||
"SignIn": { | ||
"meta_title": "Sign in", | ||
"meta_description": "Seamlessly sign in to your account with our user-friendly login process." | ||
}, | ||
"SignUp": { | ||
"meta_title": "Sign up", | ||
"meta_description": "Effortlessly create an account through our intuitive sign-up process." | ||
}, | ||
"Dashboard": { | ||
"meta_title": "Dashboard" | ||
}, | ||
"UserProfile": { | ||
"meta_title": "User Profile" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
{ | ||
"Index": { | ||
"title": "Bonjour monde!" | ||
"meta_title": "Présentation de Next.js Boilerplate", | ||
"meta_description": "Next js Boilerplate is the perfect starter code for your project. Build your React application with the Next.js framework." | ||
}, | ||
"Guestbook": { | ||
"meta_title": "Livre d'or", | ||
"meta_description": "Un exemple de fonctionnement CRUD" | ||
}, | ||
"About": { | ||
"meta_title": "A propos", | ||
"meta_description": "A propos description" | ||
}, | ||
"Portfolio": { | ||
"meta_title": "Portfolio", | ||
"meta_description": "Bienvenue sur ma page portfolio!" | ||
}, | ||
"PortfolioSlug": { | ||
"meta_title": "Portfolio {slug}", | ||
"meta_description": "Porfolio {slug} description" | ||
}, | ||
"SignIn": { | ||
"meta_title": "Se connecter", | ||
"meta_description": "Connectez-vous à votre compte avec facilité." | ||
}, | ||
"SignUp": { | ||
"meta_title": "S'inscrire", | ||
"meta_description": "Créez un compte sans effort grâce à notre processus d'inscription intuitif." | ||
}, | ||
"Dashboard": { | ||
"meta_title": "Dashboard" | ||
}, | ||
"UserProfile": { | ||
"meta_title": "Profil de l'utilisateur" | ||
} | ||
} |