From 75fdb11d5e9b358cc93bfde21bb822d2e1e91c77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:24:45 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 50 +++++++++++-------------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index de2206f..71a7c82 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -19,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Properties", href: "/properties" }, { label: "About", href: "/about" }, @@ -28,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Market Insights", href: "#" }, { label: "Investment Guide", href: "#" }, { label: "FAQ", href: "#" }, @@ -46,8 +43,7 @@ const footerColumns = [ ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact Us", href: "/contact" }, { label: "Schedule Viewing", href: "/contact" }, { label: "Newsletter", href: "#" }, @@ -77,9 +73,7 @@ export default function TeamPage() { id: item.id, }))} button={{ - text: "Schedule Viewing", - href: "/contact", - }} + text: "Schedule Viewing", href: "/contact"}} brandName="Luxe Estates" /> @@ -93,40 +87,20 @@ export default function TeamPage() { tagAnimation="entrance-slide" 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="entrance-slide" + buttonAnimation="slide-up" /> @@ -147,7 +121,7 @@ export default function TeamPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "/about" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -162,7 +136,7 @@ export default function TeamPage() { { text: "Contact Team", href: "/contact" }, { text: "View Properties", href: "/properties" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} />