@@ -98,67 +98,3 @@ export const ANIMATION = {
9898 ease : [ 0.165 , 0.84 , 0.44 , 1 ] ,
9999 } ,
100100}
101-
102- // Feature section key points
103- export const FEATURE_POINTS = {
104- understanding : [
105- {
106- icon : '🧠' ,
107- title : 'Total Project Awareness' ,
108- description :
109- 'Maps your entire codebase to grasp the architecture, dependencies, and coding patterns that make it tick' ,
110- } ,
111- {
112- icon : '🔍' ,
113- title : 'Uncanny Problem Detection' ,
114- description :
115- 'Spots bugs, security issues, and performance bottlenecks that other AI tools completely miss' ,
116- } ,
117- {
118- icon : '⚡' ,
119- title : 'Context-Perfect Solutions' ,
120- description :
121- 'Crafts code that fits your project like a glove - matching your style, patterns, and standards exactly' ,
122- } ,
123- ] ,
124- rightStuff : [
125- {
126- icon : '🛠️' ,
127- title : 'Zero-Friction Setup' ,
128- description :
129- 'Handles complex project configuration, dependencies, and scaffolding without making you jump through hoops' ,
130- } ,
131- {
132- icon : '✂️' ,
133- title : 'Surgical Code Changes' ,
134- description :
135- 'Makes precise, targeted edits that respect your codebase instead of ham-fisted rewrites that break things' ,
136- } ,
137- {
138- icon : '🔄' ,
139- title : 'Works Where You Work' ,
140- description :
141- 'Runs in any terminal with any tech stack - no special environments, no framework limitations, no hassles' ,
142- } ,
143- ] ,
144- remembers : [
145- {
146- icon : '🧩' ,
147- title : "Your Project's Memory" ,
148- description :
149- 'Stores knowledge in smart .md files that grow with each session, eliminating those "let me explain again" moments' ,
150- } ,
151- {
152- icon : '📈' ,
153- title : 'Learns Your Style' ,
154- description :
155- 'Adapts to your unique coding patterns and workflow preferences to deliver increasingly personalized help' ,
156- } ,
157- {
158- icon : '⏱️' ,
159- title : 'Picks Up Where You Left Off' ,
160- description :
161- 'Remembers previous conversations, decisions, and context - just like working with a human teammate' ,
162- } ,
163- ] ,
164- }
0 commit comments