Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 01:47:28 +00:00
parent d63060986d
commit 45f0c27258

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: "#" },
@@ -102,33 +98,13 @@ export default function AboutPage() {
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Ahmed Al Maktoum",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Ahmed Al Maktoum, Founder and CEO",
},
id: "1", name: "Ahmed Al Maktoum", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Ahmed Al Maktoum, Founder and CEO"},
{
id: "2",
name: "Sarah Johnson",
role: "Head of Sales",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "Sarah Johnson, Head of Sales",
},
id: "2", name: "Sarah Johnson", role: "Head of Sales", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Johnson, Head of Sales"},
{
id: "3",
name: "Fatima Al Zaabi",
role: "Property Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
imageAlt: "Fatima Al Zaabi, Head of Property Management",
},
id: "3", name: "Fatima Al Zaabi", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Fatima Al Zaabi, Head of Property Management"},
{
id: "4",
name: "Michael Chen",
role: "Investment Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
imageAlt: "Michael Chen, Investment Advisor",
},
id: "4", name: "Michael Chen", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Chen, Investment Advisor"},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"