17 Commits

Author SHA1 Message Date
8fdb71224c Merge version_2 into main
Merge version_2 into main
2026-03-06 06:38:19 +00:00
d54b2b9752 Update src/app/page.tsx 2026-03-06 06:38:14 +00:00
31365c565b Merge version_2 into main
Merge version_2 into main
2026-03-06 06:36:37 +00:00
1a30ee3aa0 Update src/app/page.tsx 2026-03-06 06:36:33 +00:00
461890ba81 Merge version_2 into main
Merge version_2 into main
2026-03-06 06:13:25 +00:00
a5190686e7 Update src/app/page.tsx 2026-03-06 06:13:21 +00:00
9397e6fd7d Merge version_2 into main
Merge version_2 into main
2026-03-06 06:11:50 +00:00
9130469ca9 Update src/app/page.tsx 2026-03-06 06:11:46 +00:00
28209d1faa Merge version_2 into main
Merge version_2 into main
2026-03-06 06:11:22 +00:00
4bfbd9175f Update src/app/page.tsx 2026-03-06 06:11:12 +00:00
b0b48c9a8b Merge version_2 into main
Merge version_2 into main
2026-03-06 06:01:40 +00:00
d4b4b7c057 Update src/app/services/page.tsx 2026-03-06 06:01:36 +00:00
b8fed317b9 Update src/app/properties/page.tsx 2026-03-06 06:01:36 +00:00
bb32c13d19 Update src/app/page.tsx 2026-03-06 06:01:35 +00:00
0a6f4ec62d Update src/app/contact/page.tsx 2026-03-06 06:01:35 +00:00
62b852dc63 Update src/app/about/page.tsx 2026-03-06 06:01:34 +00:00
ee47a317cd Merge version_1 into main
Merge version_1 into main
2026-03-06 03:58:44 +00:00
5 changed files with 77 additions and 250 deletions

View File

