Update src/app/projects/[id]/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user