Skip to content

Commit 4db89ed

Browse files
ferranregoFerran
andauthored
feat(testimonials): add ICOES quote (#71)
Co-authored-by: Ferran <ferran@vocdoni.org>
1 parent d42403f commit 4db89ed

5 files changed

Lines changed: 28 additions & 81 deletions

File tree

components/shadcn-studio/blocks/testimonials-component-03/testimonials-component-03.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const TestimonialMarqueeColumn = ({ testimonials, className, duration, reverse }
9898
} as CSSProperties
9999
}
100100
className={cn(
101-
'group relative h-[42rem] overflow-hidden p-3 [mask-image:linear-gradient(to_bottom,transparent,black_12%,black_88%,transparent)]',
101+
'group relative h-[58rem] overflow-hidden p-3 [mask-image:linear-gradient(to_bottom,transparent,black_12%,black_88%,transparent)]',
102102
className
103103
)}
104104
>
@@ -155,7 +155,7 @@ const TestimonialsComponent = ({ eyebrow, title, description, testimonials }: Te
155155
<TestimonialMarqueeColumn
156156
key={index}
157157
testimonials={column}
158-
duration={index === 1 ? 78 : 88}
158+
duration={150}
159159
reverse={index % 2 === 1}
160160
className={cn(index === 1 && 'max-sm:hidden', index === 2 && 'max-lg:hidden')}
161161
/>

lib/testimonials-data.ts

Lines changed: 11 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import logoBisbalRound from '@/assets/logos/logo_bisbal_round.webp'
77
import logoBloockColour from '@/assets/logos/logo_bloock_colour.webp'
88
import logoCecColour from '@/assets/logos/logo_cec_colour.webp'
99
import logoEicColour from '@/assets/logos/logo_eic_colour.webp'
10+
import logoIcoesColour from '@/assets/logos/logo_icoes_colour.webp'
1011
import logoOmniumColour from '@/assets/logos/logo_omnium_colour.webp'
1112
import logoPlataformaColour from '@/assets/logos/logo_plataforma_colour.webp'
1213

@@ -15,6 +16,7 @@ import logoBellpuigRound from '@/assets/logos/logo_bellpuig_round.webp'
1516
import logoBloockRound from '@/assets/logos/logo_bloock_round.webp'
1617
import logoCecRound from '@/assets/logos/logo_cec_round.webp'
1718
import logoEicRound from '@/assets/logos/logo_eic_round.webp'
19+
import logoIcoesRound from '@/assets/logos/logo_icoes_round.webp'
1820
import logoOmniumRound from '@/assets/logos/logo_omnium_round.webp'
1921
import logoPlataformaRound from '@/assets/logos/logo_plataforma_round.webp'
2022

@@ -162,88 +164,18 @@ export function getTestimonialsData(t: TFunction): Testimonial[] {
162164
logo: logoBloockRound,
163165
},
164166
{
165-
name: 'Ton Barnils',
166-
handle: t('testimonials_marquee.items.1.handle', 'General Director · CEC'),
167-
avatar: '/images/avatars/avatar-2.png',
168-
rating: 5,
169-
title: t('testimonials_marquee.items.1.title', 'Safe and transparent participation'),
170-
content: t(
171-
'testimonials_marquee.items.1.content',
172-
'We chose Vocdoni because it guarantees safe, reliable, and transparent participation for all our members at the annual general assembly.'
173-
),
174-
platformName: 'CEC',
175-
platformImage: logoCecColour,
176-
logo: logoCecRound,
177-
},
178-
{
179-
name: 'Anna Giralt',
180-
handle: t('testimonials_marquee.items.2.handle', 'Executive Manager · Òmnium Cultural'),
181-
avatar: '/images/avatars/avatar-3.png',
182-
rating: 5,
183-
title: t('testimonials_marquee.items.2.title', 'All guarantees for 180,000 members'),
184-
content: t(
185-
'testimonials_marquee.items.2.content',
186-
'The commitment to Vocdoni has been clear. At Òmnium Cultural we bet on a secure and verifiable voting system that would allow us to hold our statutory assemblies with all guarantees.'
187-
),
188-
platformName: 'Òmnium',
189-
platformImage: logoOmniumColour,
190-
logo: logoOmniumRound,
191-
},
192-
{
193-
name: 'Oscar Tirivò',
194-
handle: t('testimonials_marquee.items.3.handle', 'IT Director · Enginyers Industrials'),
195-
avatar: '/images/avatars/avatar-4.png',
167+
name: 'Víctor Bohórquez',
168+
handle: t('testimonials_marquee.items.9.handle', 'President · Official College of Nursing of Seville'),
169+
avatar: '/images/avatars/avatar-6.png',
196170
rating: 5,
197-
title: t('testimonials_marquee.items.3.title', 'Easy, secure, and scalable voting'),
171+
title: t('testimonials_marquee.items.9.title', 'More efficient and accessible voting'),
198172
content: t(
199-
'testimonials_marquee.items.3.content',
200-
'Vocdoni provides us with an easy, secure, anonymous, and scalable voting system, completely integrated into our institutional environment. We will continue to trust it, without a doubt!'
173+
'testimonials_marquee.items.9.content',
174+
'Digitizing our voting with Vocdoni has made the entire electoral process more efficient. We have made participation much easier, especially for members who could not travel, while maintaining an agile and reliable system.'
201175
),
202-
platformName: 'EIC',
203-
platformImage: logoEicColour,
204-
logo: logoEicRound,
205-
},
206-
{
207-
name: 'Rut Carandell',
208-
handle: t('testimonials_marquee.items.4.handle', 'Director · Plataforma per la Llengua'),
209-
avatar: '/images/avatars/avatar-13.png',
210-
rating: 5,
211-
title: t('testimonials_marquee.items.4.title', 'Voting across Catalan-speaking territories'),
212-
content: t(
213-
'testimonials_marquee.items.4.content',
214-
'Vocdoni lets us hold votes with members across all Catalan-speaking territories on equal terms. Instant counting simplifies our assemblies and ensures full transparency. We especially value that it is fully available in Catalan.'
215-
),
216-
platformName: 'Plataforma per la Llengua',
217-
platformImage: logoPlataformaColour,
218-
logo: logoPlataformaRound,
219-
},
220-
{
221-
name: 'Montserrat Clavell',
222-
handle: t('testimonials_marquee.items.5.handle', "Secretary · Associació d'Arxivers de Catalunya"),
223-
avatar: '/images/avatars/avatar-14.png',
224-
rating: 5,
225-
title: t('testimonials_marquee.items.5.title', 'Secure voting that boosted participation'),
226-
content: t(
227-
'testimonials_marquee.items.5.content',
228-
'Offering members a secure and reliable voting system is essential, especially during a pandemic. Vocdoni gave us an easy-to-use tool that simplified the voting process and boosted participation.'
229-
),
230-
platformName: 'Arxivers de Catalunya',
231-
platformImage: logoArxiversColour,
232-
logo: logoArxiversRound,
233-
},
234-
{
235-
name: 'Susanna Mendoza',
236-
handle: t('testimonials_marquee.items.6.handle', 'IT Responsible · Associació de Guies Habilitats de Catalunya'),
237-
avatar: '/images/avatars/avatar-15.png',
238-
rating: 5,
239-
title: t('testimonials_marquee.items.6.title', 'Easy to set up, great participation despite a non-tech audience'),
240-
content: t(
241-
'testimonials_marquee.items.6.content',
242-
'Setting up the entire voting process and centralizing all the tools for the assembly was easy, intuitive, and clear. Members complimented how well organized it was and how simple it was to use. Even in a sector that is not very tech-savvy, we got strong participation — people especially valued being able to vote in advance without attending in person. When we had a small issue with the census, technical support was fast and professional.'
243-
),
244-
platformName: 'AGUICAT',
245-
platformImage: logoAguicatRound,
246-
logo: logoAguicatRound,
176+
platformName: 'ICOES',
177+
platformImage: logoIcoesColour,
178+
logo: logoIcoesRound,
247179
},
248180
]
249181
}

