Update src/app/about/page.tsx
This commit is contained in:
@@ -18,9 +18,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -62,42 +60,22 @@ export default function AboutPage() {
|
||||
description="Seasoned professionals dedicated to delivering exceptional results and unmatched client experiences in luxury real estate."
|
||||
tag="Leadership"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra Sterling",
|
||||
role: "Senior Broker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg",
|
||||
imageAlt: "Alexandra Sterling",
|
||||
},
|
||||
id: "1", name: "Alexandra Sterling", role: "Senior Broker", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg", imageAlt: "Alexandra Sterling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
role: "Investment Specialist",
|
||||
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: "Marcus Chen",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", role: "Investment Specialist", 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", imageAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Victoria Ashford",
|
||||
role: "International Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
|
||||
imageAlt: "Victoria Ashford",
|
||||
},
|
||||
id: "3", name: "Victoria Ashford", role: "International Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Victoria Ashford"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Montgomery",
|
||||
role: "Portfolio Manager",
|
||||
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: "James Montgomery",
|
||||
},
|
||||
id: "4", name: "James Montgomery", role: "Portfolio Manager", 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", imageAlt: "James Montgomery"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,14 +83,14 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
tag="Connect With Us"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Discover How Luxe Estates Can Serve You"
|
||||
description="Whether you're looking to buy, sell, or invest in luxury real estate, our expert team is ready to assist. Reach out today to learn more about our services and how we can help achieve your real estate goals."
|
||||
buttons={[
|
||||
{ text: "Contact Our Team", href: "/contact" },
|
||||
{ text: "View Properties", href: "/properties" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -122,8 +100,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -132,8 +109,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/properties" },
|
||||
{ label: "Sell Properties", href: "/contact" },
|
||||
{ label: "Investment Advice", href: "/contact" },
|
||||
@@ -141,8 +117,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "/contact" },
|
||||
@@ -150,8 +125,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user