@@ -153,77 +153,24 @@ export default function Support() {
153153 </ h2 >
154154
155155 < div className = "space-y-4" >
156- < div className = "flex items-start space-x-3" >
157- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
158- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
159- </ div >
160- < div >
161- < h4 className = "font-semibold text-white" > Restart the app</ h4 >
162- < p className = "text-gray-400" >
163- Close iFly completely and reopen it to resolve minor issues.
164- </ p >
165- </ div >
166- </ div >
167-
168- < div className = "flex items-start space-x-3" >
169- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
170- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
171- </ div >
172- < div >
173- < h4 className = "font-semibold text-white" > Check available storage</ h4 >
174- < p className = "text-gray-400" >
175- Ensure you have at least 1GB of free space on your device for games and save files.
176- </ p >
177- </ div >
178- </ div >
179-
180- < div className = "flex items-start space-x-3" >
181- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
182- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
183- </ div >
184- < div >
185- < h4 className = "font-semibold text-white" > Update to latest version</ h4 >
186- < p className = "text-gray-400" >
187- Make sure you're running the latest available build of iFly.
188- </ p >
189- </ div >
190- </ div >
191-
192- < div className = "flex items-start space-x-3" >
193- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
194- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
195- </ div >
196- < div >
197- < h4 className = "font-semibold text-white" > Disable Low Power Mode</ h4 >
198- < p className = "text-gray-400" >
199- For best performance, ensure your device is not in Low Power Mode and has sufficient battery.
200- </ p >
201- </ div >
202- </ div >
203-
204- < div className = "flex items-start space-x-3" >
205- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
206- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
207- </ div >
208- < div >
209- < h4 className = "font-semibold text-white" > Use VBI/CPU tuning</ h4 >
210- < p className = "text-gray-400" >
211- Use the VBI/CPU over/underclock quick sheet in the emulation window to fine-tune smoothness at the cost of frame rate.
212- </ p >
213- </ div >
214- </ div >
215-
216- < div className = "flex items-start space-x-3" >
217- < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
218- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
219- </ div >
220- < div >
221- < h4 className = "font-semibold text-white" > Restart your device</ h4 >
222- < p className = "text-gray-400" >
223- A device restart can resolve performance issues and free up memory.
224- </ p >
225- </ div >
226- </ div >
156+ { ( [
157+ [ 'Restart the app' , 'Close iFly completely and reopen it to resolve minor issues.' ] ,
158+ [ 'Check available storage' , 'Ensure you have at least 1GB of free space on your device for games and save files.' ] ,
159+ [ 'Update to latest version' , "Make sure you're running the latest available build of iFly." ] ,
160+ [ 'Disable Low Power Mode' , 'For best performance, ensure your device is not in Low Power Mode and has sufficient battery.' ] ,
161+ [ 'Use VBI/CPU tuning' , 'Use the VBI/CPU over/underclock quick sheet in the emulation window to fine-tune smoothness at the cost of frame rate.' ] ,
162+ [ 'Restart your device' , 'A device restart can resolve performance issues and free up memory.' ] ,
163+ ] as [ string , string ] [ ] ) . map ( ( [ title , desc ] ) => (
164+ < div key = { title } className = "flex items-start gap-3" >
165+ < div className = "w-6 h-6 rounded-full bg-green-500/10 flex items-center justify-center shrink-0 mt-0.5" >
166+ < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = { 2.5 } className = "w-3.5 h-3.5 text-green-400" aria-hidden = "true" > < path strokeLinecap = "round" strokeLinejoin = "round" d = "M4.5 12.75l6 6 9-13.5" /> </ svg >
167+ </ div >
168+ < div >
169+ < h4 className = "font-semibold text-white" > { title } </ h4 >
170+ < p className = "text-gray-400" > { desc } </ p >
171+ </ div >
172+ </ div >
173+ ) ) }
227174 </ div >
228175 </ div >
229176 </ div >
0 commit comments