locales/ca/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,11 @@
748748
"content": "La transició al vot electrònic s'està tornant inevitable, ja que la societat està més preparada digitalment que mai. A través de la col·laboració entre BLOOCK i Vocdoni, estem fent possible una participació ciutadana més significativa i continuada en el govern i les institucions.",
749749
"handle": "Fundador i CEO · BLOOCK",
750750
"title": "Fent possible una participació ciutadana significativa"
751+
},
752+
"9": {
753+
"content": "La digitalització de les nostres votacions amb Vocdoni ha millorat l'eficiència de tot el procés electoral. Hem aconseguit facilitar enormement la participació, especialment dels col·legiats que no es podien desplaçar, mantenint alhora un sistema àgil i fiable.",
754+
"handle": "President · Col·legi Oficial d'Infermeria de Sevilla",
755+
"title": "Votacions més eficients i accessibles"
751756
}
752757
}
753758
},

locales/en/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,11 @@
748748
"content": "The transition to e-voting is becoming inevitable, as society is more digitally ready than ever before. Through the partnership between BLOOCK and Vocdoni, we're enabling more meaningful and ongoing citizen participation in government and institutions.",
749749
"handle": "Founder and CEO · BLOOCK",
750750
"title": "Enabling meaningful citizen participation"
751+
},
752+
"9": {
753+
"content": "Digitizing our voting with Vocdoni has made the entire electoral process more efficient. We have made participation much easier, especially for members who could not travel, while maintaining an agile and reliable system.",
754+
"handle": "President · Official College of Nursing of Seville",
755+
"title": "More efficient and accessible voting"
751756
}
752757
}
753758
},

locales/es/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,11 @@
748748
"content": "Nuestra federación abarca decenas de clubes y miles de socios. Vocdoni hizo posible celebrar elecciones justas y verificables sin necesidad de ningún local físico.",
749749
"handle": "Presidente · Federación Deportiva",
750750
"title": "La votación simplificada para nuestros clubes"
751+
},
752+
"9": {
753+
"content": "La digitalización de nuestras votaciones con Vocdoni ha mejorado la eficiencia de todo el proceso electoral. Hemos conseguido facilitar enormemente la participación, especialmente de aquellos colegiados que no podían desplazarse, manteniendo al mismo tiempo un sistema ágil y fiable.",
754+
"handle": "Presidente · Colegio Oficial de Enfermería de Sevilla",
755+
"title": "Votaciones más eficientes y accesibles"
751756
}
752757
}
753758
},

0 commit comments

Comments
 (0)