Update branding references throughout the application to reflect Peaksys as the developer, including changes to the README, admin user email, candidate team names, and metadata descriptions.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m36s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m36s
This commit is contained in:
@@ -5,7 +5,7 @@ import { NextRequest, NextResponse } from "next/server";
|
||||
* In production: use NextAuth, Clerk, or Supabase Auth
|
||||
*/
|
||||
const MOCK_ADMIN = {
|
||||
email: "admin@cars-front.local",
|
||||
email: "admin@peaksys.local",
|
||||
name: "Admin User",
|
||||
role: "admin",
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ const geistMono = Geist_Mono({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Évaluateur Maturité IA Gen",
|
||||
description: "Équipe Cars Front - Outil d'évaluation de la maturité IA Gen",
|
||||
description: "Outil d'évaluation de la maturité IA Gen par Peaksys",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
|
||||
<div className="border-t border-zinc-200 dark:border-zinc-700 py-8 text-center">
|
||||
<p className="font-mono text-xs text-zinc-500 dark:text-zinc-400">
|
||||
IA Gen Maturity Evaluator · Équipe Cars Front
|
||||
IA Gen Maturity Evaluator · Peaksys
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -62,7 +62,7 @@ export function CandidateForm({
|
||||
onChange={(e) => onChange("candidateTeam", e.target.value)}
|
||||
className={inputClass}
|
||||
disabled={disabled}
|
||||
placeholder="Cars Front"
|
||||
placeholder="Peaksys"
|
||||
/>
|
||||
</div>
|
||||
<div className="border-t border-zinc-200 dark:border-zinc-600 pt-4 sm:col-span-2 lg:col-span-3" />
|
||||
|
||||
Reference in New Issue
Block a user