From d58c8fe4047338adaf9f801a355e98f63ccd64ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:56:55 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a2b6680..ca6a112 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Clarity - CRM Built for Real Estate Brokers", - description: "Streamline client management, property tracking, and deal workflows with Clarity. An Apple-inspired CRM platform designed specifically for Egyptian real estate brokers.", - keywords: "CRM, real estate, broker, Egypt, Cairo, client management, property tracking, deal workflow", - metadataBase: new URL("https://clarity-crm.com"), + title: "Clarity - CRM Built for Real Estate Brokers", description: "Streamline client management, property tracking, and deal workflows with Clarity. An Apple-inspired CRM platform designed specifically for Egyptian real estate brokers.", keywords: "CRM, real estate, broker, Egypt, Cairo, client management, property tracking, deal workflow", metadataBase: new URL("https://clarity-crm.com"), alternates: { - canonical: "https://clarity-crm.com", - }, + canonical: "https://clarity-crm.com"}, openGraph: { - title: "Clarity - CRM Built for Real Estate Brokers", - description: "Streamline client management, property tracking, and deal workflows with Clarity. Minimalist, distraction-free interface for Egyptian brokers.", - url: "https://clarity-crm.com", - siteName: "Clarity", - type: "website", - images: [ + title: "Clarity - CRM Built for Real Estate Brokers", description: "Streamline client management, property tracking, and deal workflows with Clarity. Minimalist, distraction-free interface for Egyptian brokers.", url: "https://clarity-crm.com", siteName: "Clarity", type: "website", images: [ { - url: "https://clarity-crm.com/og-image.png", - alt: "Clarity CRM Dashboard", - }, + url: "https://clarity-crm.com/og-image.png", alt: "Clarity CRM Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "Clarity - CRM Built for Real Estate Brokers", - description: "Manage clients, properties, and deals in one beautiful, distraction-free space.", - images: ["https://clarity-crm.com/twitter-image.png"], + card: "summary_large_image", title: "Clarity - CRM Built for Real Estate Brokers", description: "Manage clients, properties, and deals in one beautiful, distraction-free space.", images: ["https://clarity-crm.com/twitter-image.png"], }, robots: { index: true,