Update src/app/projects/[id]/page.tsx

This commit is contained in:
2026-03-09 08:33:30 +00:00
parent 12d76cdee5
commit 5f5e8b835e

View File

@@ -160,7 +160,7 @@ export default function ProjectDetailPage() {
features={project.results.map((result: string, index: number) => ({
id: String(index + 1),
title: result,
author: "Achievement", description: `Successfully delivered this key result through strategic design and implementation.", tags: ["Success", "Impact"],
author: "Achievement", description: "Successfully delivered this key result through strategic design and implementation.", tags: ["Success", "Impact"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhRowzw9k0ZSJ87n7KX34EwoE1/abstract-illustration-representing-creat-1773043067648-d1f91d56.png", imageAlt: result,
}))}
animationType="slide-up"