-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from Light-it-labs/develop
Release
- Loading branch information
Showing
17 changed files
with
289 additions
and
247 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
apps/eo_web/dist/assets/main-bab31051.css → apps/eo_web/dist/assets/main-a73a2c36.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,96 @@ | ||
import { type ReactNode } from "react"; | ||
import { type ElementType, type ReactNode } from "react"; | ||
|
||
import { icons } from "@eo/ui"; | ||
|
||
|
||
|
||
|
||
|
||
export type Copy = { | ||
export type CarrouselItem = { | ||
step: string; | ||
title: string; | ||
content: string | ReactNode; | ||
icon: ElementType; | ||
}; | ||
|
||
export const CancerPilotCarrouselItems = [ | ||
{ | ||
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.", | ||
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.", | ||
icon: icons.HandHeartWhite, | ||
}, | ||
const STEP_1: CarrouselItem = { | ||
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.", | ||
icon: icons.ProfileIconWhite, | ||
}; | ||
const STEP_2: CarrouselItem = { | ||
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.", | ||
icon: icons.HandHeartWhite, | ||
}; | ||
const STEP_3: CarrouselItem = { | ||
step: "STEP 3", | ||
title: "Get your products", | ||
content: | ||
"You’ll order recommended CDB and Delta-9 THC products online for easy home delivery. Typically, there’s no need to visit a dispensary.", | ||
icon: icons.PillsWhite, | ||
}; | ||
const STEP_4: CarrouselItem = { | ||
step: "STEP 4", | ||
title: "Provide feedback", | ||
content: | ||
"As you use your recommended products per the directions in your care plan, we’ll check in regularly and ask you to complete brief, periodic surveys.", | ||
icon: icons.FeedBackWhite, | ||
}; | ||
|
||
const STEP_5: CarrouselItem = { | ||
step: "STEP 5", | ||
title: "Get refined plans", | ||
content: | ||
"Early on, we’ll provide updated plans every 3-7 days based on your inputs. We’ll then regularly tune your plan for efficacy, safety and affordability.", | ||
icon: icons.CalendarChecked, | ||
}; | ||
|
||
const STEP_6: CarrouselItem = { | ||
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.", | ||
icon: icons.SupportIconWhite, | ||
}; | ||
|
||
export const CancerPilotCarrouselItems: CarrouselItem[] = [ | ||
STEP_1, | ||
STEP_2, | ||
{ | ||
step: "STEP 3", | ||
title: "Get your products", | ||
...STEP_3, | ||
content: | ||
"You’ll order recommended CDB and Delta-9 THC products online for easy home delivery. Our team will provide details on how to be reimbursed for all purchases.", | ||
icon: icons.PillsWhite, | ||
}, | ||
{ | ||
step: "STEP 4", | ||
title: "Provide feedback", | ||
content: | ||
"As you use your recommended products per the directions in your care plan, we’ll check in regularly and ask you to complete brief, periodic surveys.", | ||
icon: icons.FeedBackWhite, | ||
}, | ||
{ | ||
step: "STEP 5", | ||
title: "Get refined plans", | ||
content: | ||
"Early on, we’ll provide updated plans every 3-7 days based on your inputs. We’ll then regularly tune your plan for efficacy, safety and affordability.", | ||
icon: icons.CalendarChecked, | ||
}, | ||
{ | ||
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.", | ||
icon: icons.SupportIconWhite, | ||
}, | ||
STEP_4, | ||
STEP_5, | ||
STEP_6, | ||
]; | ||
|
||
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.", | ||
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.", | ||
icon: icons.HandHeartWhite, | ||
}, | ||
export const InovaItems: CarrouselItem[] = [ | ||
STEP_1, | ||
STEP_2, | ||
{ | ||
step: "STEP 3", | ||
title: "Get your products", | ||
...STEP_3, | ||
content: | ||
"You’ll order recommended CDB and Delta-9 THC products online for easy home delivery. Typically, there’s no need to visit a dispensary.", | ||
icon: icons.PillsWhite, | ||
}, | ||
{ | ||
step: "STEP 4", | ||
title: "Provide feedback", | ||
content: | ||
"As you use your recommended products per the directions in your care plan, we’ll check in regularly and ask you to complete brief, periodic surveys.", | ||
icon: icons.FeedBackWhite, | ||
}, | ||
{ | ||
step: "STEP 5", | ||
title: "Get refined plans", | ||
content: | ||
"Early on, we’ll provide updated plans every 3-7 days based on your inputs. We’ll then regularly tune your plan for efficacy, safety and affordability.", | ||
icon: icons.CalendarChecked, | ||
}, | ||
{ | ||
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.", | ||
icon: icons.SupportIconWhite, | ||
}, | ||
STEP_4, | ||
STEP_5, | ||
STEP_6, | ||
]; | ||
|
||
export const CarrouselItems = [STEP_1, STEP_2, STEP_3, STEP_4, STEP_5, STEP_6]; | ||
|
||
export type Copy = { | ||
title: string; | ||
content: string | ReactNode; | ||
}; | ||
|
||
export const cOrgFaqs: Copy[] = [ | ||
{ | ||
title: "How much does an EO care plan cost?", | ||
|
@@ -361,7 +351,7 @@ export const inovaFaqs: Copy[] = [ | |
{ | ||
title: "How much does EO cost?", | ||
content: | ||
"Your care is completely free. And we’ll reimburse you for the cost of your products over your first 90 days of care. Just send a picture of your receipt to [email protected] each time you make a purchase and we’ll provide you with an Amazon gift card in an equal amount.", | ||
"Your care is completely free. This includes your clinician-reviewed plan, ongoing plan optimization based on your feedback and unlimited phone calls and in-app messaging with our care team. All you pay for are your products.", | ||
}, | ||
{ | ||
title: "How do I get my products?", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.