Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 982c4850df | |||
| f0ec3631df | |||
| a2c7870a8b | |||
| 0f395be397 | |||
| 3da3a25c22 | |||
| 5541993f67 | |||
| 8205a6da7d | |||
| 7f4e99332d | |||
| 5b728eea5d | |||
| 10356f5449 | |||
| 08ff95e2dd | |||
| 0d5172bc52 | |||
| a0256fb6c0 | |||
| 7ce697df81 | |||
| 38746fa46e | |||
| efad5e4195 | |||
| ba1770aa55 | |||
| 192e37aa02 | |||
| b662cd737f | |||
| 6119c15406 | |||
| 0c00b2fd3e | |||
| 45f0c27258 | |||
| d63060986d |
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -102,33 +98,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al Maktoum",
|
||||
role: "Founder & CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Al Maktoum, Founder and CEO",
|
||||
},
|
||||
id: "1", name: "Ahmed Al Maktoum", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Ahmed Al Maktoum, Founder and CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
role: "Head of Sales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson, Head of Sales",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", role: "Head of Sales", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Johnson, Head of Sales"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Al Zaabi",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
|
||||
imageAlt: "Fatima Al Zaabi, Head of Property Management",
|
||||
},
|
||||
id: "3", name: "Fatima Al Zaabi", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Fatima Al Zaabi, Head of Property Management"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Chen",
|
||||
role: "Investment Advisor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen, Investment Advisor",
|
||||
},
|
||||
id: "4", name: "Michael Chen", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Chen, Investment Advisor"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
@@ -18,8 +18,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -36,8 +34,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -45,8 +42,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -103,41 +99,11 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel, International Entrepreneur",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional service from start to finish",
|
||||
quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless.",
|
||||
tag: "Premium Investment",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Rajesh Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2",
|
||||
imageAlt: "Luxury property interior",
|
||||
},
|
||||
id: "1", name: "Rajesh Patel, International Entrepreneur", date: "Date: 15 November 2024", title: "Exceptional service from start to finish", quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless.", tag: "Premium Investment", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2", imageAlt: "Luxury property interior"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophia Martinez, Business Executive",
|
||||
date: "Date: 8 October 2024",
|
||||
title: "Professional and trustworthy partner",
|
||||
quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive.",
|
||||
tag: "Corporate Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Sophia Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=2",
|
||||
imageAlt: "Business consultation",
|
||||
},
|
||||
id: "2", name: "Sophia Martinez, Business Executive", date: "Date: 8 October 2024", title: "Professional and trustworthy partner", quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive.", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=2", imageAlt: "Business consultation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Noor Al Mazrouei, Private Investor",
|
||||
date: "Date: 22 September 2024",
|
||||
title: "Smart investment guidance",
|
||||
quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly.",
|
||||
tag: "Real Estate Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Noor Al Mazrouei",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=2",
|
||||
imageAlt: "Property viewing",
|
||||
},
|
||||
id: "3", name: "Noor Al Mazrouei, Private Investor", date: "Date: 22 September 2024", title: "Smart investment guidance", quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly.", tag: "Real Estate Investor", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Noor Al Mazrouei", imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=2", imageAlt: "Property viewing"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -7,47 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
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"),
|
||||
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: [
|
||||
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: {
|
||||
card: "summary_large_image",
|
||||
title: "LuxeEstate - Premium Dubai Real Estate",
|
||||
description: "Discover luxury properties and expert real estate management in Dubai.",
|
||||
images: ["http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg"],
|
||||
card: "summary_large_image", title: "LuxeEstate - Premium Dubai Real Estate", description: "Discover luxury properties and expert real estate management in Dubai.", images: ["http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
157
src/app/page.tsx
157
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: "/" },
|
||||
@@ -23,8 +23,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -41,8 +39,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -50,8 +47,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -89,7 +85,7 @@ export default function HomePage() {
|
||||
tag="Premium Selection"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "/properties" },
|
||||
{ text: "Schedule Viewing", href: "/contact" },
|
||||
@@ -97,25 +93,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg",
|
||||
imageAlt: "Luxury modern villa with panoramic views",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxury modern villa with panoramic views"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1",
|
||||
imageAlt: "Prestigious penthouse overlooking Dubai skyline",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1", imageAlt: "Prestigious penthouse overlooking Dubai skyline"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg",
|
||||
imageAlt: "Waterfront beachfront luxury property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg", imageAlt: "Waterfront beachfront luxury property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg",
|
||||
imageAlt: "Premium residential complex development",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-sunset_1112-1870.jpg", imageAlt: "Premium residential complex development"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1",
|
||||
imageAlt: "Contemporary luxury apartment interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1", imageAlt: "Contemporary luxury apartment interior"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -131,29 +117,11 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Palm Jumeirah Villa",
|
||||
price: "AED 8.5M",
|
||||
variant: "5 BR | 8,500 sqft | Waterfront",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1",
|
||||
imageAlt: "Luxury villa on Palm Jumeirah with private beach access",
|
||||
},
|
||||
id: "1", name: "Palm Jumeirah Villa", price: "AED 8.5M", variant: "5 BR | 8,500 sqft | Waterfront", imageSrc: "http://img.b2bpic.net/premium-photo/modern-luxurious-villa-with-sleek-white-exterior-large-windows-set-against-backdrop_483949-31223.jpg?id=335706188", imageAlt: "Luxury villa on Palm Jumeirah with private beach access"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Downtown Dubai Penthouse",
|
||||
price: "AED 6.2M",
|
||||
variant: "4 BR | 6,200 sqft | Burj Khalifa View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1",
|
||||
imageAlt: "Prestigious penthouse with iconic views",
|
||||
},
|
||||
id: "2", name: "Downtown Dubai Penthouse", price: "AED 6.2M", variant: "4 BR | 6,200 sqft | Burj Khalifa View", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1", imageAlt: "Prestigious penthouse with iconic views"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emirates Hills Compound Estate",
|
||||
price: "AED 12.8M",
|
||||
variant: "6 BR | 12,800 sqft | Gated Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=1",
|
||||
imageAlt: "Exclusive gated community estate",
|
||||
},
|
||||
id: "3", name: "Emirates Hills Compound Estate", price: "AED 12.8M", variant: "6 BR | 12,800 sqft | Gated Community", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=1", imageAlt: "Exclusive gated community estate"},
|
||||
]}
|
||||
buttons={[{ text: "View All Properties", href: "/properties" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -178,6 +146,31 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
title="Why LuxeEstate Stands Apart"
|
||||
description="We combine market expertise with personalized service to deliver exceptional real estate solutions."
|
||||
tag="Our Advantages"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Market knowledge visualization"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Protection and security visualization"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Exclusive access visualization"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="LuxeEstate Market Leadership"
|
||||
@@ -206,77 +199,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patel, International Entrepreneur",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exceptional service from start to finish",
|
||||
quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless. We couldn't be happier with our investment.",
|
||||
tag: "Premium Investment",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Rajesh Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=1",
|
||||
imageAlt: "Luxury property interior showcasing modern design",
|
||||
},
|
||||
id: "1", name: "Rajesh Patel, International Entrepreneur", date: "Date: 15 November 2024", title: "Exceptional service from start to finish", quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless. We couldn't be happier with our investment.", tag: "Premium Investment", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=1", imageAlt: "Luxury property interior showcasing modern design"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophia Martinez, Business Executive",
|
||||
date: "Date: 8 October 2024",
|
||||
title: "Professional and trustworthy partner",
|
||||
quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive and their communication is always transparent. Highly recommended.",
|
||||
tag: "Corporate Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Sophia Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=1",
|
||||
imageAlt: "Professional business consultation meeting",
|
||||
},
|
||||
id: "2", name: "Sophia Martinez, Business Executive", date: "Date: 8 October 2024", title: "Professional and trustworthy partner", quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive and their communication is always transparent. Highly recommended.", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=1", imageAlt: "Professional business consultation meeting"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Noor Al Mazrouei, Private Investor",
|
||||
date: "Date: 22 September 2024",
|
||||
title: "Smart investment guidance made all the difference",
|
||||
quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly. True experts in their field.",
|
||||
tag: "Real Estate Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Noor Al Mazrouei",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=1",
|
||||
imageAlt: "Property viewing and consultation",
|
||||
},
|
||||
id: "3", name: "Noor Al Mazrouei, Private Investor", date: "Date: 22 September 2024", title: "Smart investment guidance made all the difference", quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly. True experts in their field.", tag: "Real Estate Investor", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Noor Al Mazrouei", imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=1", imageAlt: "Property viewing and consultation"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson, International Client",
|
||||
date: "Date: 5 September 2024",
|
||||
title: "White-glove service beyond expectations",
|
||||
quote: "As an international buyer, LuxeEstate's concierge service made everything incredibly easy. From documentation to viewings, they handled everything professionally and efficiently.",
|
||||
tag: "International Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "David Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2",
|
||||
imageAlt: "Luxury apartment interior with modern furnishing",
|
||||
},
|
||||
id: "4", name: "David Thompson, International Client", date: "Date: 5 September 2024", title: "White-glove service beyond expectations", quote: "As an international buyer, LuxeEstate's concierge service made everything incredibly easy. From documentation to viewings, they handled everything professionally and efficiently.", tag: "International Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2", imageAlt: "Luxury apartment interior with modern furnishing"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Leila Nassir, Family Office Manager",
|
||||
date: "Date: 28 August 2024",
|
||||
title: "Trusted advisors for generational wealth",
|
||||
quote: "For over a decade, LuxeEstate has managed our family's real estate portfolio with excellence. Their dedication to protecting our interests is unwavering.",
|
||||
tag: "Family Office",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
||||
avatarAlt: "Leila Nassir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2",
|
||||
imageAlt: "Penthouse with stunning Dubai skyline views",
|
||||
},
|
||||
id: "5", name: "Leila Nassir, Family Office Manager", date: "Date: 28 August 2024", title: "Trusted advisors for generational wealth", quote: "For over a decade, LuxeEstate has managed our family's real estate portfolio with excellence. Their dedication to protecting our interests is unwavering.", tag: "Family Office", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", avatarAlt: "Leila Nassir", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2", imageAlt: "Penthouse with stunning Dubai skyline views"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Hassan Al Suwaidi, Developer Partner",
|
||||
date: "Date: 12 August 2024",
|
||||
title: "Exemplary partnership and integrity",
|
||||
quote: "LuxeEstate's collaborative approach and market insights have been invaluable to our development projects. They're not just service providers; they're true partners.",
|
||||
tag: "Developer Partnership",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Hassan Al Suwaidi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg",
|
||||
imageAlt: "Luxury villa exterior architecture",
|
||||
},
|
||||
id: "6", name: "Hassan Al Suwaidi, Developer Partner", date: "Date: 12 August 2024", title: "Exemplary partnership and integrity", quote: "LuxeEstate's collaborative approach and market insights have been invaluable to our development projects. They're not just service providers; they're true partners.", tag: "Developer Partnership", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Hassan Al Suwaidi", imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg", imageAlt: "Luxury villa exterior architecture"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -88,37 +84,13 @@ export default function PropertiesPage() {
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Palm Jumeirah Villa",
|
||||
price: "AED 8.5M",
|
||||
variant: "5 BR | 8,500 sqft | Waterfront",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2",
|
||||
imageAlt: "Luxury villa on Palm Jumeirah with private beach access",
|
||||
},
|
||||
id: "1", name: "Palm Jumeirah Villa", price: "AED 8.5M", variant: "5 BR | 8,500 sqft | Waterfront", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Luxury villa on Palm Jumeirah with private beach access"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Downtown Dubai Penthouse",
|
||||
price: "AED 6.2M",
|
||||
variant: "4 BR | 6,200 sqft | Burj Khalifa View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2",
|
||||
imageAlt: "Prestigious penthouse with iconic views",
|
||||
},
|
||||
id: "2", name: "Downtown Dubai Penthouse", price: "AED 6.2M", variant: "4 BR | 6,200 sqft | Burj Khalifa View", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2", imageAlt: "Prestigious penthouse with iconic views"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emirates Hills Compound Estate",
|
||||
price: "AED 12.8M",
|
||||
variant: "6 BR | 12,800 sqft | Gated Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=2",
|
||||
imageAlt: "Exclusive gated community estate",
|
||||
},
|
||||
id: "3", name: "Emirates Hills Compound Estate", price: "AED 12.8M", variant: "6 BR | 12,800 sqft | Gated Community", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=2", imageAlt: "Exclusive gated community estate"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marina Bay Luxury Apartment",
|
||||
price: "AED 4.9M",
|
||||
variant: "3 BR | 4,200 sqft | Marina View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=3",
|
||||
imageAlt: "Contemporary luxury marina apartment",
|
||||
},
|
||||
id: "4", name: "Marina Bay Luxury Apartment", price: "AED 4.9M", variant: "3 BR | 4,200 sqft | Marina View", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=3", imageAlt: "Contemporary luxury marina apartment"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Viewing", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -137,29 +109,17 @@ 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",
|
||||
id: "1", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Prime location properties"
|
||||
},
|
||||
{
|
||||
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",
|
||||
id: "2", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Verified properties"
|
||||
},
|
||||
{
|
||||
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",
|
||||
id: "3", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Investment returns visualization"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Briefcase, TrendingUp, Phone, Home, DollarSign, Users, Award } from "lucide-react";
|
||||
import { Briefcase, TrendingUp, Phone, Home, DollarSign, Users, Award, Building2 } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Market Insights", href: "#" },
|
||||
{ label: "Investment Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Dubai Office", href: "#" },
|
||||
{ label: "info@luxeestate.ae", href: "#" },
|
||||
{ label: "+971 4 XXX XXXX", href: "#" },
|
||||
@@ -46,8 +43,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -87,36 +83,20 @@ 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",
|
||||
id: "1", title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Property management services"
|
||||
},
|
||||
{
|
||||
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",
|
||||
id: "2", 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: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Sales and leasing services"
|
||||
},
|
||||
{
|
||||
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",
|
||||
id: "3", title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Investment advisory services"
|
||||
},
|
||||
{
|
||||
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",
|
||||
id: "4", title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Concierge services"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user