From cf7b7984c2294ddab392a8c45bd1272406e11772 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 22 Jul 2025 15:38:45 +0200 Subject: [PATCH] ad --- src/components/PeopleHero.tsx | 38 ++++++++----------- src/components/PersonTemplate.tsx | 5 --- .../people/People_Alexandre_Hannelas.tsx | 2 +- 3 files changed, 17 insertions(+), 28 deletions(-) diff --git a/src/components/PeopleHero.tsx b/src/components/PeopleHero.tsx index 649e1e6..1e5c10e 100644 --- a/src/components/PeopleHero.tsx +++ b/src/components/PeopleHero.tsx @@ -35,28 +35,22 @@ export function PeopleHero() {

{person.name}

{person.role}

- + {person.linkedinUrl && person.linkedinUrl !== '#' && ( + + )} ))} diff --git a/src/components/PersonTemplate.tsx b/src/components/PersonTemplate.tsx index 87e959f..65af286 100644 --- a/src/components/PersonTemplate.tsx +++ b/src/components/PersonTemplate.tsx @@ -1,4 +1,3 @@ -import { CameraIcon } from '@heroicons/react/20/solid' import { PersonData } from '@/lib/peopleData' interface PersonTemplateProps { @@ -50,10 +49,6 @@ export function PersonTemplate({ personData, biography }: PersonTemplateProps) { height={1376} className="aspect-12/7 w-full rounded-lg object-cover shadow-lg lg:aspect-auto" /> -
-
diff --git a/src/components/people/People_Alexandre_Hannelas.tsx b/src/components/people/People_Alexandre_Hannelas.tsx index c42adfd..95e121d 100644 --- a/src/components/people/People_Alexandre_Hannelas.tsx +++ b/src/components/people/People_Alexandre_Hannelas.tsx @@ -6,7 +6,7 @@ export const data = [ role: 'Finance Manager', imageUrl: '/images/people/alexandre_hannelas/alexandre_hannelas.jpeg', xUrl: '#', - linkedinUrl: '#', + linkedinUrl: 'https://www.linkedin.com/in/alexandre-hannelas-741681112/', }, ]