chore: rebrand project from Revanios to Neta and update associated assets and configurations
This commit is contained in:
@@ -3,7 +3,7 @@ import { AnalyticsClient } from "./analytics-client";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export const metadata = {
|
||||
title: "Analizler - Revanios",
|
||||
title: "Analizler - Neta",
|
||||
};
|
||||
|
||||
export default async function AnalyticsPage() {
|
||||
|
||||
@@ -33,7 +33,7 @@ const documents = [
|
||||
date: "May 08, 2026",
|
||||
category: "Design",
|
||||
starred: false,
|
||||
summary: "Core design tokens, typography, and color palette for the Revanios rebrand.",
|
||||
summary: "Core design tokens, typography, and color palette for the Neta rebrand.",
|
||||
owner: "Alex R.",
|
||||
tags: ["Design", "UI", "Branding"],
|
||||
aiAnalysis: "Identifies 'Cyber-Lavender' as the primary action color. Typography is set to Geist Sans."
|
||||
|
||||
@@ -28,7 +28,7 @@ const goals = [
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Launch Revanios AI Mobile App",
|
||||
title: "Launch Neta 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: Revanios App</div>
|
||||
<div className="text-xs font-bold">Project: Neta App</div>
|
||||
<div className="text-[9px] text-muted-foreground uppercase mt-1">Core Requirement</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@ export default async function DashboardLayout({
|
||||
redirect("/portal");
|
||||
}
|
||||
|
||||
const fallbackName = user?.email?.split("@")[0] ?? "Revanios Kullanıcısı";
|
||||
const fallbackName = user?.email?.split("@")[0] ?? "Neta Kullanıcısı";
|
||||
const displayName =
|
||||
[profile?.first_name, profile?.last_name].filter(Boolean).join(" ") ||
|
||||
fallbackName;
|
||||
|
||||
@@ -3,7 +3,7 @@ import { DashboardClient } from "./dashboard-client";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export const metadata = {
|
||||
title: "Dashboard - Revanios",
|
||||
title: "Dashboard - Neta",
|
||||
};
|
||||
|
||||
export default async function DashboardPage() {
|
||||
|
||||
@@ -44,7 +44,7 @@ export async function POST(request: Request) {
|
||||
|
||||
const result = streamText({
|
||||
model,
|
||||
system: `Sen Revanios içindeki kişisel Freelancer OS asistanısın.
|
||||
system: `Sen Neta içindeki kişisel Freelancer OS asistanısın.
|
||||
Kullanıcının kayıtlı verileri hakkında kısa, net ve Türkçe cevap ver.
|
||||
Veri yoksa bunu açıkça söyle. Klinik, finansal veya hukuki kesin hüküm verme.
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
+2
-2
@@ -8,13 +8,13 @@ import { OfflineIndicator } from "@/components/ui/offline-indicator";
|
||||
const geist = Geist({ subsets: ["latin"], variable: "--font-sans" });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Revanios",
|
||||
title: "Neta",
|
||||
description: "Self-hosted freelancer operating dashboard",
|
||||
manifest: "/manifest.json",
|
||||
appleWebApp: {
|
||||
capable: true,
|
||||
statusBarStyle: "default",
|
||||
title: "Revanios",
|
||||
title: "Neta",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ export default async function LoginPage({
|
||||
{error && message && <ErrorToaster message={String(message)} />}
|
||||
<AuthPageShell
|
||||
title="Giriş yap"
|
||||
description="Revanios çalışma alanına erişmek için hesabına giriş yap."
|
||||
description="Neta çalışma alanına erişmek için hesabına giriş yap."
|
||||
form={
|
||||
<form className="space-y-6">
|
||||
<div className="space-y-4">
|
||||
|
||||
@@ -36,7 +36,7 @@ export default async function RegisterPage({
|
||||
{error && message && <ErrorToaster message={String(message)} />}
|
||||
<AuthPageShell
|
||||
title="İlk admin hesabını oluştur"
|
||||
description="Bu self-host kurulumu için Revanios çalışma alanının ilk yönetici hesabını oluştur."
|
||||
description="Bu self-host kurulumu için Neta çalışma alanının ilk yönetici hesabını oluştur."
|
||||
form={
|
||||
<form className="space-y-6">
|
||||
<div className="space-y-4">
|
||||
|
||||
Reference in New Issue
Block a user