Update src/app/team/page.tsx

This commit is contained in:
2026-03-05 19:44:01 +00:00
parent e5d0f4a3a3
commit dc1ed90b6d

View File

@@ -43,35 +43,19 @@ export default function TeamPage() {
description="Our award-winning specialists bring decades of combined expertise in luxury real estate, international markets, and client service excellence."
tag="The Experts"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
members={[
{
id: "1",
name: "Victoria Sterling",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=3",
imageAlt: "Victoria Sterling"
id: "1", name: "Victoria Sterling", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "Victoria Sterling"
},
{
id: "2",
name: "James Whitmore",
role: "Senior Agent",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=2",
imageAlt: "James Whitmore"
id: "2", name: "James Whitmore", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "James Whitmore"
},
{
id: "3",
name: "Alexandra Chen",
role: "International Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=2",
imageAlt: "Alexandra Chen"
id: "3", name: "Alexandra Chen", role: "International Specialist", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Alexandra Chen"
},
{
id: "4",
name: "Marcus Thompson",
role: "Investment Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg?_wi=2",
imageAlt: "Marcus Thompson"
id: "4", name: "Marcus Thompson", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg", imageAlt: "Marcus Thompson"
}
]}
textboxLayout="default"
@@ -87,33 +71,21 @@ export default function TeamPage() {
description="Each team member brings specialized knowledge and expertise across different aspects of luxury real estate."
tag="Areas of Excellence"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Work With Us", href: "/contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
features={[
{
id: "01",
title: "Residential Luxury",
description: "Expert representation in high-end residential properties from penthouses to estates.",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=3",
imageAlt: "Luxury residential"
id: "01", title: "Residential Luxury", description: "Expert representation in high-end residential properties from penthouses to estates.", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Luxury residential"
},
{
id: "02",
title: "International Markets",
description: "Deep expertise in global luxury markets across Americas, Europe, Asia, and beyond.",
imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=4",
imageAlt: "International markets"
id: "02", title: "International Markets", description: "Deep expertise in global luxury markets across Americas, Europe, Asia, and beyond.", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "International markets"
},
{
id: "03",
title: "Investment Strategy",
description: "Portfolio optimization and investment analysis for long-term wealth building.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=3",
imageAlt: "Investment analysis"
id: "03", title: "Investment Strategy", description: "Portfolio optimization and investment analysis for long-term wealth building.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", imageAlt: "Investment analysis"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -126,14 +98,14 @@ export default function TeamPage() {
<ContactCTA
tag="Connect With Our Team"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Work Together?"
description="Reach out to our team to discuss your real estate goals and learn how we can help you achieve your luxury property objectives."
buttons={[
{ text: "Contact Us", href: "/contact" },
{ text: "Browse Properties", href: "/properties" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
@@ -143,8 +115,7 @@ export default function TeamPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -153,8 +124,7 @@ export default function TeamPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Property Search", href: "/properties" },
{ label: "Investment Advisory", href: "/about" },
{ label: "Portfolio Management", href: "/contact" },
@@ -162,8 +132,7 @@ export default function TeamPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:info@luxeproperties.com" },
{ label: "Phone", href: "tel:+1-800-LUXURY-1" },
@@ -171,8 +140,7 @@ export default function TeamPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimers", href: "#" },