File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,14 +160,22 @@ const tools: CaseStudy[] = [
160160 </div >
161161 </div >
162162
163- <div class = " grid md:grid-cols-2 gap-6 mb-8" >
164- <div class = " rounded-xl bg-white/[.02] border border-white/5 p-5" >
165- <div class = " text-[10px] font-mono uppercase tracking-[.2em] text-ember mb-3" >El problema</div >
166- <p class = " text-[14px] text-ink-100 leading-relaxed" >{ t .problema } </p >
163+ <div class = " grid lg:grid-cols-[1fr_400px] gap-6 mb-8 items-start" >
164+ <div class = " space-y-6" >
165+ <div class = " rounded-xl bg-white/[.02] border border-white/5 p-5" >
166+ <div class = " text-[10px] font-mono uppercase tracking-[.2em] text-ember mb-3" >El problema</div >
167+ <p class = " text-[14px] text-ink-100 leading-relaxed" >{ t .problema } </p >
168+ </div >
169+ <div class = " rounded-xl bg-white/[.02] border border-white/5 p-5" >
170+ <div class = " text-[10px] font-mono uppercase tracking-[.2em] text-lime mb-3" >La solución</div >
171+ <p class = " text-[14px] text-ink-100 leading-relaxed" >{ t .solucion } </p >
172+ </div >
167173 </div >
168- <div class = " rounded-xl bg-white/[.02] border border-white/5 p-5" >
169- <div class = " text-[10px] font-mono uppercase tracking-[.2em] text-lime mb-3" >La solución</div >
170- <p class = " text-[14px] text-ink-100 leading-relaxed" >{ t .solucion } </p >
174+ <div >
175+ <ToolMock kind = { t .mock } />
176+ <p class = " text-[10px] font-mono text-ink-300 mt-2 text-center" >
177+ Recreación del panel con datos ilustrativos — los datos reales no se publican.
178+ </p >
171179 </div >
172180 </div >
173181
You can’t perform that action at this time.
0 commit comments