diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 035c10e..eab7712 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Viewing", - href: "contact", - }} + text: "Schedule Viewing", href: "contact"}} animateOnLoad={true} /> @@ -44,28 +42,17 @@ export default function AboutPage() { ); -} \ No newline at end of file +} + +import { Users, HelpCircle } from "lucide-react"; \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ae0c074..e8a9bc7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import ContactSplit from "@/components/sections/contact/ContactSplit"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Mail, Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; +import { Mail, Facebook, Instagram, Linkedin, Twitter, HelpCircle } from "lucide-react"; export default function ContactPage() { return ( @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Viewing", - href: "contact", - }} + text: "Schedule Viewing", href: "contact"}} animateOnLoad={true} /> @@ -47,8 +45,7 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-leading-meeting-indoors_23-2148868425.jpg" imageAlt="Luxe Properties consultation office" @@ -64,28 +61,19 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 19a2992..8aa0869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ const navItems = [ ]; const navButton = { - text: "Schedule Viewing", - href: "#contact", -}; + text: "Schedule Viewing", href: "#contact"}; export default function HomePage() { return ( @@ -48,7 +46,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -70,7 +68,7 @@ export default function HomePage() { tag="Premium Real Estate" tagIcon={Crown} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" imageAlt="Luxury mansion with panoramic views" buttons={[ @@ -91,50 +89,26 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Waterfront Palace Estate", - price: "$8,500,000", - variant: "5BR • 6BA • Waterfront", - imageSrc: - "http://img.b2bpic.net/free-photo/table-chair-with-outdoor-balcony_1203-3384.jpg?_wi=1", - imageAlt: "Elegant waterfront estate with infinity pool", - isFavorited: false, + id: "1", name: "Waterfront Palace Estate", price: "$8,500,000", variant: "5BR • 6BA • Waterfront", imageSrc: + "http://img.b2bpic.net/free-photo/table-chair-with-outdoor-balcony_1203-3384.jpg", imageAlt: "Elegant waterfront estate with infinity pool", isFavorited: false, onFavorite: () => console.log("favorited"), onProductClick: () => console.log("clicked"), }, { - id: "2", - name: "Contemporary Penthouse Tower", - price: "$5,200,000", - variant: "4BR • 4BA • Downtown", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", - imageAlt: "Modern luxury penthouse with city views", - isFavorited: false, + id: "2", name: "Contemporary Penthouse Tower", price: "$5,200,000", variant: "4BR • 4BA • Downtown", imageSrc: + "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Modern luxury penthouse with city views", isFavorited: false, onFavorite: () => console.log("favorited"), onProductClick: () => console.log("clicked"), }, { - id: "3", - name: "Historic Manor House", - price: "$6,800,000", - variant: "7BR • 8BA • Countryside", - imageSrc: - "http://img.b2bpic.net/free-photo/old-brown-concrete-building_250224-311.jpg?_wi=1", - imageAlt: "Prestigious historic estate with grounds", - isFavorited: false, + id: "3", name: "Historic Manor House", price: "$6,800,000", variant: "7BR • 8BA • Countryside", imageSrc: + "http://img.b2bpic.net/free-photo/old-brown-concrete-building_250224-311.jpg", imageAlt: "Prestigious historic estate with grounds", isFavorited: false, onFavorite: () => console.log("favorited"), onProductClick: () => console.log("clicked"), }, { - id: "4", - name: "Private Mountain Retreat", - price: "$4,950,000", - variant: "6BR • 5BA • Resort Area", - imageSrc: - "http://img.b2bpic.net/free-vector/beautiful-winter-landscape-background_23-2147983293.jpg?_wi=1", - imageAlt: "Luxury mountain home with snow peaks", - isFavorited: false, + id: "4", name: "Private Mountain Retreat", price: "$4,950,000", variant: "6BR • 5BA • Resort Area", imageSrc: + "http://img.b2bpic.net/free-vector/beautiful-winter-landscape-background_23-2147983293.jpg", imageAlt: "Luxury mountain home with snow peaks", isFavorited: false, onFavorite: () => console.log("favorited"), onProductClick: () => console.log("clicked"), }, @@ -152,10 +126,7 @@ export default function HomePage() { heading={[ { type: "text", content: "Three decades of" }, { - type: "image", - src: "http://img.b2bpic.net/free-vector/golden-sale-label-collection_23-2147701427.jpg", - alt: "Luxe Properties seal", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/golden-sale-label-collection_23-2147701427.jpg", alt: "Luxe Properties seal"}, { type: "text", content: "excellence in luxury real estate" }, ]} buttons={[ @@ -176,53 +147,29 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Exclusive Property Access", - description: - "First access to off-market luxury properties before public listing through our exclusive network of international sellers.", - imageSrc: - "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571925.jpg", - imageAlt: "Private property consultation", - }, + title: "Exclusive Property Access", description: + "First access to off-market luxury properties before public listing through our exclusive network of international sellers.", imageSrc: + "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571925.jpg", imageAlt: "Private property consultation"}, { - title: "Personal Investment Advisory", - description: - "Expert market analysis and investment strategy consultation to maximize your real estate portfolio value and growth potential.", - imageSrc: - "http://img.b2bpic.net/free-photo/serious-male-inspector-with-notepad-meeting-discussing-papers-with-young-entrepreneurs_74855-10388.jpg", - imageAlt: "Investment portfolio review", - }, + title: "Personal Investment Advisory", description: + "Expert market analysis and investment strategy consultation to maximize your real estate portfolio value and growth potential.", imageSrc: + "http://img.b2bpic.net/free-photo/serious-male-inspector-with-notepad-meeting-discussing-papers-with-young-entrepreneurs_74855-10388.jpg", imageAlt: "Investment portfolio review"}, { - title: "White-Glove Concierge", - description: - "Dedicated concierge service handling every detail from property showcasing to closing, ensuring seamless luxury transactions.", - imageSrc: - "http://img.b2bpic.net/free-photo/overhead-view-human-hand-putting-signature-official-paper-office_23-2148182971.jpg", - imageAlt: "Luxury concierge service", - }, + title: "White-Glove Concierge", description: + "Dedicated concierge service handling every detail from property showcasing to closing, ensuring seamless luxury transactions.", imageSrc: + "http://img.b2bpic.net/free-photo/overhead-view-human-hand-putting-signature-official-paper-office_23-2148182971.jpg", imageAlt: "Luxury concierge service"}, { - title: "International Relocation", - description: - "Global expertise assisting high-net-worth individuals with seamless international property acquisition and relocation services.", - imageSrc: - "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", - imageAlt: "Global real estate network", - }, + title: "International Relocation", description: + "Global expertise assisting high-net-worth individuals with seamless international property acquisition and relocation services.", imageSrc: + "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageAlt: "Global real estate network"}, { - title: "Property Management Elite", - description: - "Premium property management services including maintenance, staffing, and security for your luxury investment properties.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-architect-engineer-supervising-construction_23-2148233723.jpg", - imageAlt: "Property management overview", - }, + title: "Property Management Elite", description: + "Premium property management services including maintenance, staffing, and security for your luxury investment properties.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-architect-engineer-supervising-construction_23-2148233723.jpg", imageAlt: "Property management overview"}, { - title: "Estate Planning Consultation", - description: - "Comprehensive advisory on wealth preservation, inheritance planning, and multi-generational property strategy.", - imageSrc: - "http://img.b2bpic.net/free-photo/confident-people-holding-toy-house-together_23-2147764167.jpg", - imageAlt: "Estate planning consultation", - }, + title: "Estate Planning Consultation", description: + "Comprehensive advisory on wealth preservation, inheritance planning, and multi-generational property strategy.", imageSrc: + "http://img.b2bpic.net/free-photo/confident-people-holding-toy-house-together_23-2147764167.jpg", imageAlt: "Estate planning consultation"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -241,33 +188,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Properties Sold", - subtitle: "Premium Transactions Completed", - category: "Portfolio", - value: "847", - }, + id: "1", title: "Properties Sold", subtitle: "Premium Transactions Completed", category: "Portfolio", value: "847"}, { - id: "2", - title: "Client Satisfaction", - subtitle: "Average Rating & Reviews", - category: "Excellence", - value: "4.9/5", - }, + id: "2", title: "Client Satisfaction", subtitle: "Average Rating & Reviews", category: "Excellence", value: "4.9/5"}, { - id: "3", - title: "Market Value", - subtitle: "Total Properties Under Management", - category: "Assets", - value: "$2.3B", - }, + id: "3", title: "Market Value", subtitle: "Total Properties Under Management", category: "Assets", value: "$2.3B"}, { - id: "4", - title: "Expert Team Members", - subtitle: "Dedicated Luxury Specialists", - category: "Team", - value: "125+", - }, + id: "4", title: "Expert Team Members", subtitle: "Dedicated Luxury Specialists", category: "Team", value: "125+"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -285,89 +212,35 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Victoria Montgomery, CEO of Westbrook Industries", - date: "Date: 15 November 2024", - title: "Exceptional service and unmatched expertise", - quote: - "Luxe Properties demonstrated remarkable professionalism throughout our luxury property acquisition. Their team's attention to detail, market knowledge, and personalized service exceeded all expectations. We found our dream estate and closed seamlessly within our timeline.", - tag: "Premium Services", - avatarSrc: - "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", - imageSrc: - "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg", - imageAlt: "Luxury property showcase evening", - }, + id: "1", name: "Victoria Montgomery, CEO of Westbrook Industries", date: "Date: 15 November 2024", title: "Exceptional service and unmatched expertise", quote: + "Luxe Properties demonstrated remarkable professionalism throughout our luxury property acquisition. Their team's attention to detail, market knowledge, and personalized service exceeded all expectations. We found our dream estate and closed seamlessly within our timeline.", tag: "Premium Services", avatarSrc: + "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageSrc: + "http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg", imageAlt: "Luxury property showcase evening"}, { - id: "2", - name: "James Richardson, Investment Portfolio Manager", - date: "Date: 8 October 2024", - title: "Outstanding market insight and returns", - quote: - "I've worked with multiple real estate firms globally. Luxe Properties stands apart with their analytical approach to investment properties and consistent portfolio appreciation. Their white-glove service is truly unparalleled in the luxury segment.", - tag: "Investment Advisory", - avatarSrc: - "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", - imageSrc: - "http://img.b2bpic.net/free-psd/flat-design-home-template_23-2150143700.jpg", - imageAlt: "real estate portfolio property collection", - }, + id: "2", name: "James Richardson, Investment Portfolio Manager", date: "Date: 8 October 2024", title: "Outstanding market insight and returns", quote: + "I've worked with multiple real estate firms globally. Luxe Properties stands apart with their analytical approach to investment properties and consistent portfolio appreciation. Their white-glove service is truly unparalleled in the luxury segment.", tag: "Investment Advisory", avatarSrc: + "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageSrc: + "http://img.b2bpic.net/free-psd/flat-design-home-template_23-2150143700.jpg", imageAlt: "real estate portfolio property collection"}, { - id: "3", - name: "Sophia Laurent, International Business Owner", - date: "Date: 22 September 2024", - title: "Seamless international relocation", - quote: - "Moving across continents for business, Luxe Properties made finding and securing our luxury residence effortless. Their global network and local expertise combined perfectly. The concierge service handled every detail impeccably.", - tag: "Global Services", - avatarSrc: - "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - imageSrc: - "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3996.jpg", - imageAlt: "international luxury property modern design", - }, + id: "3", name: "Sophia Laurent, International Business Owner", date: "Date: 22 September 2024", title: "Seamless international relocation", quote: + "Moving across continents for business, Luxe Properties made finding and securing our luxury residence effortless. Their global network and local expertise combined perfectly. The concierge service handled every detail impeccably.", tag: "Global Services", avatarSrc: + "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageSrc: + "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3996.jpg", imageAlt: "international luxury property modern design"}, { - id: "4", - name: "Marcus Chen, Venture Capitalist", - date: "Date: 5 August 2024", - title: "Extraordinary transaction experience", - quote: - "The team navigated complex negotiations with remarkable finesse. Their understanding of luxury market dynamics and commitment to client success is refreshing. I've already recommended Luxe Properties to my network of high-net-worth colleagues.", - tag: "Elite Services", - avatarSrc: - "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10632.jpg", - imageSrc: - "http://img.b2bpic.net/free-photo/completed-application-form-mortgage_23-2147764233.jpg", - imageAlt: "real estate contract document transaction", - }, + id: "4", name: "Marcus Chen, Venture Capitalist", date: "Date: 5 August 2024", title: "Extraordinary transaction experience", quote: + "The team navigated complex negotiations with remarkable finesse. Their understanding of luxury market dynamics and commitment to client success is refreshing. I've already recommended Luxe Properties to my network of high-net-worth colleagues.", tag: "Elite Services", avatarSrc: + "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10632.jpg", imageSrc: + "http://img.b2bpic.net/free-photo/completed-application-form-mortgage_23-2147764233.jpg", imageAlt: "real estate contract document transaction"}, { - id: "5", - name: "Alexandra Hartley, Real Estate Investor", - date: "Date: 18 July 2024", - title: "Expert guidance and premium results", - quote: - "Luxe Properties exceeded my expectations with their personalized market analysis and strategic property recommendations. Their team's expertise in identifying undervalued luxury assets has significantly enhanced my investment portfolio.", - tag: "Portfolio Management", - avatarSrc: - "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", - imageSrc: - "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322065.jpg", - imageAlt: "real estate agent showing property", - }, + id: "5", name: "Alexandra Hartley, Real Estate Investor", date: "Date: 18 July 2024", title: "Expert guidance and premium results", quote: + "Luxe Properties exceeded my expectations with their personalized market analysis and strategic property recommendations. Their team's expertise in identifying undervalued luxury assets has significantly enhanced my investment portfolio.", tag: "Portfolio Management", avatarSrc: + "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageSrc: + "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322065.jpg", imageAlt: "real estate agent showing property"}, { - id: "6", - name: "David Thompson, Entrepreneur", - date: "Date: 10 June 2024", - title: "Unmatched professional excellence", - quote: - "From property search to closing, Luxe Properties demonstrated consistent excellence and professionalism. Their concierge team managed every aspect with precision. I couldn't have asked for a better experience acquiring my flagship residence.", - tag: "Concierge Excellence", - avatarSrc: - "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", - imageSrc: - "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg", - imageAlt: "luxury home interior elegant design", - }, + id: "6", name: "David Thompson, Entrepreneur", date: "Date: 10 June 2024", title: "Unmatched professional excellence", quote: + "From property search to closing, Luxe Properties demonstrated consistent excellence and professionalism. Their concierge team managed every aspect with precision. I couldn't have asked for a better experience acquiring my flagship residence.", tag: "Concierge Excellence", avatarSrc: + "http://img.b2bpic.net/free-photo/thinking-business-ideas_1098-14443.jpg", imageSrc: + "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821329.jpg", imageAlt: "luxury home interior elegant design"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -383,79 +256,49 @@ export default function HomePage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "Alexandra Sterling", - role: "Founder & Chief Executive Officer", - description: - "30+ years in luxury real estate. Previously led international acquisitions for premier investment firms. Specializes in high-net-worth client relationships and complex transactions.", - imageSrc: - "http://img.b2bpic.net/free-photo/elegant-corporate-businesswoman_23-2147702113.jpg?_wi=1", - socialLinks: [ + id: "1", name: "Alexandra Sterling", role: "Founder & Chief Executive Officer", description: + "30+ years in luxury real estate. Previously led international acquisitions for premier investment firms. Specializes in high-net-worth client relationships and complex transactions.", imageSrc: + "http://img.b2bpic.net/free-photo/elegant-corporate-businesswoman_23-2147702113.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Globe, url: "https://example.com" }, ], }, { - id: "2", - name: "Christopher Blake", - role: "Senior Vice President, Investment Advisory", - description: - "Former investment banker with 25 years market experience. Expert in property valuation, market analysis, and portfolio strategy. MBA from top-tier institution.", - imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=1", - socialLinks: [ + id: "2", name: "Christopher Blake", role: "Senior Vice President, Investment Advisory", description: + "Former investment banker with 25 years market experience. Expert in property valuation, market analysis, and portfolio strategy. MBA from top-tier institution.", imageSrc: + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Mail, url: "mailto:christopher@luxeproperties.com" }, ], }, { - id: "3", - name: "Margaret Harrison", - role: "International Properties Manager", - description: - "Bilingual luxury specialist with 20 years global experience. Extensive network across Europe, Asia, and Americas. Fluent in six languages, expert in international relocation.", - imageSrc: - "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322918.jpg?_wi=1", - socialLinks: [ + id: "3", name: "Margaret Harrison", role: "International Properties Manager", description: + "Bilingual luxury specialist with 20 years global experience. Extensive network across Europe, Asia, and Americas. Fluent in six languages, expert in international relocation.", imageSrc: + "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322918.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Globe, url: "https://example.com" }, ], }, { - id: "4", - name: "Jonathan Pierce", - role: "Legal & Compliance Counsel", - description: - "Real estate attorney with 18 years specialization in luxury transactions. Expert in estate planning, international law, and wealth preservation structures.", - imageSrc: - "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg?_wi=1", - socialLinks: [ + id: "4", name: "Jonathan Pierce", role: "Legal & Compliance Counsel", description: + "Real estate attorney with 18 years specialization in luxury transactions. Expert in estate planning, international law, and wealth preservation structures.", imageSrc: + "http://img.b2bpic.net/free-photo/experienced-grey-haired-businessman-standing_74855-9871.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Mail, url: "mailto:jonathan@luxeproperties.com" }, ], }, { - id: "5", - name: "Elena Rodriguez", - role: "Senior Sales Consultant", - description: - "Top-performing luxury agent with 15 years track record. Specializes in contemporary architectural properties and investment portfolios. Client satisfaction rate of 98%.", - imageSrc: - "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1", - socialLinks: [ + id: "5", name: "Elena Rodriguez", role: "Senior Sales Consultant", description: + "Top-performing luxury agent with 15 years track record. Specializes in contemporary architectural properties and investment portfolios. Client satisfaction rate of 98%.", imageSrc: + "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Phone, url: "tel:+1-555-0123" }, ], }, { - id: "6", - name: "Michael Ashford", - role: "Concierge Services Director", - description: - "Luxury hospitality background with 12 years real estate concierge experience. Manages all client services from property viewing to closing coordination. Known for exceptional attention to detail.", - imageSrc: - "http://img.b2bpic.net/free-photo/adult-happy-businessman-pointing-camera_23-2148113007.jpg?_wi=1", - socialLinks: [ + id: "6", name: "Michael Ashford", role: "Concierge Services Director", description: + "Luxury hospitality background with 12 years real estate concierge experience. Manages all client services from property viewing to closing coordination. Known for exceptional attention to detail.", imageSrc: + "http://img.b2bpic.net/free-photo/adult-happy-businessman-pointing-camera_23-2148113007.jpg", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Mail, url: "mailto:michael@luxeproperties.com" }, ], @@ -472,42 +315,24 @@ export default function HomePage() {