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
+7 -4
View File
@@ -1,4 +1,4 @@
import type { Metadata } from "next";
import type { Metadata, Viewport } from "next";
import "./globals.css";
import { Geist } from "next/font/google";
import { cn } from "@/lib/utils";
@@ -8,17 +8,20 @@ import { OfflineIndicator } from "@/components/ui/offline-indicator";
const geist = Geist({ subsets: ["latin"], variable: "--font-sans" });
export const metadata: Metadata = {
title: "Cognis",
title: "Revanios",
description: "Self-hosted freelancer operating dashboard",
manifest: "/manifest.json",
themeColor: "#ffffff",
appleWebApp: {
capable: true,
statusBarStyle: "default",
title: "Cognis",
title: "Revanios",
},
};
export const viewport: Viewport = {
themeColor: "#ffffff",
};
export default function RootLayout({
children,
}: Readonly<{