Skip to content

Commit

Permalink
Merge pull request #76 from Light-it-labs/fix/carousel-copy
Browse files Browse the repository at this point in the history
fix: caroussel copy
  • Loading branch information
sgoycoechea-lightit authored Jan 16, 2024
2 parents bcfffde + 2533fe1 commit 918382a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.

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

0 comments on commit 918382a

Please sign in to comment.