diff --git a/src/components/modules/credentials/ui/impacta-bootcamp/Certificate.tsx b/src/components/modules/credentials/ui/impacta-bootcamp/Certificate.tsx index 057bfa9..1fd3ee6 100644 --- a/src/components/modules/credentials/ui/impacta-bootcamp/Certificate.tsx +++ b/src/components/modules/credentials/ui/impacta-bootcamp/Certificate.tsx @@ -11,7 +11,11 @@ import type { export const CertificateCanvas = forwardRef( function CertificateCanvas({ holderName, year = 2026 }, ref) { return ( -
+
{/* Decorative thin white border line (partial frame) */} {/* Top-left: Impacta Logo */} -
+
Impacta Bootcamp logo {/* Top: Row of Asteriscs */} -
+
Asteriscs decorativos {/* Top-right: Corner Seal (globe + asterisk) in white box */} -
+
Sello de esquina {/* Left side: Circles / Coil */} -
+
Circulos decorativos {/* Right side: Latam Map Outline with dots */} -
+
Mapa de Latinoamerica {/* Main Title: CERTIFICADO DE PARTICIPACION */} -
-
-

+
+
+

{'Certificado de Participaci\u00F3n'}

@@ -128,16 +132,16 @@ export const CertificateCanvas = forwardRef -

+

Se otorga el presente reconocimiento a:

{/* Name line */} -
+
{holderName && ( - + {holderName} )} @@ -145,8 +149,8 @@ export const CertificateCanvas = forwardRef {/* Description text */} -
-

+

+

Por haber completado satisfactoriamente los requisitos {'acad\u00E9micos'} y {'pr\u00E1cticos'} del programa intensivo{' '} IMPACTA BOOTCAMP. @@ -155,13 +159,13 @@ export const CertificateCanvas = forwardRef - + {String(year)}

{/* Bottom-right: Corner Dots */} -
+
Puntos decorativos -
+
Stellar, BAF y Trustless logos
@@ -310,17 +314,14 @@ export default function Certificate(props: CertificateProps) { ].filter(Boolean) as { label: string; value: string }[]; return ( -
-
- {/* Certificado a la izquierda */} -
-
- -
+
+
+
+
{details.length > 0 && ( -
+
Credential Details