diff --git a/public/assets/icons/location-pin-orange.svg b/public/assets/icons/location-pin-orange.svg new file mode 100644 index 0000000..8e13aec --- /dev/null +++ b/public/assets/icons/location-pin-orange.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/icons/star-yellow.svg b/public/assets/icons/star-yellow.svg new file mode 100644 index 0000000..f7a2c1b --- /dev/null +++ b/public/assets/icons/star-yellow.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/icons/verified-badge-blue.svg b/public/assets/icons/verified-badge-blue.svg new file mode 100644 index 0000000..fdcf186 --- /dev/null +++ b/public/assets/icons/verified-badge-blue.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/home/TopProfessionals.tsx b/src/components/home/TopProfessionals.tsx index df62139..a197fc9 100644 --- a/src/components/home/TopProfessionals.tsx +++ b/src/components/home/TopProfessionals.tsx @@ -83,9 +83,9 @@ function ProfessionalCard({ imageUrl, }: ProfessionalCardProps) { return ( -
+
{/* Image */} -
+
{name} {/* Name */} -

+

{name}

{/* Subtitle */} -

+

{subtitle}

{/* Verified Badge */}
Verified - + “Verified local agent”
{/* Location */}
-

+

Location:

-
+
Location - + {location}
@@ -139,14 +139,14 @@ function ProfessionalCard({ {/* Expertise */}
-

+

Expertise:

{expertise.slice(0, 6).map((tag, index) => ( {tag} @@ -155,7 +155,7 @@ function ProfessionalCard({
{/* Experience */} -

+

Experience: {experience}

@@ -165,10 +165,10 @@ function ProfessionalCard({ {[...Array(5)].map((_, i) => ( Star ))}