Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 01:47:30 +00:00
parent 192e37aa02
commit ba1770aa55

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "#" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Dubai Office", href: "#" },
{ label: "info@luxeestate.ae", href: "#" },
{ label: "+971 4 XXX XXXX", href: "#" },
@@ -46,8 +43,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Compliance", href: "#" },
@@ -87,33 +83,13 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
id: "01",
title: "Property Management",
description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=4",
imageAlt: "Professional property management services",
},
id: "01", title: "Property Management", description: "Full-service property management ensuring your investment is maintained to the highest standards with dedicated professional oversight.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=4", imageAlt: "Professional property management services"},
{
id: "02",
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: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=4",
imageAlt: "Luxury property sales consultation",
},
id: "02", 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: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=4", imageAlt: "Luxury property sales consultation"},
{
id: "03",
title: "Investment Advisory",
description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.",
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=4",
imageAlt: "Real estate investment consultation",
},
id: "03", title: "Investment Advisory", description: "Strategic investment guidance backed by market expertise and trend analysis to maximize your real estate portfolio returns.", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=4", imageAlt: "Real estate investment consultation"},
{
id: "04",
title: "Concierge Services",
description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-partners-greeting-one-another-by-handshaking-way-office_1150-3028.jpg?_wi=2",
imageAlt: "Premium concierge services",
},
id: "04", title: "Concierge Services", description: "White-glove concierge support including property tours, documentation, and seamless transaction facilitation for ultimate convenience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-partners-greeting-one-another-by-handshaking-way-office_1150-3028.jpg?_wi=2", imageAlt: "Premium concierge services"},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"