Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd7b29a8a5 | |||
| b23bdc39ce | |||
| 9741319ce3 | |||
| 0b429fb5ba | |||
| 7bdf56cc61 | |||
| 3eb967f67d | |||
| b134507fe5 |
@@ -1,60 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter_Tight } from "next/font/google";
|
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const interTight = Inter_Tight({
|
|
||||||
variable: "--font-inter-tight", subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Luxury Estates | Premium Real Estate Solutions", description: "Discover exceptional luxury properties and expert real estate services. Connect with award-winning agents specializing in exclusive high-end residential properties worldwide.", keywords: "luxury real estate, premium properties, high-end homes, exclusive listings, luxury agent, mansion sales, investment properties", metadataBase: new URL("https://luxuryestates.com"),
|
title: "Luxury Estates", description: "Discover exceptional luxury properties"};
|
||||||
alternates: {
|
|
||||||
canonical: "https://luxuryestates.com"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Luxury Estates | Premium Real Estate Solutions", description: "Discover exceptional luxury properties and expert real estate services.", url: "https://luxuryestates.com", siteName: "Luxury Estates", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", alt: "Luxury Estate Properties"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Luxury Estates | Premium Real Estate Solutions", description: "Discover exceptional luxury properties and expert real estate services.", images: ["http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg"]
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>{children}
|
||||||
<body
|
|
||||||
className={`${interTight.variable} ${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1422,7 +1379,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #f5f4ef;;
|
||||||
--card: #f5f5f5;;
|
--card: #ebe7de;;
|
||||||
--foreground: #000000;;
|
--foreground: #2a2928;;
|
||||||
--primary-cta: #000000;;
|
--primary-cta: #8b6914;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #ecebea;;
|
||||||
--accent: #e6e6e6;;
|
--accent: #c6b180;;
|
||||||
--background-accent: #d0d0d0;; */
|
--background-accent: #c6b180;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #f5f4ef;;
|
||||||
--card: #f5f5f5;;
|
--card: #ebe7de;;
|
||||||
--foreground: #000000;;
|
--foreground: #2a2928;;
|
||||||
--primary-cta: #000000;;
|
--primary-cta: #8b6914;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #ecebea;;
|
||||||
--secondary-cta-text: #000000;;
|
--secondary-cta-text: #000000;;
|
||||||
--accent: #e6e6e6;;
|
--accent: #c6b180;;
|
||||||
--background-accent: #d0d0d0;;
|
--background-accent: #c6b180;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user