diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx
index cd189b2..2ecbc2e 100644
--- a/src/app/team/page.tsx
+++ b/src/app/team/page.tsx
@@ -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() {
@@ -143,8 +115,7 @@ export default function TeamPage() {