Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-04 12:56:23 +00:00
3 changed files with 20 additions and 63 deletions

View File

@@ -1,60 +1,17 @@
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 { 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 = {
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"),
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
}
};
title: "Luxury Estates", description: "Discover exceptional luxury properties"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${interTight.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1422,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
]}
button={{ text: "Schedule Viewing", href: "contact" }}
brandName="Luxury Estates"
logoImage="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToKcQcWcevhTjMIiJItaCSEcS/uploaded-1772628934987-dqb62657.jpg"
/>
</div>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f5f5f5;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #f9f9f9;;
--accent: #e6e6e6;;
--background-accent: #d0d0d0;; */
/* --background: #f5f4ef;;
--card: #ebe7de;;
--foreground: #2a2928;;
--primary-cta: #8b6914;;
--secondary-cta: #ecebea;;
--accent: #c6b180;;
--background-accent: #c6b180;; */
--background: #ffffff;;
--card: #f5f5f5;;
--foreground: #000000;;
--primary-cta: #000000;;
--background: #f5f4ef;;
--card: #ebe7de;;
--foreground: #2a2928;;
--primary-cta: #8b6914;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #ecebea;;
--secondary-cta-text: #000000;;
--accent: #e6e6e6;;
--background-accent: #d0d0d0;;
--accent: #c6b180;;
--background-accent: #c6b180;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);