@@ -65,33 +65,13 @@ export default function AboutPage() {
animationType="slide-up"
members={[
{
id: "1",
name: "Ahmed Al Maktoum",
role: "Chief Executive Officer",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg",
imageAlt: "Ahmed Al Maktoum",
},
id: "1", name: "Ahmed Al Maktoum", role: "Chief Executive Officer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Ahmed Al Maktoum"},
{
id: "2",
name: "Fatima Al Mansouri",
role: "Head of Operations",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg",
imageAlt: "Fatima Al Mansouri",
},
id: "2", name: "Fatima Al Mansouri", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg", imageAlt: "Fatima Al Mansouri"},
{
id: "3",
name: "Mohammed Al Zaabi",
role: "Investment Director",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1",
imageAlt: "Mohammed Al Zaabi",
},
id: "3", name: "Mohammed Al Zaabi", role: "Investment Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1", imageAlt: "Mohammed Al Zaabi"},
{
id: "4",
name: "Layla Al Qassimi",
role: "Client Relations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2",
imageAlt: "Layla Al Qassimi",
},
id: "4", name: "Layla Al Qassimi", role: "Client Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2", imageAlt: "Layla Al Qassimi"},
]}
/>
</div>
@@ -117,8 +97,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -126,8 +105,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -135,8 +113,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -144,8 +121,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -76,8 +76,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -85,8 +84,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -94,8 +92,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -103,8 +100,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -9,6 +9,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 GradientBarsBackground from "@/components/background/GradientBarsBackground";
import Link from "next/link";
import { Crown, Building2, Sparkles, TrendingUp, Users, Award, Mail, Quote } from "lucide-react";
@@ -41,42 +42,39 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Premium Property Management in Dubai"
description="Experience unparalleled luxury property management services tailored exclusively for Dubai's most distinguished residences and commercial portfolios."
tag="Luxury Living"
tagIcon={Crown}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg",
imageAlt: "Luxury villa in Dubai",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg",
imageAlt: "Modern penthouse in Dubai",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg",
imageAlt: "Beachfront property Dubai",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg",
imageAlt: "Architectural masterpiece",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg",
imageAlt: "Desert luxury villa",
},
]}
buttons={[
{ text: "Explore Properties", href: "/properties" },
{ text: "Schedule Consultation", href: "/contact" },
]}
buttonAnimation="slide-up"
mediaAnimation="blur-reveal"
/>
<div className="relative">
<GradientBarsBackground
numBarsPerSide={8}
opacity={0.075}
sideWidth="35%"
/>
<HeroBillboardGallery
title="Premium Property Management in Dubai"
description="Experience unparalleled luxury property management services tailored exclusively for Dubai's most distinguished residences and commercial portfolios."
tag="Luxury Living"
tagIcon={Crown}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxury villa in Dubai"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Modern penthouse in Dubai"},
{
imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Beachfront property Dubai"},
{
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339807.jpg", imageAlt: "Architectural masterpiece"},
{
imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg", imageAlt: "Desert luxury villa"},
]}
buttons={[
{ text: "Explore Properties", href: "/properties" },
{ text: "Schedule Consultation", href: "/contact" },
]}
buttonAnimation="slide-up"
mediaAnimation="blur-reveal"
/>
</div>
</div>
<div id="products" data-section="products">
@@ -94,29 +92,11 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "villa-1",
name: "Downtown Dubai Luxury Penthouse",
price: "AED 12.5M",
variant: "5 Bedrooms • Downtown",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
imageAlt: "Downtown luxury penthouse",
},
id: "villa-1", name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Downtown luxury penthouse"},
{
id: "villa-2",
name: "Palm Jumeirah Beachfront Villa",
price: "AED 18.9M",
variant: "6 Bedrooms • Palm Jumeirah",
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=1",
imageAlt: "Beachfront villa",
},
id: "villa-2", name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=1", imageAlt: "Beachfront villa"},
{
id: "villa-3",
name: "Emirates Hills Mansion",
price: "AED 22.5M",
variant: "7 Bedrooms • Emirates Hills",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1",
imageAlt: "Emirates Hills mansion",
},
id: "villa-3", name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=1", imageAlt: "Emirates Hills mansion"},
]}
/>
</div>
@@ -136,33 +116,13 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "01",
title: "Property Portfolio Management",
description: "Complete oversight of your real estate portfolio with strategic planning and market analysis.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg?_wi=1",
imageAlt: "Property portfolio management",
},
id: "01", title: "Property Portfolio Management", description: "Complete oversight of your real estate portfolio with strategic planning and market analysis.", imageSrc: "http://img.b2bpic.net/premium-photo/coastal-villa-design-harmonizes-with-its-surroundings-using-natural-stone-expansive-glass-windows-terraced-layout-blend-seamlessly-with-ocean-view_1214173-47648.jpg?id=349311578", imageAlt: "Property portfolio management"},
{
id: "02",
title: "Investment & Advisory",
description: "Expert guidance on property investments with insights into Dubai's dynamic real estate market.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=1",
imageAlt: "Investment advisory services",
},
id: "02", title: "Investment & Advisory", description: "Expert guidance on property investments with insights into Dubai's dynamic real estate market.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sunset-poolside-relaxation-with-stunning-landscape-view-generated-by-ai_188544-30833.jpg?id=42190063", imageAlt: "Investment advisory services"},
{
id: "03",
title: "Maintenance & Operations",
description: "Professional maintenance services ensuring your properties remain in pristine condition year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
imageAlt: "Maintenance services",
},
id: "03", title: "Maintenance & Operations", description: "Professional maintenance services ensuring your properties remain in pristine condition year-round.", imageSrc: "http://img.b2bpic.net/premium-photo/modern-sea-view-villa-architecture-building-outdoors_53876-1101413.jpg?id=418686224", imageAlt: "Maintenance services"},
{
id: "04",
title: "Concierge Services",
description: "Bespoke concierge support providing premium lifestyle services for your entire portfolio.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg",
imageAlt: "Concierge services",
},
id: "04", title: "Concierge Services", description: "Bespoke concierge support providing premium lifestyle services for your entire portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg", imageAlt: "Concierge services"},
]}
/>
</div>
@@ -197,77 +157,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sheikh Rashid Al Maktoum, Real Estate Investor",
date: "Date: 15 November 2024",
title: "Exceptional Management Excellence",
quote: "Luxe Dubai Properties has transformed how I manage my portfolio. Their attention to detail and professional approach has exceeded all expectations. I've seen improved occupancy rates and higher returns than ever before.",
tag: "Premium Client",
avatarSrc: "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",
avatarAlt: "Sheikh Rashid Al Maktoum",
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: "Testimonial image",
},
id: "1", name: "Sheikh Rashid Al Maktoum, Real Estate Investor", date: "Date: 15 November 2024", title: "Exceptional Management Excellence", quote: "Luxe Dubai Properties has transformed how I manage my portfolio. Their attention to detail and professional approach has exceeded all expectations. I've seen improved occupancy rates and higher returns than ever before.", tag: "Premium Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Sheikh Rashid Al Maktoum", imageSrc: "http://img.b2bpic.net/free-photo/confident-blonde-female-manager-posing-with-smile-after-conference-with-other-employees-asian-programmer-talking-with-african-freelancer-while-fair-haired-secretary-laughing_197531-3859.jpg?id=10484561", imageAlt: "Testimonial image"},
{
id: "2",
name: "Sofia Martinez, International Property Owner",
date: "Date: 10 November 2024",
title: "Trusted Partner for International Holdings",
quote: "Managing properties remotely can be stressful, but this team makes it seamless. Their communication is impeccable and their services are world-class. Highly recommended for anyone seeking premium property management.",
tag: "International Client",
avatarSrc: "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",
avatarAlt: "Sofia Martinez",
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: "Testimonial image",
},
id: "2", name: "Sofia Martinez, International Property Owner", date: "Date: 10 November 2024", title: "Trusted Partner for International Holdings", quote: "Managing properties remotely can be stressful, but this team makes it seamless. Their communication is impeccable and their services are world-class. Highly recommended for anyone seeking premium property management.", tag: "International Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Sofia Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772777491244-v5e7awtb.jpg", imageAlt: "Testimonial image"},
{
id: "3",
name: "Karim Zahra, Corporate Portfolio Manager",
date: "Date: 5 November 2024",
title: "Professionalism at Every Level",
quote: "Working with Luxe Dubai Properties on our corporate holdings has been outstanding. Their team demonstrates deep market knowledge and delivers results consistently. They truly understand luxury property management.",
tag: "Corporate Client",
avatarSrc: "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",
avatarAlt: "Karim Zahra",
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: "Testimonial image",
},
id: "3", name: "Karim Zahra, Corporate Portfolio Manager", date: "Date: 5 November 2024", title: "Professionalism at Every Level", quote: "Working with Luxe Dubai Properties on our corporate holdings has been outstanding. Their team demonstrates deep market knowledge and delivers results consistently. They truly understand luxury property management.", tag: "Corporate Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Karim Zahra", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779083310-thv8rv4w.jpg", imageAlt: "Testimonial image"},
{
id: "4",
name: "Jennifer Wilson, Expatriate Homeowner",
date: "Date: 28 October 2024",
title: "Peace of Mind Delivered Daily",
quote: "As an expat, I needed someone I could truly trust with my Dubai home. This company provides exactly that—reliability, professionalism, and genuine care for my property. They go above and beyond.",
tag: "Satisfied Client",
avatarSrc: "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",
avatarAlt: "Jennifer Wilson",
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=4",
imageAlt: "Testimonial image",
},
id: "4", name: "Jennifer Wilson, Expatriate Homeowner", date: "Date: 28 October 2024", title: "Peace of Mind Delivered Daily", quote: "As an expat, I needed someone I could truly trust with my Dubai home. This company provides exactly that—reliability, professionalism, and genuine care for my property. They go above and beyond.", tag: "Satisfied Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Jennifer Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg?_wi=4", imageAlt: "Testimonial image"},
{
id: "5",
name: "Hussain Al Manara, Developer Relations",
date: "Date: 22 October 2024",
title: "Strategic Partnership Advantages",
quote: "Their insights into Dubai's luxury market have been invaluable for our business strategy. Beyond management, they serve as genuine advisors. Exceptional partnership all around.",
tag: "Developer",
avatarSrc: "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",
avatarAlt: "Hussain Al Manara",
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=5",
imageAlt: "Testimonial image",
},
id: "5", name: "Hussain Al Manara, Developer Relations", date: "Date: 22 October 2024", title: "Strategic Partnership Advantages", quote: "Their insights into Dubai's luxury market have been invaluable for our business strategy. Beyond management, they serve as genuine advisors. Exceptional partnership all around.", tag: "Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Hussain Al Manara", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg?_wi=5", imageAlt: "Testimonial image"},
{
id: "6",
name: "Amira Al Suwaidi, Wealth Management Client",
date: "Date: 18 October 2024",
title: "Elite-Level Property Solutions",
quote: "This team understands wealth preservation and growth through real estate. They manage my portfolio with the sophistication and discretion befitting my requirements. Truly premium service.",
tag: "Premium Client",
avatarSrc: "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",
avatarAlt: "Amira Al Suwaidi",
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=6",
imageAlt: "Testimonial image",
},
id: "6", name: "Amira Al Suwaidi, Wealth Management Client", date: "Date: 18 October 2024", title: "Elite-Level Property Solutions", quote: "This team understands wealth preservation and growth through real estate. They manage my portfolio with the sophistication and discretion befitting my requirements. Truly premium service.", tag: "Premium Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", avatarAlt: "Amira Al Suwaidi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ANc3ZzfZDlaGGjgYO9S7sd32tn/uploaded-1772779089090-60m1d20u.jpg", imageAlt: "Testimonial image"},
]}
/>
</div>
@@ -293,8 +193,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -302,8 +201,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -311,8 +209,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -320,8 +217,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -51,29 +51,11 @@ export default function PropertiesPage() {
animationType="slide-up"
products={[
{
id: "villa-1",
name: "Downtown Dubai Luxury Penthouse",
price: "AED 12.5M",
variant: "5 Bedrooms • Downtown",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2",
imageAlt: "Downtown luxury penthouse",
},
id: "villa-1", name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Downtown luxury penthouse"},
{
id: "villa-2",
name: "Palm Jumeirah Beachfront Villa",
price: "AED 18.9M",
variant: "6 Bedrooms • Palm Jumeirah",
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2",
imageAlt: "Beachfront villa",
},
id: "villa-2", name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", imageAlt: "Beachfront villa"},
{
id: "villa-3",
name: "Emirates Hills Mansion",
price: "AED 22.5M",
variant: "7 Bedrooms • Emirates Hills",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2",
imageAlt: "Emirates Hills mansion",
},
id: "villa-3", name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", imageAlt: "Emirates Hills mansion"},
]}
/>
</div>
@@ -99,8 +81,7 @@ export default function PropertiesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -108,8 +89,7 @@ export default function PropertiesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -117,8 +97,7 @@ export default function PropertiesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -126,8 +105,7 @@ export default function PropertiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -51,26 +51,11 @@ export default function ServicesPage() {
animationType="slide-up"
features={[
{
id: "01",
title: "Property Portfolio Management",
description: "Complete oversight of your real estate portfolio with strategic planning, market analysis, and performance optimization to maximize returns.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg?_wi=2",
imageAlt: "Property portfolio management",
},
id: "01", title: "Property Portfolio Management", description: "Complete oversight of your real estate portfolio with strategic planning, market analysis, and performance optimization to maximize returns.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg?_wi=2", imageAlt: "Property portfolio management"},
{
id: "02",
title: "Investment & Advisory",
description: "Expert guidance on property investments with deep insights into Dubai's dynamic real estate market, emerging opportunities, and wealth preservation strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=2",
imageAlt: "Investment advisory services",
},
id: "02", title: "Investment & Advisory", description: "Expert guidance on property investments with deep insights into Dubai's dynamic real estate market, emerging opportunities, and wealth preservation strategies.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=2", imageAlt: "Investment advisory services"},
{
id: "03",
title: "Maintenance & Operations",
description: "Professional maintenance services ensuring your properties remain in pristine condition year-round with preventive care and rapid response protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2",
imageAlt: "Maintenance services",
},
id: "03", title: "Maintenance & Operations", description: "Professional maintenance services ensuring your properties remain in pristine condition year-round with preventive care and rapid response protocols.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "Maintenance services"},
]}
/>
</div>
@@ -96,8 +81,7 @@ export default function ServicesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -105,8 +89,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -114,8 +97,7 @@ export default function ServicesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -123,8 +105,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },