7 Commits

Author SHA1 Message Date
64c24e4ae9 Update src/app/page.tsx 2026-02-17 09:00:15 +00:00
f181d263d4 Update src/app/page.tsx 2026-02-17 08:58:25 +00:00
1fc0f54e6c Update src/app/layout.tsx 2026-02-17 08:58:24 +00:00
85ad5085c4 Merge version_3 into main
Merge version_3 into main
2026-02-17 08:55:56 +00:00
fb09b11965 Update src/app/page.tsx 2026-02-17 08:55:52 +00:00
b710200545 Merge version_2 into main
Merge version_2 into main
2026-02-17 08:54:07 +00:00
9be83ee93a Merge version_2 into main
Merge version_2 into main
2026-02-17 08:51:26 +00:00
2 changed files with 30 additions and 54 deletions

View File

@@ -1,50 +1,21 @@
import type { Metadata } from "next";
import { Ubuntu } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const ubuntu = Ubuntu({
variable: "--font-ubuntu", subsets: ["latin"],
weight: ["300", "400", "500", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
import type { Metadata } from 'next';
import './globals.css';
export const metadata: Metadata = {
title: "Luxury Real Estate Dubai | Premium Properties & Villas", description: "Discover exclusive luxury properties in Dubai. Award-winning boutique real estate agency specializing in premium villas, penthouses, and investment opportunities.", keywords: "luxury real estate Dubai, villas Dubai, penthouses, property investment, exclusive listings, Dubai real estate agent", robots: {
index: true,
follow: true
},
openGraph: {
title: "Luxury Real Estate Dubai | Premium Properties & Villas", description: "Discover exclusive luxury properties in Dubai. Award-winning boutique real estate agency specializing in premium villas, penthouses, and investment opportunities.", type: "website", siteName: "Luxe Properties", images: [
{
url: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", alt: "Luxury penthouse in Dubai Marina"
}
]
},
twitter: {
card: "summary_large_image", title: "Luxury Real Estate Dubai | Premium Properties", description: "Discover exclusive luxury properties and villas in Dubai's most prestigious locations.", images: ["https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg"]
}
title: 'Luxe Properties Dubai | Luxury Real Estate',
description: 'Discover exclusive luxury properties in Dubai curated for discerning buyers and investors.',
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${ubuntu.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1263,7 +1234,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
@@ -60,6 +60,12 @@ export default function LandingPage() {
},
{
imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Modern luxury exterior design"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Contemporary luxury architecture"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Spacious modern interior with panoramic view"
}
]}
mediaAnimation="slide-up"
@@ -106,7 +112,7 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureHoverPattern
<FeatureCardTwentyTwo
title="Our Services & Expertise"
description="Comprehensive real estate solutions tailored to meet your unique needs and aspirations."
tag="Professional Services"
@@ -116,28 +122,28 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
icon: Home,
title: "Property Selection", description: "Exclusive access to off-market and hand-selected luxury properties from our extensive portfolio."
id: "1", category: ["Services", "Property"],
title: "Property Selection - Exclusive access to off-market and hand-selected luxury properties", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Property selection"
},
{
icon: TrendingUp,
title: "Investment Advisory", description: "Expert insights into market trends and investment opportunities to maximize your real estate portfolio."
id: "2", category: ["Investment", "Advisory"],
title: "Investment Advisory - Expert insights into market trends and investment opportunities", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", imageAlt: "Investment advisory"
},
{
icon: DollarSign,
title: "Negotiation & Closing", description: "Strategic negotiation and seamless transaction management from offer to key delivery."
id: "3", category: ["Negotiation", "Closing"],
title: "Negotiation & Closing - Strategic negotiation and seamless transaction management", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Negotiation and closing"
},
{
icon: FileCheck,
title: "Legal Compliance", description: "Full support with documentation, permits, and regulatory compliance throughout your purchase."
id: "4", category: ["Legal", "Compliance"],
title: "Legal Compliance - Full support with documentation, permits, and regulatory compliance", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Legal compliance"
},
{
icon: Building2,
title: "Property Management", description: "Professional management services for rental income and property maintenance optimization."
id: "5", category: ["Property", "Management"],
title: "Property Management - Professional management services for rental income optimization", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Property management"
},
{
icon: Users,
title: "Concierge Services", description: "White-glove concierge support for renovations, furnishings, and lifestyle services."
id: "6", category: ["Concierge", "Services"],
title: "Concierge Services - White-glove concierge support for renovations and lifestyle services", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", imageAlt: "Concierge services"
}
]}
/>