Update src/app/services/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user