diff --git a/src/app/projects/[id]/page.tsx b/src/app/projects/[id]/page.tsx index a1e4b89..a5f3bb5 100644 --- a/src/app/projects/[id]/page.tsx +++ b/src/app/projects/[id]/page.tsx @@ -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"