From 25e60fb34ca60ed263290d9f334edb14239bd283 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:27:07 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 71a7c82..74aef55 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -73,7 +73,8 @@ export default function TeamPage() { id: item.id, }))} button={{ - text: "Schedule Viewing", href: "/contact"}} + text: "Schedule Viewing", href: "/contact" + }} brandName="Luxe Estates" /> @@ -84,23 +85,27 @@ export default function TeamPage() { description="Experienced professionals dedicated to finding your perfect property." tag="Expert Agents" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="none" members={[ { - id: "1", name: "Victoria Sterling", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Victoria Sterling"}, + id: "1", name: "Victoria Sterling", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Victoria Sterling" + }, { - id: "2", name: "James Richardson", role: "Market Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"}, + id: "2", name: "James Richardson", role: "Market Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" + }, { - id: "3", name: "Amanda Chen", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amanda Chen"}, + id: "3", name: "Amanda Chen", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amanda Chen" + }, { - id: "4", name: "Marcus Thompson", role: "International Lead", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Marcus Thompson"}, + id: "4", name: "Marcus Thompson", role: "International Lead", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Marcus Thompson" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "Connect With Team", href: "/contact" }]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -110,7 +115,7 @@ export default function TeamPage() { description="Our collective strength and market leadership." tag="Professional Credentials" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="none" metrics={[ { id: "1", icon: Home, title: "Properties Managed", value: "2,500+" }, { id: "2", icon: Users, title: "Happy Clients", value: "3,200+" }, @@ -121,7 +126,7 @@ export default function TeamPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "/about" }]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -129,14 +134,14 @@ export default function TeamPage() {