+ {/* Mobile: Profile Image at Top */}
+
+ {/* Profile Image */}
+
+
+ {/* Available/Unavailable Buttons */}
+
+
+
+
+ Available.
+
+
+
+
+
+
+ Unavailable.
+
+
+
+
+
+ {/* Contact Info Card */}
+
+
+ Email:
+ ********brian@gmail.com
+
+
+ Ph.No:
+ {agentData.phone}
+
+
+
+
+ {/* Name and Info - Centered for Mobile */}
+
+
+
+ {firstName}{' '}
+ {lastName}
+
+ {agentData.isVerified && (
+ <>
+
+
+ (Verified Expert)
+
+ >
+ )}
+
+
+
{agentData.title}
+
+
+
+ {agentData.location}
+
+
+
+ Member Since {agentData.memberSince}
+
+
+
+
+ {/* Bio - Centered for Mobile */}
+
+ {agentData.bio}
+
+
+
+ {/* Desktop: Original Layout */}
+
{/* Left Sidebar - Status & Contact */}
-
+
+ {/* Profile Image */}
+
+
+ {/* Status Buttons */}
+
+
+
+
+ Available.
+
+
+
+
+
+
+ Unavailable.
+
+
+
+
+
+ {/* Contact Info */}
+
+
+ Email:
+ *****brian@gmail.com
+
+
+ Ph.No:
+ {agentData.phone}
+
+
+
+
{/* Right Content - Profile Info */}
-
+
+ {/* Name and Actions Row */}
+
+
+
+
+ {firstName}{' '}
+ {lastName}
+
+ {agentData.isVerified && (
+ <>
+
+
+ (Verified Expert)
+
+ >
+ )}
+
+
+
{agentData.title}
+
+
+
+ {agentData.location}
+
+
+
+ Member Since {agentData.memberSince}
+
+
+
+
+ {/* Action Buttons */}
+
+
+
+
+
+
+ {/* Bio */}
+
{agentData.bio}
+
+ {/* Expertise Tags */}
+
+
Expertise:
+
+ {agentData.expertise.map((tag, idx) => (
+ {tag}
+ ))}
+
+
+
{/* Experience Section */}
-
+
+
Experience
+
+
+
Years in Experience
+
+ - {agentData.experience.years}
+
+
+
+
Number of contract closed
+
+ - {agentData.experience.contracts}
+
+
+
+
Licensing & Areas
+
+ {agentData.experience.licensingAreas.map((area, idx) => (
+ {area}
+ ))}
+
+ +3 More
+
+
+
+
+
Areas in expertise & Years
+
+ {agentData.experience.expertiseYears.map((item, idx) => (
+
+ {item.area} – {item.years}
+
+ ))}
+
+ +3More
+
+
+
+
+
Certifications
+
+ {agentData.experience.certifications.map((cert, idx) => (
+ -
+ • {cert.name}
+
{cert.org}
+
+ ))}
+
+
+
+
- {/* Info Cards Section */}
-
+ {/* Desktop Experience Section */}
+
+
Experience
+
+
+
+
Years in Experience
+
+ - {agentData.experience.years}
+
+
+
+
Number of contract closed
+
+ - {agentData.experience.contracts}
+
+
+
+
Licensing & Areas
+
+ {agentData.experience.licensingAreas.slice(0, 5).map((area, idx) => (
+ {area}
+ ))}
+ {agentData.experience.licensingAreas.length > 5 && (
+ +{agentData.experience.licensingAreas.length - 5} More
+ )}
+
+
+
+
+
+
+
Areas in expertise & Years
+
+ {agentData.experience.expertiseYears.slice(0, 3).map((item, idx) => (
+
+ {item.area} – {item.years}
+
+ ))}
+ {agentData.experience.expertiseYears.length > 3 && (
+ +{agentData.experience.expertiseYears.length - 3}More
+ )}
+
+
+
+
Certifications
+
+ {agentData.experience.certifications.map((cert, idx) => (
+ -
+ • {cert.name}
+
{cert.org}
+
+ ))}
+
+
+
+
+
+
+ {/* Info Cards Section - Stack on Mobile */}
+
- {/* Specialization Section - Light Gray Background */}
+ {/* Specialization Section - Single Column on Mobile */}
Specialization
Area Of Expertise and Focus
-
+
-
+
- {/* Testimonials Section */}
+ {/* Testimonials Section - Single Column on Mobile */}
Testimonials
Clients rate our real estate services 4.9 out of 5 on average, based on recent client reviews.
-
+
{agentData.testimonials.map((testimonial) => (