diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6dfe8f7..3080b1f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"}, ]} /> @@ -96,8 +81,7 @@ export default function ServicesPage() {