Skip to content

Commit

Permalink
replace demo link with Cal (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara authored Oct 25, 2023
1 parent bcdd516 commit 572d5db
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ In the diagram above we can see what it looks like when you build a custom SAML

As you can see from the image above with BoxyHQ you only have to connect your product with a straightforward integration to BoxyHQ and then we manage and connect you to all the IDPs! It is that simple and you can deploy SAML SSO for your clients in as little as 8 days. We are also open source and free so you don't need to worry about big maintenance bills, we will even offer you custom support during the integration.

If you are interested in becoming enterprise-ready without the hassle then let's chat! You can [book](https://meetings.hubspot.com/deepakprab/demo) a free consultation call and chat with our CEO about how we can help. Let's start the journey together.
If you are interested in becoming enterprise-ready without the hassle then let's chat! You can [book](https://cal.com/deepak-boxyhq/demo) a free consultation call and chat with our CEO about how we can help. Let's start the journey together.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ As a user using SAML is very simple and pleasant to use as you only have to log

Without SAML you have to maintain account information across multiple services but when you use SAML this is all managed by the IdP.

BoxyHQ is open source and our SAML SSO product, SAML Jackson is just the first product we have built to help companies become enterprise-ready. If you are interested in discussing your authentication strategy or deploying SAML SSO you can book a call with our CEO [here](https://meetings.hubspot.com/deepakprab/demo) to discuss how we can support you.
BoxyHQ is open source and our SAML SSO product, SAML Jackson is just the first product we have built to help companies become enterprise-ready. If you are interested in discussing your authentication strategy or deploying SAML SSO you can book a call with our CEO [here](https://cal.com/deepak-boxyhq/demo) to discuss how we can support you.

I hope you have found this high-level explanation of SAML and its use cases helpful. If you have any questions please don't hesitate to reach out to us on our live chat on our website https://boxyhq.com/
8 changes: 4 additions & 4 deletions src/pages/audit-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const AuditLogs = () => {
},
{
title: "Let's Chat",
href: 'https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655',
href: 'https://cal.com/deepak-boxyhq/demo',
className: 'button--primary button--outline',
},
{
Expand All @@ -50,7 +50,7 @@ const AuditLogs = () => {

<FeatureSection
title="One Simple API"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Book demo"
image={Icon1}
direction="right"
Expand All @@ -65,7 +65,7 @@ const AuditLogs = () => {

<FeatureSection
title="Why are audit logs important?"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Book demo"
image={Icon2}
direction="left"
Expand All @@ -81,7 +81,7 @@ const AuditLogs = () => {

<FeatureSection
title="Feature rich"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Book demo"
image={Icon3}
direction="right"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/directory-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DSync = () => {

<FeatureSection
title="Give enterprises the user lifecycle management they need"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Book an exploratory call"
image={Icon1}
direction="right"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/enterprise-readiness.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const EnterpriseReadiness = () => {
},
{
title: 'Book a demo',
href: 'https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655',
href: 'https://cal.com/deepak-boxyhq/demo',
className: 'button--primary button--outline',
},
]}
Expand Down Expand Up @@ -75,7 +75,7 @@ const EnterpriseReadiness = () => {
<div className="card__footer">
<Link
className={clsx('button button--primary button--block')}
href="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
href="https://cal.com/deepak-boxyhq/demo"
>
Book a free enterprise-readiness session
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/enterprise-sso.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const EnterpriseSSO = () => {

<FeatureSection
title="Reduce development time"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Book a demo"
image={Icon2}
direction="left"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const IndexPage = () => {
},
{
title: 'Book a demo',
href: 'https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655',
href: 'https://cal.com/deepak-boxyhq/demo',
className: 'button--primary button--outline',
},
{
Expand Down Expand Up @@ -85,7 +85,7 @@ const IndexPage = () => {
overflow: 'hidden',
width: '100%',
}}
href="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
href="https://cal.com/deepak-boxyhq/demo"
>
Book a free developer-security session
</Link>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/privacy-vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PrivacyVault = () => {
buttons={[
{
title: 'Book an exploration call',
href: 'https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655',
href: 'https://cal.com/deepak-boxyhq/demo',
className: 'button--primary',
},
{
Expand Down Expand Up @@ -102,7 +102,7 @@ const PrivacyVault = () => {

<FeatureSection
title="Benefits"
btnLink="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
btnLink="https://cal.com/deepak-boxyhq/demo"
btnText="Speak to an expert"
image={Icon2}
direction="left"
Expand Down

0 comments on commit 572d5db

Please sign in to comment.