Update src/app/layout.tsx
This commit is contained in:
@@ -5,31 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const notoSans = Noto_Sans({
|
||||
variable: "--font-noto-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-noto-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Prestige Realty | Luxury Real Estate Portfolio",
|
||||
description: "Discover exceptional luxury properties and expert real estate services. Browse our curated portfolio of premium estates and book your private consultation today.",
|
||||
keywords: ["luxury real estate", "premium properties", "estate sales", "high-end homes", "real estate investment"],
|
||||
title: "Prestige Realty | Luxury Real Estate Portfolio", description: "Discover exceptional luxury properties and expert real estate services. Browse our curated portfolio of premium estates and book your private consultation today.", keywords: ["luxury real estate", "premium properties", "estate sales", "high-end homes", "real estate investment"],
|
||||
openGraph: {
|
||||
title: "Prestige Realty | Luxury Real Estate Portfolio",
|
||||
description: "Discover exceptional luxury properties and expert real estate services tailored for discerning clients worldwide.",
|
||||
siteName: "Prestige Realty",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Prestige Realty | Luxury Real Estate Portfolio", description: "Discover exceptional luxury properties and expert real estate services tailored for discerning clients worldwide.", siteName: "Prestige Realty", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg",
|
||||
alt: "Luxury oceanfront estate"
|
||||
url: "https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", alt: "Luxury oceanfront estate"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Prestige Realty | Luxury Real Estate",
|
||||
description: "Premium property portfolio and exclusive real estate services for elite clientele.",
|
||||
images: ["https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg"]
|
||||
card: "summary_large_image", title: "Prestige Realty | Luxury Real Estate", description: "Premium property portfolio and exclusive real estate services for elite clientele.", images: ["https://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user