Skip to content

Commit

Permalink
Improve service selection UX
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jul 16, 2023
1 parent 3de058b commit 21542ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions src/pages/checkout/ServiceSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ const ServiceSelect: React.FC = () => {
),
"full": (
<ul>
<li>All services included in Basic Review</li>
<li>Rewritten bullet points where needed</li>
<li>Feedback on all content, including skills, education, work experience, and projects</li>
<li>Feedback on formatting</li>
<li>Rewritten bullet points & bulletpoint feedback</li>
</ul>
),
"fullRewrite": (
<ul>
<li>All services included in Full Review</li>
<li>All bullet points rewritten</li>
<li>New resume from a professional template</li>
<li>Built from any submitted content, including Linkedin, Github and projects</li>
<li>Back and forth discussion until you're satisfied</li>
<li>Instructions on how to maintain the resume quality going forwards</li>
</ul>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/checkout/formSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const initialState: FormState = {
email: '',
resume: '',
notes: '',
service: '',
service: 'basic',
paid: false,
triedSubmit: false,
};
Expand Down

0 comments on commit 21542ec

Please sign in to comment.