From a49802857ca0e39d51dc66179b2e52db9c62e089 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:17 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e8f210..fb2b3d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,35 +6,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Klyvor - Virtual Office for Remote Teams", - description: "Walk around as avatars, talk naturally when nearby, join rooms instantly. Klyvor brings the office vibe to remote teams with proximity-based communication and organic collaboration.", - keywords: "virtual office, remote work, team collaboration, proximity chat, pixelart, remote teams, video call alternative, meeting fatigue", - metadataBase: new URL("https://klyvor.com"), + title: "Klyvor - Virtual Office for Remote Teams", description: "Walk around as avatars, talk naturally when nearby, join rooms instantly. Klyvor brings the office vibe to remote teams with proximity-based communication and organic collaboration.", keywords: "virtual office, remote work, team collaboration, proximity chat, pixelart, remote teams, video call alternative, meeting fatigue", metadataBase: new URL("https://klyvor.com"), alternates: { - canonical: "https://klyvor.com", - }, + canonical: "https://klyvor.com"}, openGraph: { - title: "Klyvor - Virtual Office for Remote Teams", - description: "Recreate office spontaneity without the commute. One shared world, no links, no fragmentation. Just presence.", - url: "https://klyvor.com", - siteName: "Klyvor", - type: "website", - }, + title: "Klyvor - Virtual Office for Remote Teams", description: "Recreate office spontaneity without the commute. One shared world, no links, no fragmentation. Just presence.", url: "https://klyvor.com", siteName: "Klyvor", type: "website"}, twitter: { - card: "summary_large_image", - title: "Klyvor - Virtual Office for Remote Teams", - description: "Walk around as avatars, talk naturally when nearby, join rooms instantly.", - }, + card: "summary_large_image", title: "Klyvor - Virtual Office for Remote Teams", description: "Walk around as avatars, talk naturally when nearby, join rooms instantly."}, robots: { index: true, follow: true,