+ {/* Image */}
+ {currentProject.image && (
+
+ )}
+ {/* Title */}
+
{currentProject.title}
+ {/* Description */}
+
{currentProject.description}
+
+ {/* Details */}
+
+
+ {/* Contact + Edit*/}
+
+ {socialMedia.map((item) => {
+ return (
+
+ );
+ })}
+
+ {/* Comments */}
+
+