From 5f5e8b835e9ff3485e809a42aa77a0ee23185894 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:33:30 +0000 Subject: [PATCH] Update src/app/projects/[id]/page.tsx --- src/app/projects/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"