diff --git a/frontend/src/pages/PublicProfilePage.jsx b/frontend/src/pages/PublicProfilePage.jsx
index 2d65c8d..ce2d9b0 100644
--- a/frontend/src/pages/PublicProfilePage.jsx
+++ b/frontend/src/pages/PublicProfilePage.jsx
@@ -70,16 +70,16 @@ const PublicProfilePage = () => {
{/* Profile Header */}
-
-
+
+
-
+
{profile.firstName && profile.lastName
? `${profile.firstName} ${profile.lastName}`
@@ -106,22 +106,22 @@ const PublicProfilePage = () => {
)}
{/* Stats */}
-
+
-
+
{profile.stats.rating}
Rating
-
+
{profile.stats.ratingsCount}
Reviews
{/* Member since */}
-
-
+
+
Member since {new Date(profile.createdAt).toLocaleDateString()}