diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d08ade2..189f723 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,26 +10,22 @@ import { Users } from 'lucide-react'; export default function AboutPage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "Properties", id: "properties" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } + { name: "Home", id: "/" }, + { name: "Properties", id: "/properties" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Properties", href: "/properties" }, - { label: "Services", href: "/" }, { label: "About", href: "/about" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Market Analysis", href: "#" }, { label: "Investment Guide", href: "#" }, @@ -37,8 +33,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "#team" }, { label: "Testimonials", href: "#testimonials" }, @@ -46,8 +41,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -101,32 +95,16 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "Catherine Ashford", - role: "Senior Luxury Agent", - 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: "Catherine Ashford - Senior Luxury Agent" + id: "1", name: "Catherine Ashford", role: "Senior Luxury Agent", 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: "Catherine Ashford - Senior Luxury Agent" }, { - id: "2", - name: "Richard Whitmore", - role: "Waterfront 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=2", - imageAlt: "Richard Whitmore - Waterfront Specialist" + id: "2", name: "Richard Whitmore", role: "Waterfront 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: "Richard Whitmore - Waterfront Specialist" }, { - id: "3", - name: "Elena Rodriguez", - role: "Investment Property Expert", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", - imageAlt: "Elena Rodriguez - Investment Property Expert" + id: "3", name: "Elena Rodriguez", role: "Investment Property Expert", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Elena Rodriguez - Investment Property Expert" }, { - id: "4", - name: "Christopher Lane", - role: "Private Estate Consultant", - 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=3", - imageAlt: "Christopher Lane - Private Estate Consultant" + id: "4", name: "Christopher Lane", role: "Private Estate Consultant", 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: "Christopher Lane - Private Estate Consultant" } ]} gridVariant="uniform-all-items-equal"