+
+
+
+
+ {/* 🔹 Move Date Above the Title */}
+ {date && (
+
+
+
+ {/* 🔹 Tech Icons Below Description */}
+ {icons.length > 0 && (
+
+
+ {" "}
+ {/* ✅ Adds `.p` class to match text style */}
+ {" "}
+ {/* ✅ Ensures text follows `.p` style */}
+
+ )}
+
+
+ {icons.map((icon, index) => (
+
+ ))}
+
+ )}
+
+ {/* 🔹 Conditional Button Rendering */}
+
+ {sectionType === "projects" ? (
+
+ ),
+ link: liveDemo,
+ },
+ {
+ text: "View the code",
+ icon: (
+
+ ),
+ link: repoLink,
+ className: "custom-button-code", // Add this custom class
+ },
+ ]}
+ />
+ ) : (
+
+ ),
+ },
+ ]}
+ />
+ )}
+
+