chore: update document titles, metadata, and copy to Revanios

This commit is contained in:
poyrazavsever
2026-06-08 23:19:57 +03:00
parent 6d8e73a1d3
commit 989a62b04e
9 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { AnalyticsClient } from "./analytics-client";
import { redirect } from "next/navigation";
export const metadata = {
title: "Analizler - Cognis",
title: "Analizler - Revanios",
};
export default async function AnalyticsPage() {
+1 -1
View File
@@ -33,7 +33,7 @@ const documents = [
date: "May 08, 2026",
category: "Design",
starred: false,
summary: "Core design tokens, typography, and color palette for the Cognis rebrand.",
summary: "Core design tokens, typography, and color palette for the Revanios rebrand.",
owner: "Alex R.",
tags: ["Design", "UI", "Branding"],
aiAnalysis: "Identifies 'Cyber-Lavender' as the primary action color. Typography is set to Geist Sans."
+2 -2
View File
@@ -28,7 +28,7 @@ const goals = [
},
{
id: 2,
title: "Launch Cognis AI Mobile App",
title: "Launch Revanios AI Mobile App",
category: "Product",
progress: 85,
deadline: "May 25, 2026",
@@ -238,7 +238,7 @@ export default function GoalsPage() {
<div className="flex items-center gap-3">
<div className="p-2 bg-blue-500/10 rounded-sm"><Briefcase className="h-4 w-4 text-blue-400" /></div>
<div>
<div className="text-xs font-bold">Project: Cognis App</div>
<div className="text-xs font-bold">Project: Revanios App</div>
<div className="text-[9px] text-muted-foreground uppercase mt-1">Core Requirement</div>
</div>
</div>
+1 -1
View File
@@ -24,7 +24,7 @@ export default async function DashboardLayout({
redirect("/portal");
}
const fallbackName = user?.email?.split("@")[0] ?? "Cognis Kullanıcısı";
const fallbackName = user?.email?.split("@")[0] ?? "Revanios Kullanıcısı";
const displayName =
[profile?.first_name, profile?.last_name].filter(Boolean).join(" ") ||
fallbackName;
+1 -1
View File
@@ -3,7 +3,7 @@ import { DashboardClient } from "./dashboard-client";
import { redirect } from "next/navigation";
export const metadata = {
title: "Dashboard - Cognis",
title: "Dashboard - Revanios",
};
export default async function DashboardPage() {