Update src/app/team/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,7 +121,7 @@ export default function TeamPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user