'use client'; import { useState } from 'react'; import Link from 'next/link'; import Image from 'next/image'; // Sample agents data for tabs const agentsData = [ { id: '1', name: 'Arjun Mehta', subtitle: '(Residential Property Expert)', location: 'San Francisco, CA', experience: '10+ years in the real estate industry.', expertise: ['Residential', 'Rental', 'Commercial', 'Inspection', 'Land', 'Rental'], imageUrl: '/assets/images/professional-1.jpg', }, { id: '2', name: 'Arjun Mehta', subtitle: '(Residential Property Expert)', location: 'San Francisco, CA', experience: '10+ years in the real estate industry.', expertise: ['Residential', 'Rental', 'Commercial', 'Inspection', 'Land', 'Rental'], imageUrl: '/assets/images/professional-2.jpg', }, { id: '3', name: 'Arjun Mehta', subtitle: '(Residential Property Expert)', location: 'San Francisco, CA', experience: '10+ years in the real estate industry.', expertise: ['Residential', 'Rental', 'Commercial', 'Inspection', 'Land', 'Rental'], imageUrl: '/assets/images/professional-3.jpg', }, ]; const lendersData = [ { id: '4', name: 'Sarah Johnson', subtitle: '(Mortgage Specialist)', location: 'Los Angeles, CA', experience: '10+ years in mortgage lending.', expertise: ['FHA Loans', 'Conventional', 'VA Loans', 'Refinancing', 'Jumbo'], imageUrl: '/assets/images/professional-1.jpg', }, { id: '5', name: 'Michael Chen', subtitle: '(Senior Loan Officer)', location: 'Seattle, WA', experience: '7+ years in lending.', expertise: ['Jumbo Loans', 'Refinancing', 'Investment', 'First-time', 'USDA'], imageUrl: '/assets/images/professional-2.jpg', }, { id: '6', name: 'Emily Davis', subtitle: '(Home Loan Advisor)', location: 'Austin, TX', experience: '5+ years in mortgage industry.', expertise: ['First-time Buyers', 'FHA', 'USDA Loans', 'VA Loans', 'Conventional'], imageUrl: '/assets/images/professional-3.jpg', }, ]; interface ProfessionalCardProps { name: string; subtitle: string; location: string; experience: string; expertise: string[]; imageUrl: string; } function ProfessionalCard({ name, subtitle, location, experience, expertise, imageUrl, }: ProfessionalCardProps) { return (
{subtitle}
{/* Verified Badge */}Location:
Expertise:
Experience: {experience}
{/* Star Rating */}Discover 5,000+ Top Real Estate Agents in Our Network.
{/* Browse Experts Button */}