@@ -97,6 +97,10 @@ const base = import.meta.env.BASE_URL;
9797 </p >
9898 <div class =" pillars-grid pillars-grid--three" >
9999 <div class =" pillar-card" >
100+ <svg class =" pillar-card__icon" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 1.75" stroke-linecap =" round" stroke-linejoin =" round" aria-hidden =" true" >
101+ <path d =" M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z" />
102+ <circle cx =" 12" cy =" 12" r =" 3" />
103+ </svg >
100104 <span class =" pillar-card__label" >Visibility</span >
101105 <h3 class =" pillar-card__title" >See every AI-assisted change</h3 >
102106 <p class =" pillar-card__desc" >
@@ -107,6 +111,11 @@ const base = import.meta.env.BASE_URL;
107111 <p class =" pillar-card__meta" >Session traces · tool calls · git-level attribution</p >
108112 </div >
109113 <div class =" pillar-card" >
114+ <svg class =" pillar-card__icon" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 1.75" stroke-linecap =" round" stroke-linejoin =" round" aria-hidden =" true" >
115+ <path d =" M3 3v18h18" />
116+ <path d =" M7 15l4-4 3 3 6-7" />
117+ <path d =" M14 7h6v6" />
118+ </svg >
110119 <span class =" pillar-card__label" >Cost Tracking</span >
111120 <h3 class =" pillar-card__title" >FinOps for AI-assisted code</h3 >
112121 <p class =" pillar-card__desc" >
@@ -117,6 +126,10 @@ const base = import.meta.env.BASE_URL;
117126 <p class =" pillar-card__meta" >Per-PR spend · cache savings · hard budgets</p >
118127 </div >
119128 <div class =" pillar-card" >
129+ <svg class =" pillar-card__icon" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 1.75" stroke-linecap =" round" stroke-linejoin =" round" aria-hidden =" true" >
130+ <path d =" M12 2 3 6v6c0 5 3.8 9.4 9 10 5.2-.6 9-5 9-10V6l-9-4z" />
131+ <path d =" m9 12 2 2 4-4" />
132+ </svg >
120133 <span class =" pillar-card__label" >Compliance</span >
121134 <h3 class =" pillar-card__title" >Signed evidence, enforced policy</h3 >
122135 <p class =" pillar-card__desc" >
0 commit comments