Merge version_1 into main #2
344
src/app/page.tsx
344
src/app/page.tsx
@@ -14,7 +14,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Building, DollarSign, Eye, Film, Globe, Home, MapPin, ShoppingBag, Sparkles, Star, Users } from "lucide-react";
|
||||
import { Building, DollarSign, Eye, Film, Globe, Home, MapPin, ShoppingBag, Sparkles, Star, Users, Gem, Beach, Island } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,37 +35,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Dubai Highlights",
|
||||
id: "#highlights",
|
||||
},
|
||||
name: "Dubai Highlights", id: "#highlights"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Insights", id: "#metrics"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/brace-logo-ideas-inspiration-logo-design-template-vector-illustration-isolated-white-background_384344-640.jpg"
|
||||
logoAlt="Dubai Wealth Agency Logo"
|
||||
brandName="Dubai Wealth"
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,36 +61,24 @@ export default function LandingPage() {
|
||||
description="Explore Burj Khalifa, Palm Jumeirah, and premium real estate investments. Discover Dubai's architectural marvels, shopping destinations, and elite lifestyle infrastructure built for ambition."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Dubai's Opportunities",
|
||||
href: "#highlights",
|
||||
},
|
||||
text: "Explore Dubai's Opportunities", href: "#highlights"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg"
|
||||
imageAlt="Stunning Dubai skyline at evening"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-smiling-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10421.jpg",
|
||||
alt: "Happy investor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-smiling-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10421.jpg", alt: "Happy investor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg",
|
||||
alt: "Successful entrepreneur",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg", alt: "Successful entrepreneur"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-young-man-with-arms-crossed_171337-7697.jpg",
|
||||
alt: "Strategic partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-young-man-with-arms-crossed_171337-7697.jpg", alt: "Strategic partner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-cafe-spending-time-alone-coffee-shop-reading-digital-tablet_1258-245337.jpg",
|
||||
alt: "Valued customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-cafe-spending-time-alone-coffee-shop-reading-digital-tablet_1258-245337.jpg", alt: "Valued customer"},
|
||||
]}
|
||||
avatarText="Join 100+ happy clients in Dubai"
|
||||
/>
|
||||
@@ -117,19 +91,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Investment Growth",
|
||||
value: "+15% YoY",
|
||||
},
|
||||
label: "Investment Growth", value: "+15% YoY"},
|
||||
{
|
||||
icon: Building,
|
||||
label: "Infrastructure",
|
||||
value: "Top 5 Global",
|
||||
},
|
||||
label: "Infrastructure", value: "Top 5 Global"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Global Talent",
|
||||
value: "12M Residents",
|
||||
},
|
||||
label: "Global Talent", value: "12M Residents"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,79 +110,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Burj Khalifa",
|
||||
description: "Experience the pinnacle of luxury living in the world's tallest building. Unparalleled views and exclusive amenities await.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upper-parts-skyscrapers-covered-mist-night_181624-45982.jpg",
|
||||
imageAlt: "Burj Khalifa at sunrise",
|
||||
},
|
||||
title: "Burj Khalifa", description: "Experience the pinnacle of luxury living in the world's tallest building. Unparalleled views and exclusive amenities await.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upper-parts-skyscrapers-covered-mist-night_181624-45982.jpg", imageAlt: "Burj Khalifa at sunrise"},
|
||||
items: [
|
||||
{
|
||||
icon: Star,
|
||||
text: "World's Tallest",
|
||||
},
|
||||
text: "World's Tallest"},
|
||||
{
|
||||
icon: Gem,
|
||||
text: "Luxury Residences",
|
||||
},
|
||||
text: "Luxury Residences"},
|
||||
{
|
||||
icon: Eye,
|
||||
text: "Panoramic Views",
|
||||
},
|
||||
text: "Panoramic Views"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brace-logo-ideas-inspiration-logo-design-template-vector-illustration-isolated-white-background_384344-640.jpg",
|
||||
imageAlt: "burj khalifa sunrise luxury architecture",
|
||||
},
|
||||
{
|
||||
title: "Palm Jumeirah",
|
||||
description: "Indulge in exclusive beachfront properties on this iconic man-made island, offering ultimate privacy and opulence.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636491.jpg",
|
||||
imageAlt: "Aerial view of Palm Jumeirah",
|
||||
},
|
||||
title: "Palm Jumeirah", description: "Indulge in exclusive beachfront properties on this iconic man-made island, offering ultimate privacy and opulence.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636491.jpg", imageAlt: "Aerial view of Palm Jumeirah"},
|
||||
items: [
|
||||
{
|
||||
icon: Beach,
|
||||
text: "Private Beaches",
|
||||
},
|
||||
text: "Private Beaches"},
|
||||
{
|
||||
icon: Home,
|
||||
text: "Waterfront Villas",
|
||||
},
|
||||
text: "Waterfront Villas"},
|
||||
{
|
||||
icon: Island,
|
||||
text: "Unique Design",
|
||||
},
|
||||
text: "Unique Design"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg?_wi=2",
|
||||
imageAlt: "burj khalifa sunrise luxury architecture",
|
||||
},
|
||||
{
|
||||
title: "Luxury Shopping Malls",
|
||||
description: "Discover a world-class shopping experience with leading international brands and unparalleled entertainment options.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-is-walking-across-street-near-woody-building_8353-9443.jpg",
|
||||
imageAlt: "Interior of a luxury Dubai mall",
|
||||
},
|
||||
title: "Luxury Shopping Malls", description: "Discover a world-class shopping experience with leading international brands and unparalleled entertainment options.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-is-walking-across-street-near-woody-building_8353-9443.jpg", imageAlt: "Interior of a luxury Dubai mall"},
|
||||
items: [
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
text: "Global Brands",
|
||||
},
|
||||
text: "Global Brands"},
|
||||
{
|
||||
icon: Film,
|
||||
text: "Entertainment Hubs",
|
||||
},
|
||||
text: "Entertainment Hubs"},
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Prime Locations",
|
||||
},
|
||||
text: "Prime Locations"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-marvel-futuristic-building_23-2152006114.jpg?_wi=1",
|
||||
imageAlt: "burj khalifa sunrise luxury architecture",
|
||||
},
|
||||
]}
|
||||
title="Iconic Dubai: Landmarks & Lifestyle"
|
||||
@@ -230,47 +171,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Burj Khalifa Penthouse",
|
||||
price: "AED 25M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg",
|
||||
imageAlt: "Luxury penthouse interior in downtown Dubai",
|
||||
},
|
||||
id: "p1", name: "Burj Khalifa Penthouse", price: "AED 25M", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Luxury penthouse interior in downtown Dubai"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Palm Jumeirah Villa",
|
||||
price: "AED 38M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partnership_72229-581.jpg",
|
||||
imageAlt: "Luxurious waterfront property on Palm Jumeirah",
|
||||
},
|
||||
id: "p2", name: "Palm Jumeirah Villa", price: "AED 38M", imageSrc: "http://img.b2bpic.net/free-photo/business-partnership_72229-581.jpg", imageAlt: "Luxurious waterfront property on Palm Jumeirah"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Downtown Commercial Tower",
|
||||
price: "AED 70M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-connecting-smart-phone-concept_53876-30116.jpg",
|
||||
imageAlt: "Modern office space in Dubai's business district",
|
||||
},
|
||||
id: "p3", name: "Downtown Commercial Tower", price: "AED 70M", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-connecting-smart-phone-concept_53876-30116.jpg", imageAlt: "Modern office space in Dubai's business district"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Golf Course Estate",
|
||||
price: "AED 22M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg",
|
||||
imageAlt: "Luxury villa within a prestigious golf course community",
|
||||
},
|
||||
id: "p4", name: "Golf Course Estate", price: "AED 22M", imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg", imageAlt: "Luxury villa within a prestigious golf course community"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desert Oasis Retreat",
|
||||
price: "AED 18M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248426.jpg",
|
||||
imageAlt: "Unique modern desert oasis property near Dubai",
|
||||
},
|
||||
id: "p5", name: "Desert Oasis Retreat", price: "AED 18M", imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248426.jpg", imageAlt: "Unique modern desert oasis property near Dubai"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Jumeirah Beach Residence",
|
||||
price: "AED 12M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-marvel-futuristic-building_23-2152006114.jpg?_wi=2",
|
||||
imageAlt: "Stunning modern luxury villa in Dubai",
|
||||
},
|
||||
id: "p6", name: "Jumeirah Beach Residence", price: "AED 12M", imageSrc: "http://img.b2bpic.net/free-photo/modern-architectural-marvel-futuristic-building_23-2152006114.jpg", imageAlt: "Stunning modern luxury villa in Dubai"},
|
||||
]}
|
||||
title="Premium Real Estate Portfolio"
|
||||
description="Explore our curated selection of luxury properties, from iconic penthouses to exclusive waterfront villas, designed for discerning investors."
|
||||
@@ -285,25 +196,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "7-Star",
|
||||
title: "Burj Al Arab",
|
||||
description: "An icon of luxury and architectural brilliance, symbolizing Dubai's hospitality.",
|
||||
icon: Building,
|
||||
id: "m1", value: "7-Star", title: "Burj Al Arab", description: "An icon of luxury and architectural brilliance, symbolizing Dubai's hospitality.", icon: Building,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Global Hub",
|
||||
title: "DXB Airport",
|
||||
description: "Connecting the world with state-of-the-art aviation infrastructure.",
|
||||
icon: Globe,
|
||||
id: "m2", value: "Global Hub", title: "DXB Airport", description: "Connecting the world with state-of-the-art aviation infrastructure.", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Future City",
|
||||
title: "Expo City Dubai",
|
||||
description: "A sustainable, human-centric city of the future, built on Expo 2020 legacy.",
|
||||
icon: Sparkles,
|
||||
id: "m3", value: "Future City", title: "Expo City Dubai", description: "A sustainable, human-centric city of the future, built on Expo 2020 legacy.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Dubai's Visionary Infrastructure"
|
||||
@@ -319,40 +218,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Petrova",
|
||||
role: "Chief Investment Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg",
|
||||
imageAlt: "Elena Petrova",
|
||||
},
|
||||
id: "t1", name: "Elena Petrova", role: "Chief Investment Officer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg", imageAlt: "Elena Petrova"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Omar Al-Farsi",
|
||||
role: "Senior Wealth Advisor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037861.jpg",
|
||||
imageAlt: "Omar Al-Farsi",
|
||||
},
|
||||
id: "t2", name: "Omar Al-Farsi", role: "Senior Wealth Advisor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037861.jpg", imageAlt: "Omar Al-Farsi"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Layla Khan",
|
||||
role: "Real Estate Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg",
|
||||
imageAlt: "Layla Khan",
|
||||
},
|
||||
id: "t3", name: "Layla Khan", role: "Real Estate Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Layla Khan"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ahmed Ibrahim",
|
||||
role: "Market Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-using-tablet-front-wall_23-2148171119.jpg",
|
||||
imageAlt: "Ahmed Ibrahim",
|
||||
},
|
||||
id: "t4", name: "Ahmed Ibrahim", role: "Market Strategist", imageSrc: "http://img.b2bpic.net/free-photo/modern-businessman-using-tablet-front-wall_23-2148171119.jpg", imageAlt: "Ahmed Ibrahim"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophia Lee",
|
||||
role: "Client Relations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "t5", name: "Sophia Lee", role: "Client Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", imageAlt: "Sophia Lee"},
|
||||
]}
|
||||
title="Our Expert Wealth Strategists"
|
||||
description="Meet the dedicated team behind your success. Our consultants bring unparalleled expertise and a deep understanding of the Dubai market."
|
||||
@@ -364,35 +238,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Dr. Ben Carter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg",
|
||||
imageAlt: "Dr. Ben Carter",
|
||||
},
|
||||
id: "test1", name: "Dr. Ben Carter", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg", imageAlt: "Dr. Ben Carter"},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Anya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg",
|
||||
imageAlt: "Anya Sharma",
|
||||
},
|
||||
id: "test2", name: "Anya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg", imageAlt: "Anya Sharma"},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Marcus Valera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg",
|
||||
imageAlt: "Marcus Valera",
|
||||
},
|
||||
id: "test3", name: "Marcus Valera", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg", imageAlt: "Marcus Valera"},
|
||||
{
|
||||
id: "test4",
|
||||
name: "Isabella Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg",
|
||||
imageAlt: "Isabella Rossi",
|
||||
},
|
||||
id: "test4", name: "Isabella Rossi", imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg", imageAlt: "Isabella Rossi"},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Kenji Tanaka",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-around-city-streets-admiring-urban-skyscrapers-streetlights-stylish-entrepreneur-promenade-young-classy-adult-strolling-near-town-center-handheld-shot_482257-74399.jpg",
|
||||
imageAlt: "Kenji Tanaka",
|
||||
},
|
||||
id: "test5", name: "Kenji Tanaka", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-around-city-streets-admiring-urban-skyscrapers-streetlights-stylish-entrepreneur-promenade-young-classy-adult-strolling-near-town-center-handheld-shot_482257-74399.jpg", imageAlt: "Kenji Tanaka"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Success Stories"
|
||||
@@ -405,14 +259,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Dubai Holdings",
|
||||
"Emaar Properties",
|
||||
"DP World",
|
||||
"Emirates Group",
|
||||
"Dubai Tourism",
|
||||
"Jumeirah Group",
|
||||
"Dubai Financial Services Authority",
|
||||
]}
|
||||
"Dubai Holdings", "Emaar Properties", "DP World", "Emirates Group", "Dubai Tourism", "Jumeirah Group", "Dubai Financial Services Authority"]}
|
||||
title="Trusted Partners & Affiliates"
|
||||
description="Our collaborations with leading Dubai entities ensure unparalleled access and opportunities for our clients."
|
||||
speed={60}
|
||||
@@ -425,30 +272,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of properties are available for international investors?",
|
||||
content: "Dubai offers a diverse range including luxury apartments, beachfront villas, commercial spaces, and plots in free zones, all accessible to international investors.",
|
||||
},
|
||||
id: "q1", title: "What types of properties are available for international investors?", content: "Dubai offers a diverse range including luxury apartments, beachfront villas, commercial spaces, and plots in free zones, all accessible to international investors."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How does Dubai's wealth management ecosystem benefit me?",
|
||||
content: "Dubai's robust financial framework, tax efficiency, and stable economy provide an ideal environment for wealth growth, asset protection, and strategic investment.",
|
||||
},
|
||||
id: "q2", title: "How does Dubai's wealth management ecosystem benefit me?", content: "Dubai's robust financial framework, tax efficiency, and stable economy provide an ideal environment for wealth growth, asset protection, and strategic investment."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I obtain residency through property investment?",
|
||||
content: "Yes, property investment in Dubai can qualify you for a UAE residency visa, with varying durations based on the investment value. Our team can guide you through the process.",
|
||||
},
|
||||
id: "q3", title: "Can I obtain residency through property investment?", content: "Yes, property investment in Dubai can qualify you for a UAE residency visa, with varying durations based on the investment value. Our team can guide you through the process."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is the typical ROI on Dubai real estate?",
|
||||
content: "ROI varies by property type and location, but Dubai consistently offers competitive rental yields and strong capital appreciation due to its growing economy and population.",
|
||||
},
|
||||
id: "q4", title: "What is the typical ROI on Dubai real estate?", content: "ROI varies by property type and location, but Dubai consistently offers competitive rental yields and strong capital appreciation due to its growing economy and population."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How do you ensure the legality and security of my investments?",
|
||||
content: "We work exclusively with RERA-approved developers and utilize experienced legal partners to conduct thorough due diligence, ensuring transparency and security for all transactions.",
|
||||
},
|
||||
id: "q5", title: "How do you ensure the legality and security of my investments?", content: "We work exclusively with RERA-approved developers and utilize experienced legal partners to conduct thorough due diligence, ensuring transparency and security for all transactions."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common inquiries about Dubai real estate investment, wealth management, and our services."
|
||||
@@ -462,14 +294,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to Unlock Your Dubai Opportunity?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "mailto:info@dubaiwealth.agency",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "mailto:info@dubaiwealth.agency"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -479,62 +308,37 @@ export default function LandingPage() {
|
||||
logoText="Dubai Wealth"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Dubai Highlights",
|
||||
href: "#highlights",
|
||||
},
|
||||
label: "Dubai Highlights", href: "#highlights"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Team", href: "#team"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Real Estate Investment",
|
||||
href: "#",
|
||||
},
|
||||
label: "Real Estate Investment", href: "#"},
|
||||
{
|
||||
label: "Wealth Management",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wealth Management", href: "#"},
|
||||
{
|
||||
label: "Luxury Lifestyle",
|
||||
href: "#",
|
||||
},
|
||||
label: "Luxury Lifestyle", href: "#"},
|
||||
{
|
||||
label: "Residency Programs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Residency Programs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/dubaiwealth",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/dubaiwealth"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/dubaiwealth",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/dubaiwealth"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user