Skip to content

Commit

Permalink
add Product Hunt page (#310)
Browse files Browse the repository at this point in the history
* add Product Hunt page and remove video embedding

* added a product-hunt folder with images and customer logos

* added embedded YT video to the landing page

* added button links to SaaS sign up page | Added Product Hunt link at the footer

* removed logo at the top of the page

* tweaked description of features

* added missing : in the Features section

* updated logo image sizes

* removed the top logo and image and added text that will compensate for dark and light

* tweak

* added links to Sign up page

---------

Co-authored-by: Nathan Tarbert <[email protected]>
Co-authored-by: Deepak Prabhakara <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2023
1 parent c806c12 commit 4f19d18
Show file tree
Hide file tree
Showing 17 changed files with 1,605 additions and 11,380 deletions.
9 changes: 8 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ module.exports = {
to: '/privacy-vault',
label: 'Privacy Vault',
},
{ to: '/saas-registration', label: 'SaaS Early Access' },
{
href: 'https://app.eu.boxyhq.com/auth/join',
label: 'SaaS Sign up',
},
{
href: 'https://github.com/boxyhq/saas-starter-kit',
label: 'Enterprise SaaS Starter Kit',
Expand Down Expand Up @@ -171,6 +174,10 @@ module.exports = {
label: 'Developer-First Security Week',
href: 'https://boxyhq.com/developer-first-security-week',
},
{
label: 'SaaS Product Hunt Launch',
href: '/saas-producthunt',
},
],
},
{
Expand Down
12,494 changes: 1,134 additions & 11,360 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/pages/directory-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ const DSync = () => {
icon={ProductIcon}
buttons={[
{
title: 'Get started',
title: 'Sign up',
href: 'https://app.eu.boxyhq.com/auth/join',
className: 'button--primary',
},
{
title: 'Open Source',
href: 'https://github.com/boxyhq/jackson#directory-sync',
className: 'button--primary',
},
Expand All @@ -37,11 +42,6 @@ const DSync = () => {
href: '/docs/directory-sync/overview',
className: 'button--primary button--outline',
},
{
title: 'Early SaaS access',
href: 'https://boxyhq.com/saas-registration',
className: 'button--primary',
},
]}
/>

Expand Down
14 changes: 7 additions & 7 deletions src/pages/enterprise-sso.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ const EnterpriseSSO = () => {
icon={ProductIcon}
buttons={[
{
title: 'Get Started',
title: 'Sign up',
href: 'https://app.eu.boxyhq.com/auth/join',
className: 'button--primary',
},
{
title: 'Open Source',
href: 'https://github.com/boxyhq/jackson',
className: 'button--primary',
},
{
title: 'Try It',
title: 'Demo',
href: 'https://saml-demo.boxyhq.com',
className: 'button--primary button--outline',
},
{
title: 'Early SaaS access',
href: 'https://boxyhq.com/saas-registration',
className: 'button--primary',
},
]}
/>

Expand Down
12 changes: 6 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ const IndexPage = () => {
image="/img/home-hero.svg"
buttons={[
{
title: 'Get Started',
title: 'Sign up',
href: 'https://app.eu.boxyhq.com/auth/join',
className: 'button--primary',
},
{
title: 'Open Source',
href: 'https://boxyhq.com/docs',
className: 'button--primary',
},
Expand All @@ -36,11 +41,6 @@ const IndexPage = () => {
href: 'https://cal.com/deepak-boxyhq/demo',
className: 'button--primary button--outline',
},
{
title: 'Early SaaS access',
href: 'https://boxyhq.com/saas-registration',
className: 'button--primary',
},
]}
/>

Expand Down
Loading

0 comments on commit 4f19d18

Please sign in to comment.