diff --git a/src/components/widgets/Testimonials.astro b/src/components/widgets/Testimonials.astro
index 683a0ef..15d1a8b 100644
--- a/src/components/widgets/Testimonials.astro
+++ b/src/components/widgets/Testimonials.astro
@@ -25,23 +25,24 @@ const {
{
testimonials &&
- testimonials.map(({ title, linkUrl, name, description, image }) => (
+ testimonials.map(({ title, linkUrl, name, issueDate, description, image }) => (
{title && {title}
}
{image && (
- {typeof image === 'string' ? (
-
- ) : (
-
- )}
+
)}
@@ -51,6 +52,7 @@ const {
{/* Text content takes up the remaining space */}
{name &&
{name}
}
+ {issueDate &&
{issueDate}
}
{description &&
{description}
}
diff --git a/src/pages/de/index.astro b/src/pages/de/index.astro
index 0aadf99..312e4c2 100644
--- a/src/pages/de/index.astro
+++ b/src/pages/de/index.astro
@@ -161,92 +161,115 @@ const yearsSince = currentYear - fixedYear;
+ },
+ ]}
+/>
diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro
index b0d0e18..63fb1d8 100644
--- a/src/pages/en/index.astro
+++ b/src/pages/en/index.astro
@@ -167,6 +167,7 @@ const yearsSince = currentYear - fixedYear;
testimonials={[
{
name: 'Certified Nexthink Professional',
+ issueDate: 'Date of issue: 01-2025',
description: 'Earning the Nexthink Certified Application Experience Management certification validates the expertise in optimizing application performance, ensuring seamless user adoption, and driving cost efficiency.',
linkUrl: 'https://certified.nexthink.com/babd1e3a-c593-4a81-90a2-6a002f43e692#acc.fUOog9dj',
image: {
@@ -177,6 +178,7 @@ const yearsSince = currentYear - fixedYear;
},
{
name: 'Certified Nexthink Administrator',
+ issueDate: 'Date of issue: 11-2024',
description: 'Earning the Nexthink Platform Administration certification demonstrates proficiency in configuring and customizing the Nexthink Platform to meet organizational needs. ',
linkUrl: 'https://certified.nexthink.com/8bfc61f2-31b8-45d8-82e7-e4a1df2b915d#acc.7eo6pFxb',
image: {
@@ -187,6 +189,7 @@ const yearsSince = currentYear - fixedYear;
},
{
name: 'Certified Nexthink Associate',
+ issueDate: 'Date of issue: 11-2024',
description: 'Earning the Nexthink Infinity Fundamentals certification validates your understanding of the Nexthink Infinity platform and its role in enhancing digital employee experience.',
linkUrl: 'https://certified.nexthink.com/cf5e9e43-9d95-4dc6-bb95-0f7e0bada9b3#acc.YWDnxiaU',
image: {
@@ -195,28 +198,9 @@ const yearsSince = currentYear - fixedYear;
loading: 'lazy',
},
},
- {
- name: 'Teams Administrator Associate',
- description: 'Earning the Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.',
- linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/m365-teams-administrator-associate/?practice-assessment-type=certification',
- image: {
- src: MicrosoftAssociate,
- alt: 'Microsoft Certified Associate badge',
- loading: 'lazy',
- },
- },
- {
- name: 'Modern Desktop Administrator Associate',
- description: 'Earning the Modern Desktop Administrator Associate certification demonstrates proficiency in deploying, configuring, securing, managing, and monitoring devices and client applications within an enterprise environment.',
- linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/modern-desktop/?practice-assessment-type=certification',
- image: {
- src: MicrosoftAssociate,
- alt: 'Microsoft Certified Associate badge',
- loading: 'lazy',
- },
- },
{
name: 'Certified Entry-Level Python Programmer',
+ issueDate: 'Date of issue: 11-2023',
description: 'Earning the PCEP™ certification demonstrates proficiency in fundamental Python programming concepts, including data types, control flow, data collections, functions, and exception handling.',
linkUrl: 'https://pythoninstitute.org/pcep',
image: {
@@ -225,8 +209,21 @@ const yearsSince = currentYear - fixedYear;
loading: 'lazy',
},
},
+ {
+ name: 'Modern Desktop Administrator Associate',
+ issueDate: 'Date of issue: 06-2023',
+ description: 'Earning the Modern Desktop Administrator Associate certification demonstrates proficiency in deploying, configuring, securing, managing, and monitoring devices and client applications within an enterprise environment.',
+ linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/modern-desktop/?practice-assessment-type=certification',
+ image: {
+ src: MicrosoftAssociate,
+ alt: 'Microsoft Certified Associate badge',
+ loading: 'lazy',
+ },
+ },
+
{
name: 'Microsoft 365 Fundamentals',
+ issueDate: 'Date of issue: 05-2023',
description: 'Earning the Microsoft 365 Certified: Fundamentals certification demonstrates foundational knowledge of cloud-based solutions, including productivity, collaboration, security, compliance, and Microsoft 365 services.',
linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/microsoft-365-fundamentals/?practice-assessment-type=certification',
image: {
@@ -235,8 +232,21 @@ const yearsSince = currentYear - fixedYear;
loading: 'lazy',
},
},
+
+ {
+ name: 'Teams Administrator Associate',
+ issueDate: 'Date of issue: 06-2021',
+ description: 'Earning the Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.',
+ linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/m365-teams-administrator-associate/?practice-assessment-type=certification',
+ image: {
+ src: MicrosoftAssociate,
+ alt: 'Microsoft Certified Associate badge',
+ loading: 'lazy',
+ },
+ },
{
name: 'Azure Fundamentals',
+ issueDate: 'Date of issue: 01-2020',
description: 'Earning the Microsoft Certified: Azure Fundamentals certification demonstrates foundational knowledge of cloud concepts, core Azure services, and Azure management and governance features and tools.',
linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/azure-fundamentals/?practice-assessment-type=certification',
image: {
diff --git a/src/pages/nl/index.astro b/src/pages/nl/index.astro
index 7d54ca7..77bebbd 100644
--- a/src/pages/nl/index.astro
+++ b/src/pages/nl/index.astro
@@ -162,95 +162,116 @@ const yearsSince = currentYear - fixedYear;
-
-
+