29 | {schoolName} has certified your application, and your contract is ready
30 | for you to sign. You can complete the last step by clicking the button
31 | above!
32 |
29 | Your loan is approved. All you need to do before you attend {schoolName}{" "}
30 | is to sign your loan documents. Click the button above to sign your
31 | documents!
32 |
33 |
34 | Let us know if you have questions - we're here to help. We're looking
35 | forward to supporting your time in school and your future career.
36 |
29 | We hope you're excited about attending {schoolName}! You're almost ready
30 | to go with Fynn - we just need you to make it official.
31 |
32 |
33 | Let us know if you have any questions or concerns - our team is here to
34 | help. If you're no longer interested in financing your education with
35 | Fynn, just reply to this email and let us know.
36 |
37 |
38 | );
39 | };
40 |
41 | export default FinalizingReminder2;
42 |
--------------------------------------------------------------------------------
/fynn/emails/FinalizingReminder3.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const FinalizingReminder3 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Sign your loan before the opportunity is gone!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | If we don't hear from you soon, your Fynn loan offer may expire in a few
24 | days. There's still time to sign it and secure financing for your
25 | program!
26 |
27 |
28 | );
29 | };
30 |
31 | export default FinalizingReminder3;
32 |
--------------------------------------------------------------------------------
/fynn/emails/FinalizingReminder4.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const FinalizingReminder4 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | It’s time to sign your loan documents!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | There’s one last simple step to secure funding from Fynn. All you have
24 | to do is sign your document!
25 |
26 |
27 | );
28 | };
29 |
30 | export default FinalizingReminder4;
31 |
--------------------------------------------------------------------------------
/fynn/emails/FinalizingReminder5.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const FinalizingReminder5 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | It’s time to sign your loan documents!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | You still have a chance to get funding for your program! There’s only
24 | one more thing we need to finalize your loan: your signature. To make
25 | your loan official, simply click the button above!
26 |
27 |
28 | );
29 | };
30 |
31 | export default FinalizingReminder5;
32 |
--------------------------------------------------------------------------------
/fynn/emails/FinalizingReminder6.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const FinalizingReminder6 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | It’s time to sign your loan documents!
15 |
16 |
20 |
21 |
{name},
22 |
23 | This may be your last chance to obtain funding from Fynn! Your loan
24 | approval will be archived soon unless you sign your loan document. Don’t
25 | let this opportunity go to waste!
26 |
27 |
28 | );
29 | };
30 |
31 | export default FinalizingReminder6;
32 |
--------------------------------------------------------------------------------
/fynn/emails/FinalizingReminder7.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const FinalizingReminder7 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | It’s time to sign your loan documents!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | Your school has certified your tuition amount, but you still haven’t
24 | signed your Fynn loan document to make it official. Your account may be
25 | archived soon, and with that, you could lose your funding.
26 |
29 | You’re almost done with your loan application to attend {schoolName}.
30 | Continue your application below to see if you qualify for full tuition
31 | funding!
32 |
33 |
If you have any questions, simply respond to this email.
34 |
We look forward to reviewing your application.
35 |
36 | );
37 | };
38 |
39 | export default IncompleteReminder1;
40 |
--------------------------------------------------------------------------------
/fynn/emails/IncompleteReminder2.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const IncompleteReminder2 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Getting funded with Fynn only takes 5 minutes!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | You are nearly done with your application for Fynn. It takes less than
24 | five minutes to get approved for a loan— submit your application and
25 | find out how much you can get for your program!
26 |
27 |
28 | If you'd like to cancel your application, go to your account by clicking
29 | the button above and then select “Cancel Application.”{" "}
30 |
31 |
32 | );
33 | };
34 |
35 | export default IncompleteReminder2;
36 |
--------------------------------------------------------------------------------
/fynn/emails/IncompleteReminder3.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const IncompleteReminder3 = ({
10 | name,
11 | schoolName,
12 | }: {
13 | name: string;
14 | schoolName: string;
15 | }) => {
16 | return (
17 |
18 |
19 |
20 | You’re almost done! Start on a path to a better future.
21 |
22 |
26 |
27 |
Hello {name},
28 |
Your loan application with Fynn is almost complete.
29 |
30 | Continue your Fynn application to see if you qualify for 100% tuition
31 | funding.
32 |
33 |
34 | We're excited to review your completed application and help launch your
35 | career with {schoolName}.
36 |
37 |
If you have any questions, simply respond to this email.
38 |
39 | If you'd like to cancel your application, go to your account by clicking
40 | the button above and then select “Cancel Application.”
41 |
42 |
43 | );
44 | };
45 |
46 | export default IncompleteReminder3;
47 |
--------------------------------------------------------------------------------
/fynn/emails/IncompleteReminder4.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const IncompleteReminder4 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Find out if you are eligible for a Fynn loan!
15 |
16 |
20 |
21 |
{name},
22 |
23 | You’re close to completing your Fynn application! If you do not submit
24 | your application soon, it may be archived, and your progress will be
25 | lost.
26 |
27 |
28 | If you'd like to cancel your application, go to your account by clicking
29 | the button above and then select “Cancel Application.”{" "}
30 |
31 |
32 | );
33 | };
34 |
35 | export default IncompleteReminder4;
36 |
--------------------------------------------------------------------------------
/fynn/emails/IncompleteReminder5.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const IncompleteReminder5 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | There’s still time to complete your application!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | It’s been a few days since you started your Fynn loan application. If we
24 | don't hear from you soon, your application may be archived.
25 |
26 |
27 | We understand that finances can be tricky. If this isn't the right time
28 | for you, don't worry! You can always apply to Fynn again at a later
29 | date.
30 |
31 |
32 | If you'd like to cancel your application, go to your account by clicking
33 | the button above and then select “Cancel Application.”
34 |
35 |
36 | );
37 | };
38 |
39 | export default IncompleteReminder5;
40 |
--------------------------------------------------------------------------------
/fynn/emails/IncompleteReminder6.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const IncompleteReminder6 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Don’t miss out on funding. Complete your application today!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | Be sure to finish filling out your Fynn application If you still need a
24 | loan for school! If you do not submit your application soon, it may be
25 | archived and your progress may be lost.
26 |
27 |
You can quickly finish up and submit your application here:
28 |
29 | Don’t worry – even if your application becomes archived, you can always
30 | apply for a Fynn loan later.
31 |
32 |
33 | If you'd like to cancel your application, go to your account by clicking
34 | the button above and then select “Cancel Application.”
35 |
36 |
37 | );
38 | };
39 |
40 | export default IncompleteReminder6;
41 |
--------------------------------------------------------------------------------
/fynn/emails/MicrodepositFailure.tsx:
--------------------------------------------------------------------------------
1 | import { MjmlText, MjmlImage, MjmlSpacer } from "mjml-react";
2 | import BaseLayout from "./components/BaseLayout";
3 | import Divider from "./components/Divider";
4 | import Button from "./components/Button";
5 | import { colors } from "./components/theme";
6 | import assetUrl from "./util/assetUrl";
7 | import P from "./components/P";
8 | import Headline from "./components/Headline";
9 | import Link from "./components/Link";
10 | import HeadlineImage from "./components/HeadlineImage";
11 | import Li from "./components/Li";
12 |
13 | const MicrodepositFailure = ({ name }: { name: string }) => {
14 | return (
15 |
16 |
22 |
23 | Connect a new account
24 |
25 |
Verify your identity with a different account
26 |
30 |
31 |
Hi {name},
32 |
33 | Fynn was not able to verify your identity with the bank account that you
34 | provided. Some reasons for this include the following:
35 |
36 |
The account is not a checking/savings account
37 |
The account is too new
38 |
The account is overdrawn or closed
39 |
You are not the owner of the account
40 |
Please reattempt the bank linking with a different account.
41 |
42 | If you don’t have another account you can quickly and easily create a
43 | Chime account{" "}
44 | here
45 | !
46 |
47 |
48 | );
49 | };
50 |
51 | export default MicrodepositFailure;
52 |
--------------------------------------------------------------------------------
/fynn/emails/StudentDispersed.tsx:
--------------------------------------------------------------------------------
1 | import { MjmlImage } from "mjml-react";
2 | import BaseLayout from "./components/BaseLayout";
3 | import { colors } from "./components/theme";
4 | import assetUrl from "./util/assetUrl";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 |
8 | const StudentDispersed = ({
9 | name,
10 | schoolName,
11 | }: {
12 | name: string;
13 | schoolName: string;
14 | }) => {
15 | return (
16 |
17 |
25 |
26 | We’ve officially sent your tuition to your school
27 |
28 |
Hi {name},
29 |
30 | We’ve sent your tuition to your school today. This means two things:
31 |
32 |
1. Your interest officially starts accruing today.
33 |
34 | 2. Next week, you will receive a text and email about how to
35 | log into your borrower portal. You can manage all aspects of your loan
36 | in your borrower portal.
37 |
38 |
39 | As always, please feel free to reach out with any questions. We’re
40 | excited for your success at {schoolName}.
41 |
42 |
43 | );
44 | };
45 |
46 | export default StudentDispersed;
47 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder1.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const TuitionRequestReminder1 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Select your loan amount to continue!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | You’ll need to select a loan amount to proceed with your loan. You can
24 | click the button above to choose an amount.
25 |
26 |
27 | );
28 | };
29 |
30 | export default TuitionRequestReminder1;
31 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder2.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const TuitionRequestReminder2 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | You still need to select a loan amount{" "}
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | You still have to select a loan amount before you can receive funding
24 | from Fynn! Click the button above to choose an amount.
25 |
26 |
27 | );
28 | };
29 |
30 | export default TuitionRequestReminder2;
31 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder3.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const TuitionRequestReminder3 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Select a loan amount to get your funding!{" "}
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | Even though you’re approved for a loan, you still have one step left!
24 | Click the button above or log into your Fynn account to complete this
25 | step.
26 |
27 |
28 | );
29 | };
30 |
31 | export default TuitionRequestReminder3;
32 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder4.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const TuitionRequestReminder4 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Request a tuition amount before your funding is gone!
15 |
16 |
20 |
21 |
Hi {name},
22 |
23 | Before your loan can be certified by your school, we need to know how
24 | much money you need! Please go to your account and request a tuition
25 | amount. Your school will verify it, and then we will let you know when
26 | it’s time to sign!
27 |
28 |
29 | );
30 | };
31 |
32 | export default TuitionRequestReminder4;
33 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder5.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 |
9 | const TuitionRequestReminder5 = ({ name }: { name: string }) => {
10 | return (
11 |
12 |
13 |
14 | Request a tuition amount for your Fynn loan
15 |
16 |
20 |
21 |
{name},
22 |
23 | Please take a minute to input your tuition request amount for your Fynn
24 | loan. We need this information to be certified by your school before you
25 | can sign!
26 |
27 |
28 | );
29 | };
30 |
31 | export default TuitionRequestReminder5;
32 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder6.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 | import assetUrl from "./util/assetUrl";
9 |
10 | const TuitionRequestReminder6 = ({ name }: { name: string }) => {
11 | return (
12 |
13 |
19 |
20 | Your Fynn account is about to be archived!
21 |
22 |
26 |
27 |
Hi {name},
28 |
29 | To complete your loan and avoid losing your approval, you must select
30 | your loan amount soon! Choosing a loan amount only takes 2 minutes.
31 | Click the button above, or log into your Fynn account to complete this
32 | step.
33 |
34 |
35 | );
36 | };
37 |
38 | export default TuitionRequestReminder6;
39 |
--------------------------------------------------------------------------------
/fynn/emails/TuitionRequestReminder7.tsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import { colors } from "./components/theme";
5 | import P from "./components/P";
6 | import Headline from "./components/Headline";
7 | import HeadlineImage from "./components/HeadlineImage";
8 | import assetUrl from "./util/assetUrl";
9 |
10 | const TuitionRequestReminder7 = ({ name }: { name: string }) => {
11 | return (
12 |
13 |
19 |
20 | Your chance for funding will be archived soon
21 |
22 |
26 |
27 |
{name},
28 |
29 | There’s not much time left to request your tuition amount for your Fynn
30 | loan! We need to know how much money you will need so that we can verify
31 | that with your school. If you don’t make a tuition request, your
32 | application may be archived soon, causing you to lose your accepted
33 | status.
34 |
59 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
60 | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
61 | veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
62 | commodo consequat.
63 |
64 |
65 | Read more in our blog →
66 |
67 |
68 | );
69 | }
70 |
--------------------------------------------------------------------------------
/lancey/emails/NewView.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Button from "./components/Button";
3 | import P from "./components/P";
4 | import Headline from "./components/Headline";
5 | import IconImage from "./components/IconImage";
6 | import assetUrl from "./util/assetUrl";
7 |
8 | export default function NewView({ name }) {
9 | return (
10 |
11 |
12 |
13 | Lancey Demo has a new view by {name}
14 |
15 |
16 | New view for your demo. Always check analytics to ensure you don't miss
17 | any opportunities to follow up.
18 |
19 |
24 |
25 | );
26 | }
27 |
--------------------------------------------------------------------------------
/lancey/emails/PasswordReset.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Button from "./components/Button";
3 | import P from "./components/P";
4 | import Headline from "./components/Headline";
5 | import Link from "./components/Link";
6 | import { colors } from "./components/theme";
7 | import DesktopSpacer from "./components/DesktopSpacer";
8 |
9 | export default function PasswordReset({ name }) {
10 | return (
11 |
12 |
13 | Hi {name},
14 |
15 |
16 |
17 | Please use the link below to set up a new password. This link is only
18 | usable once! If you need to, you can reinitiate the password process{" "}
19 |
23 | here
24 |
25 | .
26 |
27 |
32 |
33 | Thanks, The Lancey Team
34 |
35 |
36 |
37 | );
38 | }
39 |
--------------------------------------------------------------------------------
/lancey/emails/SuccessfulIntegration.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Button from "./components/Button";
3 | import P from "./components/P";
4 | import Headline from "./components/Headline";
5 | import IconImage from "./components/IconImage";
6 | import assetUrl from "./util/assetUrl";
7 |
8 | export default function SuccessfulIntegration({ integration }) {
9 | return (
10 |
11 |
12 |
13 | Your {integration} integration is live
14 |
15 |
16 | Nice job! You have successfully linked your {integration} account to
17 | your Lancey account.
18 |
19 |
24 |
25 | );
26 | }
27 |
--------------------------------------------------------------------------------
/lancey/emails/TrialEnded.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Button from "./components/Button";
3 | import P from "./components/P";
4 | import Headline from "./components/Headline";
5 | import IconImage from "./components/IconImage";
6 | import assetUrl from "./util/assetUrl";
7 |
8 | export default function TrialEnded() {
9 | return (
10 |
11 |
12 |
13 | Your Lancey trial has ended
14 |
15 |
16 | Upgrade your plan so that your customers can access your demo without
17 | limits. It only takes a minute.
18 |
19 |
20 |
21 | );
22 | }
23 |
--------------------------------------------------------------------------------
/lancey/emails/UsageExceeded.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Button from "./components/Button";
3 | import P from "./components/P";
4 | import Headline from "./components/Headline";
5 | import IconImage from "./components/IconImage";
6 | import assetUrl from "./util/assetUrl";
7 |
8 | export default function UsageExceeded() {
9 | return (
10 |
11 |
12 |
13 | You’ve reached the limit for your plan
14 |
15 |
16 | Upgrade your plan so that your customers can access your demo without
17 | limits. It only takes a minute.
18 |
19 |
20 |
21 | );
22 | }
23 |
--------------------------------------------------------------------------------
/lancey/emails/Welcome.jsx:
--------------------------------------------------------------------------------
1 | import BaseLayout from "./components/BaseLayout";
2 | import Divider from "./components/Divider";
3 | import Button from "./components/Button";
4 | import P from "./components/P";
5 | import Headline from "./components/Headline";
6 | import IconImage from "./components/IconImage";
7 | import Li from "./components/Li";
8 | import Link from "./components/Link";
9 | import assetUrl from "./util/assetUrl";
10 | import DesktopSpacer from "./components/DesktopSpacer";
11 |
12 | export default function Welcome() {
13 | return (
14 |
15 |
16 |
17 |
18 | Welcome
19 |
20 | Thanks for creating an account with Lancey! Lancey’s interactive product
21 | demos can help you grow your pipeline, and win deals.
22 |
23 |
28 |
29 | Need help getting started?
30 |
31 | If you can’t find the answers your looking for in our{" "}
32 | FAQ, you can{" "}
33 | email us anytime
34 |
35 |
36 | Looking for one-on-one support?{" "}
37 | Book a free demo
38 |
39 |
40 | Learn how companies have improved conversion in our{" "}
41 | blog
42 |