+ {project.title}
-
- {
- projects.map((project, index) => (
-
- -- TODO: make it rotate through images, create new component for
- this
-
+ {/* Duration */}
+
+
+ {project.duration}
+
+
+
+ {/* Description */}
+
+ {project.description}
+
+
+ {/* Tech stack */}
+
+ {project.tech_stack.map((tech) => (
+
+ {tech}
+
+ ))}
+
+
+ {/* Deliverables (optional) */}
+ {project.deliverables?.length && (
+
+ {project.deliverables.map((item) => (
+ - {item}
+ ))}
+
+ )}
+
+ {/* Links */}
+
+
- ))
- }
-
-
+ {/* ---------- CENTER: Carousel ---------- */}
+
+
+
+
+
+
+ {/* ---------- RIGHT: Empty for now ---------- */}
+
+
+ ))
+ }
+
+ {project.description} +
+ + {/* Tech stack */} +-
+ {project.deliverables.map((item) => (
+
- {item} + ))} +