Skip to content

Commit e771fd9

Browse files
style: use evocative onboarding icons instead of generic defaults
scissors (cutting strings), aperture (intelligence/vision), pen-tool (artistry), activity (performance heartbeat). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7083ccf commit e771fd9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/constants/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,25 +314,25 @@ export const ONBOARDING_SLIDES = [
314314
id: 'freedom',
315315
title: 'Your AI.\nNo Strings Attached.',
316316
description: 'No subscriptions, no sign-ups, no company reading your chats. An AI that lives on your device and answers to no one else.',
317-
icon: 'zap',
317+
icon: 'scissors',
318318
},
319319
{
320320
id: 'magic',
321321
title: 'Just Talk.\nIt Figures Out the Rest.',
322322
description: 'Describe an image \u2014 it creates one. Show it a photo \u2014 it understands. Attach a document \u2014 it reads it. One conversation, no modes, no friction.',
323-
icon: 'message-circle',
323+
icon: 'aperture',
324324
},
325325
{
326326
id: 'create',
327327
title: 'Say It Simply.\nGet Something Stunning.',
328328
description: 'Type \u201Ca cat on the moon\u201D and watch your words become a vivid image in seconds. AI enhances your ideas automatically \u2014 no prompt engineering needed.',
329-
icon: 'image',
329+
icon: 'pen-tool',
330330
},
331331
{
332332
id: 'hardware',
333333
title: 'Tuned for\nYour Hardware.',
334334
description: 'Accelerated for Metal, NPU, and Neural Engine. We\u2019ll recommend the perfect model for your phone \u2014 so it flies from the start.',
335-
icon: 'cpu',
335+
icon: 'activity',
336336
},
337337
];
338338

0 commit comments

Comments
 (0)