You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: redesign onboarding with hero keywords and left-aligned layout
Replace empty centered text with editorial layout:
- Large accent-colored keyword per slide (YOURS, MAGIC, CREATE, READY)
- Animated accent line separator
- Left-aligned text for intentional, editorial feel
- 4-stage stagger animation: keyword → line → title → description
- Dots left-aligned to match content alignment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/constants/index.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -312,27 +312,27 @@ If asked about yourself, you can mention you're a local AI assistant that priori
312
312
exportconstONBOARDING_SLIDES=[
313
313
{
314
314
id: 'freedom',
315
+
keyword: 'YOURS',
315
316
title: 'Your AI.\nNo Strings Attached.',
316
317
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: 'anchor',
318
318
},
319
319
{
320
320
id: 'magic',
321
+
keyword: 'MAGIC',
321
322
title: 'Just Talk.\nIt Figures Out the Rest.',
322
323
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: 'compass',
324
324
},
325
325
{
326
326
id: 'create',
327
+
keyword: 'CREATE',
327
328
title: 'Say It Simply.\nGet Something Stunning.',
328
329
description: 'Type \u201Cimagine a 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: 'sunrise',
330
330
},
331
331
{
332
332
id: 'hardware',
333
+
keyword: 'READY',
333
334
title: 'Tuned for\nYour Hardware.',
334
335
description: 'Accelerated for Metal, NPU, and Neural Engine. We\u2019ll recommend the perfect model for your phone \u2014 so it flies from the start.',
0 commit comments