diff --git a/public/assets/core-values-sprite.svg b/public/assets/core-values-sprite.svg index 16512f0..c099b0b 100644 --- a/public/assets/core-values-sprite.svg +++ b/public/assets/core-values-sprite.svg @@ -9,6 +9,11 @@ + + + + + diff --git a/src/components/core-values/core-values-data.tsx b/src/components/core-values/core-values-data.tsx index badfbd5..5cdf748 100644 --- a/src/components/core-values/core-values-data.tsx +++ b/src/components/core-values/core-values-data.tsx @@ -4,6 +4,12 @@ const coreValueData = [ title: 'Inclusivity', description: 'Embrace diversity to fuel innovation and creativity.', }, + { + icon_id: 'Innovation', + title: 'Innovation', + description: + 'Promote a culture of creativity and continuous improvement, inspiring unique solutions and driving change.', + }, { icon_id: 'Empowerment', title: 'Empowerment',