From 5b728eea5d35021dd590cf4cb88b622f9b8c39da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:57:11 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6790953..3d08679 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" From 7f4e99332d02cac4bd41eb381845a2475421ad94 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:57:12 +0000 Subject: [PATCH 2/3] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 9682456..730a8c5 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -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" From 8205a6da7dd617482b490c09abad211f9351421e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:57:12 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6b5ef6c..f6cf778 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"