From a0256fb6c08071bdfda4dd347d94c538559c5a32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:55:37 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a9b89c4..e86c760 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const archivo = Archivo({ export const metadata: Metadata = { title: "Luxury Real Estate in Dubai | Premium Properties | LuxeEstate", description: "Discover exclusive luxury properties in Dubai. Premium villas, penthouses, and investment opportunities managed by Dubai's leading real estate experts.", keywords: "luxury real estate Dubai, premium properties, villas Dubai, penthouse apartments, property management Dubai, real estate investment", metadataBase: new URL("https://www.luxeestate.ae"), alternates: { - canonical: "https://www.luxeestate.ae"}, + canonical: "https://www.luxeestate.ae" + }, openGraph: { title: "LuxeEstate - Luxury Real Estate in Dubai", description: "Explore Dubai's most exclusive properties and premier real estate management services.", url: "https://www.luxeestate.ae", siteName: "LuxeEstate", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", alt: "Luxury villa in Dubai"}, + url: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", alt: "Luxury villa in Dubai" + }, ], }, twitter: { -- 2.49.1 From 0d5172bc52ab302384b56b52e1a0419e681691da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:55:37 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2505992..6790953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Crown, Building2, Award, TrendingUp, Users, Phone, Star, Home, DollarSign } from "lucide-react"; +import { Crown, Building2, Award, TrendingUp, Users, Phone, Star, Home, DollarSign, Zap, Shield, Lock } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, @@ -146,6 +146,30 @@ export default function HomePage() { /> +
+ +
+
Date: Fri, 6 Mar 2026 01:55:38 +0000 Subject: [PATCH 3/4] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 39e4f68..9682456 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -109,14 +109,16 @@ export default function PropertiesPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=3", imageAlt: "Premium location properties"}, + icon: Briefcase, + title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills."}, { - id: "02", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=3", imageAlt: "Property verification process"}, + icon: Building2, + title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance."}, { - id: "03", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=3", imageAlt: "Investment analysis dashboard"}, + icon: Phone, + title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields."}, ]} textboxLayout="default" - gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1 From 10356f5449237b8bb1425589e26b0f71bcd9ef13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:55:38 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d7ca1a6..6b5ef6c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -83,16 +83,19 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=4", imageAlt: "Professional property management services"}, + icon: Home, + title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight."}, { - id: "02", title: "Luxury Sales & Leasing", description: "Expert negotiation and transaction services for buying, selling, or leasing premium properties in Dubai's most sought-after locations.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=4", imageAlt: "Luxury property sales consultation"}, + icon: Building2, + title: "Luxury Sales & Leasing", description: "Expert negotiation and transaction services for buying, selling, or leasing premium properties in Dubai's most sought-after locations."}, { - id: "03", title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=4", imageAlt: "Real estate investment consultation"}, + icon: TrendingUp, + title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns."}, { - id: "04", title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-partners-greeting-one-another-by-handshaking-way-office_1150-3028.jpg?_wi=2", imageAlt: "Premium concierge services"}, + icon: Users, + title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience."}, ]} textboxLayout="default" - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1