@@ -17,13 +17,12 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
1717
1818 <!-- Testimonials Grid -->
1919 <div class =" grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16 fade-in" >
20- <!-- Police Chief Testimonial -->
21- <TestimonialCard
20+ <!-- Police Chief Testimonial --> <TestimonialCard
2221 quote =" SafeMap ha revolucionado la manera en que recibimos y procesamos reportes ciudadanos. La información en tiempo real nos permite responder más eficientemente."
2322 author =" Comisario María Elena Vásquez"
2423 position =" Jefa de División de Seguridad Ciudadana"
2524 organization =" Policía Nacional del Perú"
26- avatar =" / avatars/police-chief.svg"
25+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/police-chief.svg` }
2726 verified ={ true }
2827 />
2928
@@ -33,7 +32,7 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
3332 author =" Dr. Carlos Mendoza"
3433 position =" Director de Investigación en IA"
3534 organization =" Universidad Nacional de Ingeniería"
36- avatar =" / avatars/professor.svg"
35+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/professor.svg` }
3736 verified ={ true }
3837 />
3938
@@ -43,7 +42,7 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
4342 author =" Alcalde Roberto Fernández"
4443 position =" Alcalde Distrital"
4544 organization =" Municipalidad de San Isidro"
46- avatar =" / avatars/mayor.svg"
45+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/mayor.svg` }
4746 verified ={ true }
4847 />
4948
@@ -53,7 +52,7 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
5352 author =" Ing. Ana Lucia Torres"
5453 position =" Lead Developer"
5554 organization =" Google Developer Expert"
56- avatar =" / avatars/tech-expert.svg"
55+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/tech-expert.svg` }
5756 verified ={ true }
5857 />
5958
@@ -63,7 +62,7 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
6362 author =" Lic. Patricia Ramos"
6463 position =" Presidenta"
6564 organization =" Asociación de Vecinos Unidos"
66- avatar =" / avatars/community-leader.svg"
65+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/community-leader.svg` }
6766 verified ={ true }
6867 />
6968
@@ -73,7 +72,7 @@ import TestimonialCard from '@/components/cards/TestimonialCard.astro';
7372 author =" General (r) Eduardo Sánchez"
7473 position =" Ex-Director General"
7574 organization =" Instituto Nacional de Defensa Civil"
76- avatar =" / avatars/security-expert.svg"
75+ avatar ={ ` ${ import . meta . env . BASE_URL } avatars/security-expert.svg` }
7776 verified ={ true }
7877 />
7978
0 commit comments