diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 157943a..d510825 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> @@ -105,14 +83,14 @@ export default function AboutPage() { @@ -122,8 +100,7 @@ export default function AboutPage() {