Update src/app/about/page.tsx
This commit is contained in:
@@ -57,24 +57,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Victoria Ashford",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"
|
||||
id: "1", name: "Victoria Ashford", imageSrc: "https://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Richard Sterling",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg"
|
||||
id: "2", name: "Richard Sterling", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Margaret Chen",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"
|
||||
id: "3", name: "Margaret Chen", imageSrc: "https://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg"
|
||||
id: "4", name: "James Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -102,8 +94,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Prestige Realty. All rights reserved. Luxury real estate excellence."
|
||||
columns={[
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{ label: "Featured Listings", href: "/properties" },
|
||||
{ label: "Coming Soon", href: "#" },
|
||||
{ label: "Sold Properties", href: "#" },
|
||||
@@ -111,8 +102,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Market Insights", href: "#" },
|
||||
@@ -120,8 +110,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Property Sales", href: "#" },
|
||||
{ label: "Acquisitions", href: "#" },
|
||||
{ label: "Valuations", href: "#" },
|
||||
@@ -129,8 +118,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Schedule Tour", href: "/contact" },
|
||||
{ label: "Contact Form", href: "/contact" },
|
||||
{ label: "Support", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user