Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: caroussel copy #76

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"css": [
"assets/main-0d348634.css"
],
"file": "assets/main-18c2a8ae.js",
"file": "assets/main-4dc776c6.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
12 changes: 6 additions & 6 deletions apps/eo_web/src/copy/copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CancerPilotCarrouselItems = [
step: "STEP 2",
title: "Get your care plan",
content:
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan.",
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan and your recommended products.",
icon: icons.HandHeartWhite,
},
{
Expand Down Expand Up @@ -51,7 +51,7 @@ export const CancerPilotCarrouselItems = [
step: "ALWAYS",
title: "Be supported",
content:
"You can message our clinical team anytime as needs or questions arise - as often as you like. We’ll respond in under 24 hours and usually within minutes.",
"You can text our clinical team anytime as needs or questions arise - as often as you like. We’ll respond in under 24 hours and usually within minutes.",
icon: icons.SupportIconWhite,
},
];
Expand All @@ -61,21 +61,21 @@ export const CarrouselItems = [
step: "STEP 1",
title: "Profile & subscribe",
content:
"In 5-10 minutes, you can share the key information our clinical team needs to create your initial plan.",
"In 5-10 minutes, you can create your eo account and provide the information our clinical team needs to create your initial plan and subscribe.",
icon: icons.ProfileIconWhite,
},
{
step: "STEP 2",
title: "Get your care plan",
content:
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan.",
"In under 24 hours, you’ll receive an email with a link to your personalized, clinician-approved care plan and your recommended products.",
icon: icons.HandHeartWhite,
},
{
step: "STEP 3",
title: "Get your products",
content:
"You can purchase your products at a local dispensary. Our team will provide details on how to get reimbursed.",
"Review your plan and schedule a time to pick-up your products at dispensary near you. We’ll order your products for you. You just pick-up and pay.",
icon: icons.PillsWhite,
},
{
Expand All @@ -96,7 +96,7 @@ export const CarrouselItems = [
step: "ALWAYS",
title: "Be supported",
content:
"You can text our clinical team anytime as needs or questions arise - as often as you like. We’ll respond in under 24 hours and usually within minutes.",
"You can message our clinical team anytime as needs or questions arise - as often as you like. We’ll respond in under 24 hours and usually within minutes.",
icon: icons.SupportIconWhite,
},
];
Expand Down