@@ -7,13 +7,9 @@ import {
77 Calendar ,
88 CheckCircle ,
99 BarChart ,
10- ArrowRight ,
11- User ,
1210 Activity ,
1311 Search ,
1412 Zap ,
15- Eye ,
16- Terminal ,
1713 Grid ,
1814} from 'lucide-react' ;
1915
@@ -88,8 +84,8 @@ export const StrategicBlueprint: React.FC = () => {
8884 < p className = "text-slate-600 leading-relaxed text-sm mb-4" >
8985 The < strong className = "text-slate-900" > Omni-Grid</ strong > platform is entering a
9086 critical scaling phase. To maintain its competitive edge as a premier data-grid
91- solution, we must transition from a " feature-complete" tool to a
92- " performance-optimized" ecosystem.
87+ solution, we must transition from a " feature-complete" tool to a
88+ " performance-optimized" ecosystem.
9389 </ p >
9490 < div className = "bg-slate-50 p-4 rounded-lg border border-slate-200 mb-4" >
9591 < h3 className = "text-xs font-bold text-slate-900 uppercase tracking-wider mb-2" >
@@ -101,9 +97,7 @@ export const StrategicBlueprint: React.FC = () => {
10197 < CheckCircle size = { 10 } />
10298 </ div >
10399 < div >
104- < strong className = "block text-slate-800 text-xs" >
105- Increase User Retention
106- </ strong >
100+ < strong className = "block text-slate-800 text-xs" > Increase Retention</ strong >
107101 < span className = "text-slate-500 text-[10px]" >
108102 Reducing friction in complex data manipulation.
109103 </ span >
@@ -203,9 +197,9 @@ export const StrategicBlueprint: React.FC = () => {
203197 < Layers className = "text-blue-600" size = { 20 } /> New Widgets
204198 </ h2 >
205199 < div className = "bg-blue-900 text-white p-4 rounded-lg mb-4 shadow-lg" >
206- < h3 className = "font-bold text-sm mb-1" > Philosophy: " Widget Sandbox" </ h3 >
200+ < h3 className = "font-bold text-sm mb-1" > Philosophy: " Widget Sandbox" </ h3 >
207201 < p className = "text-xs opacity-90" >
208- Widgets must be " Data Agnostic" handling JSON or gRPC via middleware.
202+ Widgets must be " Data Agnostic" handling JSON or gRPC via middleware.
209203 </ p >
210204 </ div >
211205 < div className = "grid grid-cols-2 gap-2" >
@@ -298,7 +292,7 @@ export const StrategicBlueprint: React.FC = () => {
298292 </ div >
299293 < div >
300294 < h4 className = "font-bold text-amber-900 text-xs" >
301- The " A11y" Advantage
295+ The " A11y" Advantage
302296 </ h4 >
303297 < p className = "text-amber-800 text-[10px] mt-1" >
304298 Target Section 508 for Gov/Enterprise contracts.
0 commit comments