Merge version_3 into main #5

Merged
bender merged 3 commits from version_3 into main 2026-03-06 01:57:17 +00:00
3 changed files with 21 additions and 21 deletions

View File

@@ -155,14 +155,14 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
icon: Zap,
title: "Expert Market Knowledge", description: "Deep insights into Dubai's luxury market trends and investment opportunities with data-driven strategies."},
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", imageAlt: "Market knowledge visualization"
},
{
icon: Shield,
title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind."},
id: "2", title: "Complete Protection", description: "Rigorous verification processes and transparent transactions ensuring legal compliance and complete peace of mind.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Protection and security visualization"
},
{
icon: Lock,
title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public."},
id: "3", title: "Exclusive Access", description: "Access to off-market opportunities and private listings not available to the general public.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Exclusive access visualization"
},
]}
textboxLayout="default"
animationType="slide-up"

View File

@@ -109,14 +109,14 @@ export default function PropertiesPage() {
tagAnimation="slide-up"
features={[
{
icon: Briefcase,
title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills."},
id: "1", title: "Prime Locations", description: "Properties in the most sought-after neighborhoods including Palm Jumeirah, Downtown, and Emirates Hills.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Prime location properties"
},
{
icon: Building2,
title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance."},
id: "2", title: "Verified Authenticity", description: "All properties undergo rigorous verification processes ensuring complete transparency and legal compliance.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Verified properties"
},
{
icon: Phone,
title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields."},
id: "3", title: "Investment Returns", description: "Strategic selection based on market analysis to maximize appreciation potential and rental yields.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Investment returns visualization"
},
]}
textboxLayout="default"
animationType="slide-up"

View File

@@ -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: "/" },
@@ -83,17 +83,17 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
icon: Home,
title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight."},
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", imageAlt: "Property management services"
},
{
icon: Building2,
title: "Luxury Sales & Leasing", description: "Expert negotiation and transaction services for buying, selling, or leasing premium properties in Dubai's most sought-after locations."},
id: "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", imageAlt: "Sales and leasing services"
},
{
icon: TrendingUp,
title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns."},
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", imageAlt: "Investment advisory services"
},
{
icon: Users,
title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience."},
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", imageAlt: "Concierge services"
},
]}
textboxLayout="default"
animationType="slide-up"