diff --git a/internal_packages/onboarding/assets/app-screenshot@2x.png b/internal_packages/onboarding/assets/app-screenshot@2x.png index 952d397b3..e7dc707a5 100644 Binary files a/internal_packages/onboarding/assets/app-screenshot@2x.png and b/internal_packages/onboarding/assets/app-screenshot@2x.png differ diff --git a/internal_packages/onboarding/lib/page-tutorial.jsx b/internal_packages/onboarding/lib/page-tutorial.jsx index f198fa063..1ead34239 100644 --- a/internal_packages/onboarding/lib/page-tutorial.jsx +++ b/internal_packages/onboarding/lib/page-tutorial.jsx @@ -8,10 +8,10 @@ const Steps = [ title: 'Compose with context', image: 'feature-people@2x.png', description: "N1 shows you everything about your contacts right inside your inbox. See LinkedIn profiles, Twitter bios, and more.", - x: 97, - y: -1.9, - xDot: 93, - yDot: 4.9, + x: 96.6, + y: 1.3, + xDot: 93.5, + yDot: 5.4, }, { seen: false, @@ -19,10 +19,10 @@ const Steps = [ title: 'Track activity', image: 'feature-snooze@2x.png', description: "With activity tracking, you'll know as soon as someone reads your message. Sending to a group? We'll show which recipients opened your email, so you can follow up with precision.", - x: 10, - y: -1.9, - xDot: 14.6, - yDot: 4.9, + x: 12.8, + y: 1, + xDot: 15, + yDot: 5.1, }, { seen: false, @@ -30,10 +30,10 @@ const Steps = [ title: 'Time is everything', image: 'feature-activity@2x.png', description: "Snooze emails to any time that suits you. Schedule emails to be sent at the ideal time. N1 makes it easy to control the fabric of spacetime.", - x: 22, - y: 39.9, - xDot: 25, - yDot: 39.9, + x: 5.5, + y: 23.3, + xDot: 8, + yDot: 25.9, }, { seen: false, @@ -41,10 +41,10 @@ const Steps = [ title: 'Composer Power', image: 'feature-composer@2x.png', description: "Use N1's powerful composer to embed calendar invitations, propose times to meet with recipients, insert templates, and more.", - x: 82.5, - y: 93, - xDot: 78.7, - yDot: 82.5, + x: 76.6, + y: 66, + xDot: 74.9, + yDot: 65.0, }, ];