Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user