Update src/app/about/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy", href: "/listings" },
|
||||
{ label: "Sell", href: "/contact" },
|
||||
{ label: "Invest", href: "/market" },
|
||||
@@ -27,8 +26,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Market Insights", href: "/market" },
|
||||
@@ -36,8 +34,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -45,8 +42,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Buying Guide", href: "#" },
|
||||
{ label: "Selling Guide", href: "#" },
|
||||
@@ -96,23 +92,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Azizi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
imageAlt: "David Azizi, Principal Real Estate Agent",
|
||||
},
|
||||
id: "1", name: "David Azizi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "David Azizi, Principal Real Estate Agent"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Walsh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-people-talking-holding-tablets-stairs_1262-20322.jpg",
|
||||
imageAlt: "Jennifer Walsh, Senior Sales Associate",
|
||||
},
|
||||
id: "2", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-people-talking-holding-tablets-stairs_1262-20322.jpg", imageAlt: "Jennifer Walsh, Senior Sales Associate"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Sterling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
|
||||
imageAlt: "Marcus Sterling, Investment Specialist",
|
||||
},
|
||||
id: "3", name: "Marcus Sterling", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Marcus Sterling, Investment Specialist"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user