+ {paragraph} +
+ ))} +-
+ {cellFunctions.map((functionItem, index) => (
+
- + • + {functionItem} + + ))} +
-
+ {facultyIncharge.map((faculty, idx) => (
+
-
+ {/* Image - smaller on mobile */}
+ ++ + {/* Content section - adjusted for mobile row layout */} +
+ + {/* Name in red - reduced margin bottom */} + ++ {faculty.name} +
+ + {/* Title and position - reduced spacing */} +{/* Reduced margin from mb-1/mb-2/mb-4 */} ++ + {/* Contact info */} +{/* Added leading-tight */} + {faculty.title} +
+ {!faculty.title.includes("Head") && ( +{/* Added leading-tight and mt-0 */} + (Head of the Department) +
+ )} ++ {/* Email with icon */} + + +++ + + {faculty.email} + + + + {/* Phone with icon */} + + + + + + {faculty.phone} + + +
+ ))}
+