|
5 | 5 | Sparkles, |
6 | 6 | TrendingUp, |
7 | 7 | } from 'lucide-react' |
8 | | -import { KeyTakeaways } from './KeyTakeaways' |
9 | | -import { ResponseCharts } from './ResponseCharts' |
| 8 | + |
10 | 9 | import type { AnalyticsReport } from '@/api/ai' |
11 | 10 | import { Button } from '@/components/ui/button' |
12 | 11 | import { |
@@ -119,16 +118,7 @@ export function AIInsightsSection({ |
119 | 118 | </div> |
120 | 119 | </div> |
121 | 120 |
|
122 | | - {/* 2. Key Takeaways Section (New Enhancement) */} |
123 | | - <div className="animate-in slide-in-from-bottom-3 duration-700 delay-100"> |
124 | | - <KeyTakeaways takeaways={[ |
125 | | - "Users overall seem very satisfied with the current platform speed.", |
126 | | - "Mobile responses are higher during evening hours (6 PM - 10 PM).", |
127 | | - "Pricing clarity is the most common feedback theme among non-subscribers." |
128 | | - ]} /> |
129 | | - </div> |
130 | | - |
131 | | - {/* 3. Quantitative Insights */} |
| 121 | + {/* 2. Quantitative Insights */} |
132 | 122 | {report.quantitativeInsights.length > 0 && ( |
133 | 123 | <div className="print-break-avoid space-y-4"> |
134 | 124 | <h4 className="text-sm font-black uppercase tracking-widest flex items-center gap-2 text-muted-foreground/80"> |
@@ -158,12 +148,7 @@ export function AIInsightsSection({ |
158 | 148 | </div> |
159 | 149 | )} |
160 | 150 |
|
161 | | - {/* 4. Response Visualizations Section (New Enhancement) */} |
162 | | - <div className="animate-in slide-in-from-bottom-3 duration-700 delay-200"> |
163 | | - <ResponseCharts /> |
164 | | - </div> |
165 | | - |
166 | | - {/* 5. Qualitative Themes */} |
| 151 | + {/* 3. Qualitative Themes */} |
167 | 152 | {report.qualitativeThemes.length > 0 && ( |
168 | 153 | <div className="print-break-avoid space-y-4"> |
169 | 154 | <div className="flex items-center justify-between border-b pb-2"> |
|
0 commit comments